Lightweight Test-Time Adaptation for EMG-Based Gesture Recognition
Nia Touko, Matthew O A Ellis, Cristiano Capone, Alessio Burrello, Elisa Donati, Luca Manneschi
TL;DR
This work tackles the problem of non-stationary EMG signals that degrade cross-day gesture decoding by introducing a lightweight Test-Time Adaptation framework built on a Temporal Convolutional Network. It validates three deployment-ready strategies—causal Adaptive Batch Normalization, replay-regularized statistical alignment via LoRA, and meta-learning with LoRA in a MAML framework—to bridge the inter-session accuracy gap with minimal overhead on resource-constrained wearables. Across NinaPro DB6, the methods show distinct strengths: AdaBN offers low-cost, real-time recalibration; distributional alignment with DER provides stability under limited data; and few-shot meta-learning delivers rapid gains when labels are available, with manageable compute and memory costs. The findings support a practical, hybrid deployment path for robust, long-term myoelectric control in wearable devices, potentially integrating privacy-preserving updates such as federated learning to personalize models without centralizing raw EMG data.
Abstract
Reliable long-term decoding of surface electromyography (EMG) is hindered by signal drift caused by electrode shifts, muscle fatigue, and posture changes. While state-of-the-art models achieve high intra-session accuracy, their performance often degrades sharply. Existing solutions typically demand large datasets or high-compute pipelines that are impractical for energy-efficient wearables. We propose a lightweight framework for Test-Time Adaptation (TTA) using a Temporal Convolutional Network (TCN) backbone. We introduce three deployment-ready strategies: (i) causal adaptive batch normalization for real-time statistical alignment; (ii) a Gaussian Mixture Model (GMM) alignment with experience replay to prevent forgetting; and (iii) meta-learning for rapid, few-shot calibration. Evaluated on the NinaPro DB6 multi-session dataset, our framework significantly bridges the inter-session accuracy gap with minimal overhead. Our results show that experience-replay updates yield superior stability under limited data, while meta-learning achieves competitive performance in one- and two-shot regimes using only a fraction of the data required by current benchmarks. This work establishes a path toward robust, "plug-and-play" myoelectric control for long-term prosthetic use.
