Abstract:In electromyogram (EMG)-based motion recognition, it is impractical to predefine all motions that may be required during deployment, necessitating class-incremental learning that sequentially adds new motion classes. The primary challenges in class-incremental learning are catastrophic forgetting, where previously acquired knowledge is overwritten when learning new classes, and the memory cost of retaining past data to counteract it. In particular, for EMG-based motion recognition intended for edge devices with limited computational resources, it is essential to suppress catastrophic forgetting and maintain low memory cost. In this paper, we conducted a comparative evaluation of eight class-incremental learning methods spanning generative and discriminative approaches, including both deep and non-deep learning methods, for EMG signal classification. Using four datasets, we evaluated each method in terms of classification accuracy, backward transfer, and memory cost. The results demonstrated that deep learning-based methods suffered significant accuracy degradation from catastrophic forgetting as the number of tasks increased, whereas generative models maintained stable accuracy with low memory cost. Among generative models, the scale mixture classification model (SMCM), which captures EMG signal variability, achieved the most favorable accuracy-memory trade-off while effectively suppressing catastrophic forgetting across all datasets.




Abstract:In electromyogram (EMG)-based motion recognition, a subject-specific classifier is typically trained with sufficient labeled data. However, this process demands extensive data collection over extended periods, burdening the subject. To address this, utilizing information from pre-training on multiple subjects for the training of the target subject could be beneficial. This paper proposes an inter-subject variance transfer learning method based on a Bayesian approach. This method is founded on the simple hypothesis that while the means of EMG features vary greatly across subjects, their variances may exhibit similar patterns. Our approach transfers variance information, acquired through pre-training on multiple source subjects, to a target subject within a Bayesian updating framework, thereby allowing accurate classification using limited target calibration data. A coefficient was also introduced to adjust the amount of information transferred for efficient transfer learning. Experimental evaluations using two EMG datasets demonstrated the effectiveness of our variance transfer strategy and its superiority compared to existing methods.




Abstract:Electromyogram (EMG) signals recorded from the skin surface enable intuitive control of assistive devices such as prosthetic limbs. However, in EMG-based motion recognition, collecting comprehensive training data for all target motions remains challenging, particularly for complex combined motions. This paper proposes a method to efficiently recognize combined motions using synthetic EMG data generated through convex combinations of basic motion patterns. Instead of measuring all possible combined motions, the proposed method utilizes measured basic motion data along with synthetically combined motion data for training. This approach expands the range of recognizable combined motions while minimizing the required training data collection. We evaluated the effectiveness of the proposed method through an upper limb motion classification experiment with eight subjects. The experimental results demonstrated that the proposed method improved the classification accuracy for unseen combined motions by approximately 17%.
Abstract:Intuitive human-machine interfaces may be developed using pattern classification to estimate executed human motions from electromyogram (EMG) signals generated during muscle contraction. The continual use of EMG-based interfaces gradually alters signal characteristics owing to electrode shift and muscle fatigue, leading to a gradual decline in classification accuracy. This paper proposes a Bayesian approach for adaptive EMG pattern classification using semi-supervised sequential learning. The proposed method uses a Bayesian classification model based on Gaussian distributions to predict the motion class and estimate its confidence. Pseudo-labels are subsequently assigned to data with high-prediction confidence, and the posterior distributions of the model are sequentially updated within the framework of Bayesian updating, thereby achieving adaptive motion recognition to alterations in signal characteristics over time. Experimental results on six healthy adults demonstrated that the proposed method can suppress the degradation of classification accuracy over time and outperforms conventional methods. These findings demonstrate the validity of the proposed approach and its applicability to practical EMG-based control systems.