首页 > 最新文献

Cognitive Computation and Systems最新文献

英文 中文
Stacked residual blocks based encoder–decoder framework for human motion prediction 基于堆叠残差块的人体运动预测编码器框架
Q3 Computer Science Pub Date : 2020-10-29 DOI: 10.1049/ccs.2020.0008
Xiaoli Liu, Jianqin Yin

Human motion prediction is an important and challenging task in computer vision with various applications. Recurrent neural networks (RNNs) and convolutional neural networks (CNNs) have been proposed to address this challenging task. However, RNNs exhibit their limitations on long-term temporal modelling and spatial modelling of motion signals. CNNs show their inflexible spatial and temporal modelling capability that mainly depends on a large convolutional kernel and the stride of convolutional operation. Moreover, those methods predict multiple future poses recursively, which easily suffer from noise accumulation. The authors present a new encoder–decoder framework based on the residual convolutional block with a small filter to predict future human poses, which can flexibly capture the hierarchical spatial and temporal representation of the human motion signals from the motion capture sensor. Specifically, the encoder is stacked by multiple residual convolutional blocks to hierarchically encode the spatio-temporal features of previous poses. The decoder is built with two fully connected layers to automatically reconstruct the spatial and temporal information of future poses in a non-recursive manner, which can avoid noise accumulation that differs from prior works. Experimental results show that the proposed method outperforms baselines on the Human3.6M dataset, which shows the effectiveness of the proposed method. The code is available at https://github.com/lily2lab/residual_prediction_network.

人体运动预测是计算机视觉中的一项重要而富有挑战性的任务,有着广泛的应用。递归神经网络(rnn)和卷积神经网络(cnn)已被提出来解决这一具有挑战性的任务。然而,rnn在运动信号的长期时间建模和空间建模方面存在局限性。cnn表现出不灵活的时空建模能力,这主要依赖于一个大的卷积核和卷积运算的步幅。此外,这些方法递归地预测多个未来姿态,容易受到噪声积累的影响。作者提出了一种基于残差卷积块和小滤波器的编码器-解码器框架,该框架可以灵活地捕获来自动作捕捉传感器的人体运动信号的分层时空表示。具体来说,该编码器由多个残差卷积块堆叠,对前一个姿势的时空特征进行分层编码。解码器由两层完全连接构建,以非递归方式自动重建未来姿态的时空信息,避免了不同于以往工作的噪声积累。实验结果表明,该方法在Human3.6M数据集上的表现优于基线,表明了该方法的有效性。代码可在https://github.com/lily2lab/residual_prediction_network上获得。
{"title":"Stacked residual blocks based encoder–decoder framework for human motion prediction","authors":"Xiaoli Liu,&nbsp;Jianqin Yin","doi":"10.1049/ccs.2020.0008","DOIUrl":"10.1049/ccs.2020.0008","url":null,"abstract":"<div>\u0000 <p>Human motion prediction is an important and challenging task in computer vision with various applications. Recurrent neural networks (RNNs) and convolutional neural networks (CNNs) have been proposed to address this challenging task. However, RNNs exhibit their limitations on long-term temporal modelling and spatial modelling of motion signals. CNNs show their inflexible spatial and temporal modelling capability that mainly depends on a large convolutional kernel and the stride of convolutional operation. Moreover, those methods predict multiple future poses recursively, which easily suffer from noise accumulation. The authors present a new encoder–decoder framework based on the residual convolutional block with a small filter to predict future human poses, which can flexibly capture the hierarchical spatial and temporal representation of the human motion signals from the motion capture sensor. Specifically, the encoder is stacked by multiple residual convolutional blocks to hierarchically encode the spatio-temporal features of previous poses. The decoder is built with two fully connected layers to automatically reconstruct the spatial and temporal information of future poses in a non-recursive manner, which can avoid noise accumulation that differs from prior works. Experimental results show that the proposed method outperforms baselines on the Human3.6M dataset, which shows the effectiveness of the proposed method. The code is available at https://github.com/lily2lab/residual_prediction_network.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-10-29","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0008","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126956554","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Unbiased converted measurement manoeuvering target tracking under maximum correntropy criterion 最大熵准则下的无偏转换测量机动目标跟踪
Q3 Computer Science Pub Date : 2020-09-14 DOI: 10.1049/ccs.2020.0010
Guoyong Wang, Xiaoliang Feng

In this study, the manoeuvering target tracking problem is addressed by using the unbiased converted measurements from a two-dimensional radar system. Due to the fact that radar measurements are usually expressed in polar coordinates while the target motion is described in the Cartesian coordinates, the unbiased converted measurements are utilised to linearise the system model of the manoeuvering target tracking problem in the Cartesian coordinates. The manoeuver acceleration is modelled as the unknown input of the constant velocity kinematic model of the target. First, it is pointed out that the converted measurement noise no longer satisfies Gaussian distribution, even if the raw radar measurement noise is Gaussian noise. In order to solve the manoeuvering target tracking problem with non-Gaussian disturbances, a joint estimation method for the target state and the unknown input is presented under the maximum correntropy criterion. In the simulation, the proposed manoeuvering target tracking method is compared with the one developed on the basis of the traditional Kalman filter. The simulation results verify the effectiveness of the method proposed in this study.

在本研究中,利用二维雷达系统的无偏转换测量值来解决机动目标跟踪问题。由于雷达测量值通常用极坐标表示,而目标运动用直角坐标描述,因此利用无偏转换后的测量值对机动目标跟踪问题在直角坐标下的系统模型进行线性化。将机动加速度建模为目标等速运动模型的未知输入。首先指出,即使原始雷达测量噪声为高斯噪声,转换后的测量噪声也不再满足高斯分布;为了解决具有非高斯扰动的机动目标跟踪问题,在最大熵准则下,提出了一种目标状态和未知输入的联合估计方法。在仿真中,将所提出的机动目标跟踪方法与基于传统卡尔曼滤波的机动目标跟踪方法进行了比较。仿真结果验证了该方法的有效性。
{"title":"Unbiased converted measurement manoeuvering target tracking under maximum correntropy criterion","authors":"Guoyong Wang,&nbsp;Xiaoliang Feng","doi":"10.1049/ccs.2020.0010","DOIUrl":"10.1049/ccs.2020.0010","url":null,"abstract":"<div>\u0000 <p>In this study, the manoeuvering target tracking problem is addressed by using the unbiased converted measurements from a two-dimensional radar system. Due to the fact that radar measurements are usually expressed in polar coordinates while the target motion is described in the Cartesian coordinates, the unbiased converted measurements are utilised to linearise the system model of the manoeuvering target tracking problem in the Cartesian coordinates. The manoeuver acceleration is modelled as the unknown input of the constant velocity kinematic model of the target. First, it is pointed out that the converted measurement noise no longer satisfies Gaussian distribution, even if the raw radar measurement noise is Gaussian noise. In order to solve the manoeuvering target tracking problem with non-Gaussian disturbances, a joint estimation method for the target state and the unknown input is presented under the maximum correntropy criterion. In the simulation, the proposed manoeuvering target tracking method is compared with the one developed on the basis of the traditional Kalman filter. The simulation results verify the effectiveness of the method proposed in this study.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-09-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0010","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"126340553","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Recent advances in robot-assisted echography: combining perception, control and cognition 机器人辅助超声技术的最新进展:结合感知、控制和认知
Q3 Computer Science Pub Date : 2020-09-08 DOI: 10.1049/ccs.2020.0015
Zhenyu Lu, Miao Li, Andy Annamalai, Chenguang Yang

Echography imaging is an important technique frequently used in medical diagnostics due to low-cost, non-ionising characteristics, and pragmatic convenience. Due to the shortage of skilful technicians and injuries of physicians sustained from diagnosing several patients, robot-assisted echography (RAE) system is gaining great attention in recent decades. A thorough study of the recent research advances in the field of perception, control and cognition techniques used in RAE systems is presented in this study. This survey introduces the representative system structure, applications and projects, and products. Challenges and key technological issues faced by the traditional RAE system and how the current artificial intelligence and cobots attempt to overcome these issues are summarised. Furthermore, significant future research directions in this field have been identified by this study as cognitive computing, operational skills transfer, and commercially feasible system design.

超声成像具有成本低、非电离、实用方便等特点,是医学诊断中常用的一种重要技术。由于技术熟练的技术人员的缺乏和医生因诊断多例患者而造成的损伤,机器人辅助超声(RAE)系统在近几十年来得到了广泛的关注。本研究对RAE系统中使用的感知、控制和认知技术领域的最新研究进展进行了深入的研究。本调查介绍了代表性的系统结构、应用和项目以及产品。总结了传统RAE系统面临的挑战和关键技术问题,以及当前人工智能和协作机器人如何克服这些问题。此外,本研究还确定了该领域未来的重要研究方向是认知计算、操作技能转移和商业上可行的系统设计。
{"title":"Recent advances in robot-assisted echography: combining perception, control and cognition","authors":"Zhenyu Lu,&nbsp;Miao Li,&nbsp;Andy Annamalai,&nbsp;Chenguang Yang","doi":"10.1049/ccs.2020.0015","DOIUrl":"10.1049/ccs.2020.0015","url":null,"abstract":"<div>\u0000 <p>Echography imaging is an important technique frequently used in medical diagnostics due to low-cost, non-ionising characteristics, and pragmatic convenience. Due to the shortage of skilful technicians and injuries of physicians sustained from diagnosing several patients, robot-assisted echography (RAE) system is gaining great attention in recent decades. A thorough study of the recent research advances in the field of perception, control and cognition techniques used in RAE systems is presented in this study. This survey introduces the representative system structure, applications and projects, and products. Challenges and key technological issues faced by the traditional RAE system and how the current artificial intelligence and cobots attempt to overcome these issues are summarised. Furthermore, significant future research directions in this field have been identified by this study as cognitive computing, operational skills transfer, and commercially feasible system design.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-09-08","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0015","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116817532","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
SeizureNet: a model for robust detection of epileptic seizures based on convolutional neural network 基于卷积神经网络的癫痫发作鲁棒检测模型
Q3 Computer Science Pub Date : 2020-09-07 DOI: 10.1049/ccs.2020.0011
Wei Zhao, Wenfeng Wang

Epilepsy is a neurological disorder and generally detected by electroencephalogram (EEG) signals. The manual inspection of epileptic seizures is a time-consuming and laborious process. Extensive automatic detection algorithms were proposed by using traditional approaches, which show good accuracy for several specific EEG classification problems but perform poorly in others. To address this issue, the authors present a novel model, named SeizureNet, for robust detection of epileptic seizures using EEG signals based on convolutional neural network. Firstly, they utilise two convolutional neural networks to extract time-invariant features from single-channel EEG signals. Then, a fully connected layer is employed to learn high-level features. Finally, these features are supplied to a softmax layer to classify. They evaluated the model on a benchmark database provided by the University of Bonn and adopted a ten-fold cross-validation approach. The proposed model has achieved the accuracy of 98.50–100.00% in classifying non-seizure and seizure, 97.00–99.00% in classifying healthy, inter-ictal and ictal, and 95.84% in classifying among five-class EEG states.

癫痫是一种神经系统疾病,通常通过脑电图(EEG)信号来检测。人工检查癫痫发作是一个费时费力的过程。在传统方法的基础上提出了大量的自动检测算法,这些算法在一些特定的脑电信号分类问题上显示出良好的准确性,但在其他问题上表现不佳。为了解决这个问题,作者提出了一种新的模型,名为SeizureNet,用于基于卷积神经网络的脑电图信号鲁棒检测癫痫发作。首先,他们利用两个卷积神经网络从单通道脑电信号中提取时不变特征。然后,采用全连接层学习高级特征。最后,将这些特征提供给softmax层进行分类。他们在波恩大学提供的基准数据库上评估了该模型,并采用了十倍交叉验证方法。该模型对非癫痫发作和癫痫发作的分类准确率为98.50 ~ 100.00%,对健康、发作间期和发作期的分类准确率为97.00 ~ 99.00%,对5类EEG状态的分类准确率为95.84%。
{"title":"SeizureNet: a model for robust detection of epileptic seizures based on convolutional neural network","authors":"Wei Zhao,&nbsp;Wenfeng Wang","doi":"10.1049/ccs.2020.0011","DOIUrl":"10.1049/ccs.2020.0011","url":null,"abstract":"<div>\u0000 <p>Epilepsy is a neurological disorder and generally detected by electroencephalogram (EEG) signals. The manual inspection of epileptic seizures is a time-consuming and laborious process. Extensive automatic detection algorithms were proposed by using traditional approaches, which show good accuracy for several specific EEG classification problems but perform poorly in others. To address this issue, the authors present a novel model, named SeizureNet, for robust detection of epileptic seizures using EEG signals based on convolutional neural network. Firstly, they utilise two convolutional neural networks to extract time-invariant features from single-channel EEG signals. Then, a fully connected layer is employed to learn high-level features. Finally, these features are supplied to a softmax layer to classify. They evaluated the model on a benchmark database provided by the University of Bonn and adopted a ten-fold cross-validation approach. The proposed model has achieved the accuracy of 98.50–100.00% in classifying non-seizure and seizure, 97.00–99.00% in classifying healthy, inter-ictal and ictal, and 95.84% in classifying among five-class EEG states.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-09-07","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0011","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124336816","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Predicting COVID-19 trends in Canada: a tale of four models 预测加拿大COVID-19趋势:四个模型的故事
Q3 Computer Science Pub Date : 2020-09-04 DOI: 10.1049/ccs.2020.0017
Wandong Zhang, W.G. (Will) Zhao, Dana Wu, Yimin Yang

This study aims to offer multiple-model informed predictions of COVID-19 in Canada, specifically through the use of deep learning strategy and mathematical prediction models including long-short term memory network, logistic regression model, Gaussian model, and susceptible-infected-removed model. Using the published data as of the 10th of April 2020, the authors forecast that the daily increased number of infective cases in Canada has not reached the peak turning point and will continue to increase. Therefore, Canada's healthcare services need to be ready for the magnitude of this pandemic.

本研究旨在通过使用深度学习策略和包括长短期记忆网络、逻辑回归模型、高斯模型和易感感染-去除模型在内的数学预测模型,为加拿大的COVID-19提供多模型的信息预测。作者利用截至2020年4月10日的公布数据预测,加拿大每天增加的感染病例数尚未达到峰值转折点,并将继续增加。因此,加拿大的医疗保健服务需要为这次大流行的严重性做好准备。
{"title":"Predicting COVID-19 trends in Canada: a tale of four models","authors":"Wandong Zhang,&nbsp;W.G. (Will) Zhao,&nbsp;Dana Wu,&nbsp;Yimin Yang","doi":"10.1049/ccs.2020.0017","DOIUrl":"10.1049/ccs.2020.0017","url":null,"abstract":"<div>\u0000 <p>This study aims to offer multiple-model informed predictions of COVID-19 in Canada, specifically through the use of deep learning strategy and mathematical prediction models including long-short term memory network, logistic regression model, Gaussian model, and susceptible-infected-removed model. Using the published data as of the 10th of April 2020, the authors forecast that the daily increased number of infective cases in Canada has not reached the peak turning point and will continue to increase. Therefore, Canada's healthcare services need to be ready for the magnitude of this pandemic.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-09-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1049/ccs.2020.0017","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"129701039","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 7
Human video database for facial feature detection under spectacles with varying alertness levels: a baseline study 在不同警觉性水平的眼镜下用于面部特征检测的人类视频数据库:基线研究
Q3 Computer Science Pub Date : 2020-07-30 DOI: 10.1049/ccs.2019.0014
Supratim Gupta, Mayaluri Zefree Lazarus, Nidhi Panda

The pressing demand for workload along with social media interaction leads to diminished alertness during work hours. Researchers attempted to measure alertness level from various cues like EEG, EOG, video-based eye movement analysis, etc. Among these, video-based eyelid and iris motion tracking gained much attention in recent years. However, most of these implementations are tested on video data of subjects without spectacles. These videos do not pose a challenge for eye detection and tracking. In this work, the authors have designed an experiment to yield a video database of 58 human subjects wearing spectacles and are at different levels of alertness. Along with spectacles, they introduced variation in session, recording frame rate (fps), illumination, and time of the experiment. They carried out an analysis to detect the reliableness of facial and ocular features like yawning and eye-blinks in the context of alertness level detection capability. Also, they observe the influence of spectacles on ocular feature detection performance under spectacles and propose a simple preprocessing step to alleviate the specular reflection problem. Extensive experiments on real-world images demonstrate that the authors’ approach achieves desirable reflection suppression results within minimum execution time compared to the state-of-the-art.

对工作量的迫切需求以及社交媒体的互动导致工作时间的警觉性下降。研究人员试图通过EEG、EOG、基于视频的眼动分析等各种线索来测量警觉性水平。其中,基于视频的眼睑和虹膜运动跟踪近年来备受关注。然而,大多数这些实现都是在没有眼镜的对象的视频数据上进行测试的。这些视频不会对眼睛检测和追踪构成挑战。在这项工作中,作者设计了一个实验,产生了58名戴着眼镜、处于不同警觉性水平的人类受试者的视频数据库。除了眼镜,他们还引入了会话、记录帧率(fps)、照明和实验时间的变化。他们进行了一项分析,以检测在警觉性水平检测能力的背景下,打哈欠和眨眼等面部和眼部特征的可靠性。此外,他们还观察了眼镜对眼镜下眼部特征检测性能的影响,并提出了一种简单的预处理步骤来缓解镜面反射问题。在真实世界图像上的大量实验表明,与最先进的方法相比,作者的方法在最短的执行时间内实现了理想的反射抑制结果。
{"title":"Human video database for facial feature detection under spectacles with varying alertness levels: a baseline study","authors":"Supratim Gupta,&nbsp;Mayaluri Zefree Lazarus,&nbsp;Nidhi Panda","doi":"10.1049/ccs.2019.0014","DOIUrl":"10.1049/ccs.2019.0014","url":null,"abstract":"<div>\u0000 <p>The pressing demand for workload along with social media interaction leads to diminished alertness during work hours. Researchers attempted to measure alertness level from various cues like EEG, EOG, video-based eye movement analysis, etc. Among these, video-based eyelid and iris motion tracking gained much attention in recent years. However, most of these implementations are tested on video data of subjects without spectacles. These videos do not pose a challenge for eye detection and tracking. In this work, the authors have designed an experiment to yield a video database of 58 human subjects wearing spectacles and are at different levels of alertness. Along with spectacles, they introduced variation in session, recording frame rate (fps), illumination, and time of the experiment. They carried out an analysis to detect the reliableness of facial and ocular features like yawning and eye-blinks in the context of alertness level detection capability. Also, they observe the influence of spectacles on ocular feature detection performance under spectacles and propose a simple preprocessing step to alleviate the specular reflection problem. Extensive experiments on real-world images demonstrate that the authors’ approach achieves desirable reflection suppression results within minimum execution time compared to the state-of-the-art.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-07-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2019.0014","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"114107756","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Research on control strategies for ankle rehabilitation using parallel mechanism 并联机构踝关节康复控制策略研究
Q3 Computer Science Pub Date : 2020-07-30 DOI: 10.1049/ccs.2020.0012
Jianfeng Li, Wenpei Fan, Mingjie Dong, Xi Rong

For patients with ankle injuries, rehabilitation training is an important and effective way to help patients restore their ankle complex's motor abilities. Aiming to improve the accuracy and performance of ankle rehabilitation, the authors focus on the control strategies of the developed parallel ankle rehabilitation robot with novel 2-UPS/RRR mechanism. Firstly, the kinematics model of the mechanism is established, and they deduce the inverse solution of positions as well as the velocity mapping between the driving speed and the robot's angular velocity, based on which they realise the trajectory tracking control in the process of passive rehabilitation training. Secondly, they set up experiments to determine the torque threshold that can be used to detect the motion intention of ankle joint, and then they propose the active rehabilitation training strategy according to the motion intention detection. Finally, experiments were carried out with healthy subjects, with results showing that the trajectory tracking error during passive rehabilitation training is very small, and the moving platform of the ankle rehabilitation robot can drive the ankle joint to the detected motion intention direction at a constant speed flexibly and smoothly, which verifies the effectiveness of the control strategies for ankle rehabilitation training.

对于踝关节损伤患者,康复训练是帮助患者恢复踝关节复合体运动能力的重要而有效的方法。为了提高踝关节康复的准确性和性能,作者重点研究了基于新型2-UPS/RRR机构的并联踝关节康复机器人的控制策略。首先,建立机构的运动学模型,推导出机构的位置逆解以及机器人的行驶速度与角速度之间的速度映射关系,并以此为基础实现被动康复训练过程中的轨迹跟踪控制。其次,通过实验确定检测踝关节运动意图的扭矩阈值,并根据检测到的运动意图提出主动康复训练策略。最后,对健康受试者进行了实验,实验结果表明,被动康复训练过程中的轨迹跟踪误差很小,踝关节康复机器人的运动平台能够灵活平稳地匀速驱动踝关节向检测到的运动意图方向运动,验证了踝关节康复训练控制策略的有效性。
{"title":"Research on control strategies for ankle rehabilitation using parallel mechanism","authors":"Jianfeng Li,&nbsp;Wenpei Fan,&nbsp;Mingjie Dong,&nbsp;Xi Rong","doi":"10.1049/ccs.2020.0012","DOIUrl":"10.1049/ccs.2020.0012","url":null,"abstract":"<div>\u0000 <p>For patients with ankle injuries, rehabilitation training is an important and effective way to help patients restore their ankle complex's motor abilities. Aiming to improve the accuracy and performance of ankle rehabilitation, the authors focus on the control strategies of the developed parallel ankle rehabilitation robot with novel 2-U<span>P</span>S/<span>R</span>RR mechanism. Firstly, the kinematics model of the mechanism is established, and they deduce the inverse solution of positions as well as the velocity mapping between the driving speed and the robot's angular velocity, based on which they realise the trajectory tracking control in the process of passive rehabilitation training. Secondly, they set up experiments to determine the torque threshold that can be used to detect the motion intention of ankle joint, and then they propose the active rehabilitation training strategy according to the motion intention detection. Finally, experiments were carried out with healthy subjects, with results showing that the trajectory tracking error during passive rehabilitation training is very small, and the moving platform of the ankle rehabilitation robot can drive the ankle joint to the detected motion intention direction at a constant speed flexibly and smoothly, which verifies the effectiveness of the control strategies for ankle rehabilitation training.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-07-30","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0012","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121174385","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 14
Randomised block-coordinate Frank-Wolfe algorithm for distributed online learning over networks 分布式在线学习的随机块坐标Frank-Wolfe算法
Q3 Computer Science Pub Date : 2020-05-28 DOI: 10.1049/ccs.2020.0007
Jingchao Li, Qingtao Wu, Ruijuan Zheng, Junlong Zhu, Quanbo Ge, Mingchuan Zhang

The distributed online algorithms which are based on the Frank-Wolfe method can effectively deal with constrained optimisation problems. However, the calculation of the full (sub)gradient vector in those algorithms leads to a huge computational cost at each iteration. To reduce the computational cost of the algorithms mentioned above, the authors present a distributed online randomised block-coordinate Frank-Wolfe algorithm over networks. Each agent in the networks only needs to calculate a subset of the coordinates of its (sub)gradient vector in this algorithm. Furthermore, they make a detailed theoretical analysis of the regret bound of this algorithm. When all local objective functions satisfy the conditions of strongly convex functions, the authors’ algorithm attains the regret bound of , where T is the total number of iterations. Furthermore, the theorem results are verified via simulation experiments, which show that the algorithm is effective and efficient.

基于Frank-Wolfe方法的分布式在线算法可以有效地处理约束优化问题。然而,在这些算法中,计算全(次)梯度向量导致每次迭代的计算成本巨大。为了降低上述算法的计算成本,作者提出了一种基于网络的分布式在线随机块坐标Frank-Wolfe算法。在该算法中,网络中的每个agent只需要计算其(子)梯度向量坐标的一个子集。并对该算法的遗憾界进行了详细的理论分析。当所有局部目标函数都满足强凸函数的条件时,算法得到的遗憾界,其中T为总迭代次数。最后,通过仿真实验验证了该算法的有效性和有效性。
{"title":"Randomised block-coordinate Frank-Wolfe algorithm for distributed online learning over networks","authors":"Jingchao Li,&nbsp;Qingtao Wu,&nbsp;Ruijuan Zheng,&nbsp;Junlong Zhu,&nbsp;Quanbo Ge,&nbsp;Mingchuan Zhang","doi":"10.1049/ccs.2020.0007","DOIUrl":"10.1049/ccs.2020.0007","url":null,"abstract":"<div>\u0000 <p>The distributed online algorithms which are based on the Frank-Wolfe method can effectively deal with constrained optimisation problems. However, the calculation of the full (sub)gradient vector in those algorithms leads to a huge computational cost at each iteration. To reduce the computational cost of the algorithms mentioned above, the authors present a distributed online randomised block-coordinate Frank-Wolfe algorithm over networks. Each agent in the networks only needs to calculate a subset of the coordinates of its (sub)gradient vector in this algorithm. Furthermore, they make a detailed theoretical analysis of the regret bound of this algorithm. When all local objective functions satisfy the conditions of strongly convex functions, the authors’ algorithm attains the regret bound of , where <i>T</i> is the total number of iterations. Furthermore, the theorem results are verified via simulation experiments, which show that the algorithm is effective and efficient.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-05-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0007","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125983144","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
Feature cognitive model combined by an improved variational mode and singular value decomposition for fault signals 基于改进变分模型和奇异值分解的故障信号特征认知模型
Q3 Computer Science Pub Date : 2020-05-22 DOI: 10.1049/ccs.2020.0009
Jinxiang Chen, Zhu Zhu, Xiaoda Zhang

A feature cognitive model combined with an improved variational mode and singular value decomposition is presented to recognise the characteristics of the fault signals from vibration signals of mechanical equipment in this study. Specifically, the variational mode model is constructed firstly to decompose the known fault signals for mechanical equipment with the same load. Singular value decomposition approach is applied to recognise further the inherent modal features of the fault signals and construct the feature set. The supervised learning-support vector machine and the unsupervised learning-fuzzy c-means clustering are used to verify the effectiveness of the presented method. Finally, the provided feature cognitive model is used to recognise the bearing faults to verify its effectiveness. From simulation results, it can be seen that compared to the complete integration empirical mode decomposition method, the feature cognitive model combined by an improved variational mode and singular value decomposition can obtain more higher accuracy and larger evaluation coefficients. It is worth mentioning that the presented method can also be applied to recognise the key characteristics of the other signals.

本文提出了一种结合改进变分模型和奇异值分解的特征认知模型,用于识别机械设备振动信号中的故障信号特征。具体而言,首先构建变分模态模型,对具有相同负荷的机械设备的已知故障信号进行分解;采用奇异值分解方法进一步识别故障信号固有的模态特征,构造特征集。采用监督学习-支持向量机和无监督学习-模糊c均值聚类来验证该方法的有效性。最后,将所提供的特征认知模型用于轴承故障识别,验证其有效性。从仿真结果可以看出,与完全积分经验模态分解方法相比,改进变分模态与奇异值分解相结合的特征认知模型可以获得更高的精度和更大的评价系数。值得一提的是,所提出的方法也可以应用于识别其他信号的关键特征。
{"title":"Feature cognitive model combined by an improved variational mode and singular value decomposition for fault signals","authors":"Jinxiang Chen,&nbsp;Zhu Zhu,&nbsp;Xiaoda Zhang","doi":"10.1049/ccs.2020.0009","DOIUrl":"10.1049/ccs.2020.0009","url":null,"abstract":"<div>\u0000 <p>A feature cognitive model combined with an improved variational mode and singular value decomposition is presented to recognise the characteristics of the fault signals from vibration signals of mechanical equipment in this study. Specifically, the variational mode model is constructed firstly to decompose the known fault signals for mechanical equipment with the same load. Singular value decomposition approach is applied to recognise further the inherent modal features of the fault signals and construct the feature set. The supervised learning-support vector machine and the unsupervised learning-fuzzy c-means clustering are used to verify the effectiveness of the presented method. Finally, the provided feature cognitive model is used to recognise the bearing faults to verify its effectiveness. From simulation results, it can be seen that compared to the complete integration empirical mode decomposition method, the feature cognitive model combined by an improved variational mode and singular value decomposition can obtain more higher accuracy and larger evaluation coefficients. It is worth mentioning that the presented method can also be applied to recognise the key characteristics of the other signals.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-05-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0009","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"123170855","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Layer jamming-based soft robotic hand with variable stiffness for compliant and effective grasping 可变刚度层阻塞柔性机械手柔性有效抓取
Q3 Computer Science Pub Date : 2020-05-21 DOI: 10.1049/ccs.2020.0003
Xiangxiang Wang, Linyuan Wu, Bin Fang, Xiangrong Xu, Haiming Huang, Fuchun Sun

A novel variable stiffness soft robotic hand (SRH) consists of three pieces of layer jamming structure (LJS) is proposed. The mechanism is driven by the motor-based tendon along the surface of the pieces that connect to individual gas channel. Each LJS is optimised by adhering a thin layer of hot melt adhesive and overlapping the spring steel sheet as inner layer material. It can be switched between rigid and compliant independently. The structures of variable stiffness and tendon-driven lead to various deformation poses. Then the control system of SRH and the performance analysis of the LJS are introduced. Finally, the experiments are implemented to prove the superiority of the proposed LJS and the demonstrations show that the designed robotic hand has multiple configurations to successfully grasp various objects.

提出了一种由三层干扰结构(LJS)组成的变刚度柔性机械手。该装置由基于马达的肌腱沿着连接到单个气体通道的部件表面驱动。每个LJS都通过粘接薄层热熔胶和重叠弹簧钢片作为内层材料来优化。它可以在刚性和柔性之间独立切换。变刚度和肌腱驱动的结构导致了不同的变形姿态。然后介绍了SRH的控制系统和LJS的性能分析。最后,通过实验验证了该方法的优越性,实验结果表明,所设计的机械手具有多种构型,能够成功抓取各种物体。
{"title":"Layer jamming-based soft robotic hand with variable stiffness for compliant and effective grasping","authors":"Xiangxiang Wang,&nbsp;Linyuan Wu,&nbsp;Bin Fang,&nbsp;Xiangrong Xu,&nbsp;Haiming Huang,&nbsp;Fuchun Sun","doi":"10.1049/ccs.2020.0003","DOIUrl":"10.1049/ccs.2020.0003","url":null,"abstract":"<div>\u0000 <p>A novel variable stiffness soft robotic hand (SRH) consists of three pieces of layer jamming structure (LJS) is proposed. The mechanism is driven by the motor-based tendon along the surface of the pieces that connect to individual gas channel. Each LJS is optimised by adhering a thin layer of hot melt adhesive and overlapping the spring steel sheet as inner layer material. It can be switched between rigid and compliant independently. The structures of variable stiffness and tendon-driven lead to various deformation poses. Then the control system of SRH and the performance analysis of the LJS are introduced. Finally, the experiments are implemented to prove the superiority of the proposed LJS and the demonstrations show that the designed robotic hand has multiple configurations to successfully grasp various objects.</p>\u0000 </div>","PeriodicalId":33652,"journal":{"name":"Cognitive Computation and Systems","volume":null,"pages":null},"PeriodicalIF":0.0,"publicationDate":"2020-05-21","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://ietresearch.onlinelibrary.wiley.com/doi/epdf/10.1049/ccs.2020.0003","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"117100408","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 10
期刊
Cognitive Computation and Systems
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1