Related Experiment Video
Updated: Aug 5, 2026

Capturing Dynamic Finger Gesturing with High-resolution Surface Electromyography and Computer Vision
Published on: March 28, 2025
Knowledge distillation for sEMG-based gesture recognition: enhancing wearable HMI systems with lightweight models
Fang Qiu1, Chenyun Dai2, Xiaodong Liu3
1School of Physical Education and Health, Shanghai University of International Business and Economics, Shanghai, People's Republic of China.
None:
Objective. Gesture recognition using surface electromyography (sEMG) is a promising technology for wearable human-machine interaction systems. However, sEMG-based gesture classification models often suffer from performance degradation in cross-user scenarios due to the variability in individual physiological signals. To address this issue, large-scale deep learning algorithms with a great amount of parameters are employed to enhance model generalization and improve recognition performance across different users. However, the use of deep learning models on wearable devices is challenging due to their limited computational power and memory capacity.Methods. This study addresses this challenge through knowledge distillation, which compresses large teacher models into lightweight student models while maintaining performance. We trained deep teacher models, including DenseNet, InceptionV3, and VggNet, and distilled their parameters into compact convolutional neural network and long short-term memory (LSTM) models. The experiment was performed on the sEMG data of 30 subjects collected from a wrist-band electrode with 32 channels.Main Results. The results demonstrated that student models, particularly LSTM-based ones, achieved classification accuracy close to or even higher than their teacher models, with a highest accuracy improvement. Among the teacher-student combinations, the DenseNet121-LSTM architecture achieved the highest classification accuracy. The relationship between computational complexity floating-point operations (FLOPs) and model performance was also analyzed, showing that the distilled models can effectively approximate high-FLOP models.Significance. This research enhances the feasibility of embedding deep learning models into wearable systems (e.g. wristband or wristwatch), facilitating more responsive and efficient gesture recognition in daily-life applications. The Python implementation of the complete knowledge distillation framework is publicly available at:.
