Towards Robust and Interpretable EMG-based Hand Gesture Recognition using Deep Metric Meta Learning
Simon Tam, Shriram Tallam Puranam Raghu, Étienne Buteau, Erik Scheme, Mounir Boukadoum, Alexandre Campeau-Lecours, Benoit Gosselin
TL;DR
This work tackles the poor generalization of EMG-based hand gesture recognition in unconstrained environments by reframing EMGPR as metric-based representation learning. It introduces a Siamese CNN trained with a contrastive approach to produce a semantically meaningful embedding, followed by a nearest-centroid classifier and a proximity-based confidence estimator for decision rejection. Across in-domain, domain-divergent, and out-of-domain scenarios, the proposed SD-CNN outperforms baselines on confidence-based metrics and online rejection capabilities, demonstrating improved generalization and interpretability. The results suggest a practical, robust EMG-PR framework suitable for real-world myoelectric interfaces, with implications for closed-loop, multi-modal HMIs and clinician-informed training.
Abstract
Current electromyography (EMG) pattern recognition (PR) models have been shown to generalize poorly in unconstrained environments, setting back their adoption in applications such as hand gesture control. This problem is often due to limited training data, exacerbated by the use of supervised classification frameworks that are known to be suboptimal in such settings. In this work, we propose a shift to deep metric-based meta-learning in EMG PR to supervise the creation of meaningful and interpretable representations. We use a Siamese Deep Convolutional Neural Network (SDCNN) and contrastive triplet loss to learn an EMG feature embedding space that captures the distribution of the different classes. A nearest-centroid approach is subsequently employed for inference, relying on how closely a test sample aligns with the established data distributions. We derive a robust class proximity-based confidence estimator that leads to a better rejection of incorrect decisions, i.e. false positives, especially when operating beyond the training data domain. We show our approach's efficacy by testing the trained SDCNN's predictions and confidence estimations on unseen data, both in and out of the training domain. The evaluation metrics include the accuracy-rejection curve and the Kullback-Leibler divergence between the confidence distributions of accurate and inaccurate predictions. Outperforming comparable models on both metrics, our results demonstrate that the proposed meta-learning approach improves the classifier's precision in active decisions (after rejection), thus leading to better generalization and applicability.
