School of Electrical and Information Engineering, Tianjin University, China; Eastern Institute of Advanced Study, China.
Lancashire Teaching Hospitals, NHS Foundation Trust, PR2 9HT, UK.
Comput Methods Programs Biomed. 2022 Sep;224:106999. doi: 10.1016/j.cmpb.2022.106999. Epub 2022 Jul 8.
Upper-limb amputation can significantly affect a person's capabilities with a dramatic impact on their quality of life. As a biological signal, surface electromyogram (sEMG) provides a non-invasive means to measure underlying muscle activation patterns, corresponding to specific hand gestures. This project aims to develop a real-time deep learning based recognition model to automatically and reliably recognise these complex signals of a wide range of daily hand gestures from amputees and non-amputees.
This paper proposes an attention bidirectional Convolutional Gated Recurrent Unit (Bi-ConvGRU) deep neural network for hand-gesture recognition. By training on sEMG data from both amputees and non-amputees, the model can learn to recognise a group of fine-grained hand movements. This is a significantly more challenging and underexplored area, compared to existing studies on coarse-control in lower limbs. One dimensional CNNs are initially used to extract intra-channel features. The novel use of a bidirectional sequential GRU (Bi-GRU) deep neural network allows the exploration of correlation of muscle activation among multi-channel sEMG signals from both prior and posterior time sequences. Importantly, the attention mechanism is employed following Bi-GRU layers. This enables the model to learn vital parts and feature weights, increasing robustness to bio-data noise and irregularity. Finally, we introduce the first of its kind transfer learning, demonstrating that a baseline model pre-trained with non-amputee data can be effectively refined with amputee data to build a personalised model for amputees.
The attention Bi-ConvGRU was evaluated on the benchmark database Ninapro, and achieved an average accuracy of 88.7%, outperforming the state-of-the-art on 18 gesture recognition by 6.7%.
To our knowledge, the developed end-to-end deep learning model is the first of its kind that enables reliable predictive decision making in short time windows (160ms). This reduced latency limits physiological awareness, enabling the potential for real-time, online and thus more intuitive bio-control of prosthetic devices for amputees.
上肢截肢会显著影响患者的能力,对其生活质量产生重大影响。表面肌电图(sEMG)作为一种生物信号,提供了一种非侵入性的手段来测量潜在的肌肉激活模式,这些模式对应于特定的手部动作。本项目旨在开发一种基于实时深度学习的识别模型,以便自动且可靠地识别截肢者和非截肢者的各种日常手部动作的复杂信号。
本文提出了一种注意力双向卷积门控循环单元(Bi-ConvGRU)深度神经网络,用于手部动作识别。通过对截肢者和非截肢者的 sEMG 数据进行训练,该模型可以学习识别一组精细的手部运动。与现有的下肢精细控制研究相比,这是一个更具挑战性和探索性不足的领域。一维卷积神经网络(CNN)最初用于提取通道内特征。双向序列门控循环单元(Bi-GRU)的新颖应用允许探索多通道 sEMG 信号从前和后时间序列中肌肉激活的相关性。重要的是,在 Bi-GRU 层之后使用注意力机制。这使模型能够学习重要的部分和特征权重,从而提高对生物数据噪声和不规则性的鲁棒性。最后,我们引入了首例迁移学习,表明可以使用非截肢者数据预先训练的基线模型,并使用截肢者数据进行有效细化,为截肢者构建个性化模型。
在基准数据库 Ninapro 上评估了注意力双向卷积门控循环单元(Bi-ConvGRU),平均准确率为 88.7%,在 18 个手势识别中比最先进的方法高出 6.7%。
据我们所知,所开发的端到端深度学习模型是同类模型中的首例,能够在短时间窗口(160ms)内实现可靠的预测决策。这种延迟降低限制了生理意识,为截肢者假肢的实时、在线和因此更直观的生物控制提供了潜力。