An Exploratory Study of Single Channel Surface Electromyography for Hand Gesture Classification
Summary
This study explores the feasibility of classifying ten hand gestures using a single-channel sEMG signal combined with lightweight machine learning models, achieving up to 90% accuracy. It demonstrates potential for cost-effective, low-power gesture recognition.
View Cached Full Text
Cached at: 07/20/26, 09:31 AM
# An Exploratory Study of Single Channel Surface Electromyography for Hand Gesture Classification Source: [https://arxiv.org/abs/2607.15972](https://arxiv.org/abs/2607.15972) [View PDF](https://arxiv.org/pdf/2607.15972) > Abstract:Accurate hand gesture recognition using surface electromyography \(sEMG\) typically relies on multichannel sensor arrays and computationally intensive models\. This limits practical deployment in low\-power and embedded systems\. This study investigates the feasibility of classifying ten hand gestures using a single sEMG channel combined with lightweight machine learning architectures\. Raw sEMG signals were transformed into a comprehensive feature\-based representation, including time\-domain, frequency\-domain, higher\-order\-crossing, and relative\-intensity features\. Feature redundancy was reduced using Pearson correlation filtering and the removal of highly correlated features, while dimensionality\-reduction techniques \(LDA and PCA\) were applied selectively\. Three classifiers, a feed\-forward neural network \(NN\), k\-nearest neighbors \(KNN\), and a support vector machine \(SVM\), were systematically evaluated across four experiments\. Results demonstrate that combining time and frequency features with Pearson filtering and a compact NN can achieve up to 90 percent accuracy, even with limited temporal and spatial information\. These findings highlight the potential of single\-channel sEMG systems for cost\-effective, low\-power gesture\-recognition applications\. ## Submission history From: Daanish Hindustani \[[view email](https://arxiv.org/show-email/569d78e2/2607.15972)\] **\[v1\]**Fri, 17 Jul 2026 14:06:40 UTC \(1,091 KB\)
Similar Articles
A Graph Neural Network Model for Real-Time Gesture Recognition Based on sEMG Signals
This paper introduces a graph neural network model for real-time hand gesture recognition using surface electromyography (sEMG) signals from the forearm. The method achieves 99% classification accuracy with an average processing time of 48ms on an M1 Pro CPU, outperforming existing state-of-the-art techniques.
Multimodal Surface EMG Hand Gesture Recognition Using Query-Based Transformers for Prosthetic Control
This paper introduces EMG-CrossFormer, a hybrid convolutional-transformer model for multimodal sEMG hand gesture recognition, which achieves state-of-the-art accuracy on NinaPro datasets by fusing sEMG and inertial signals via cross-attention.
Recognition and Label-Free Adaptation Across Recording Sessions in Surface-EMG Gesture Decoding
This paper introduces a montage-agnostic encoder for surface-EMG gesture decoding that maintains recognition accuracy across recording sessions without recalibration, and shows that feature-statistic alignment at test time improves adaptation on NinaPro DB6.
A Montage-Agnostic Encoder for Calibration-Light Cross-User Gesture Recognition from Surface Electromyography
Introduces a montage-agnostic encoder for calibration-light cross-user gesture recognition from surface EMG, using shared weights and electrode coordinates to handle variable channel counts and reduce per-user calibration. It outperforms per-user baselines on some datasets and analyzes factors affecting cross-user transfer.
Leveraging Physiological Signals to Predict Exam Outcomes with Machine Learning
This study investigates machine learning models to predict exam outcomes using physiological data such as electrodermal activity, heart rate, and skin temperature, finding that both deep learning approaches and simpler models like random forests can be effective.