- Ashwin Sakthivel
- Email: [email protected]
This project explores the development of a real-time hand gesture recognition system using electromyography (EMG) signals and Support Vector Machines (SVM). The pipeline processes raw EMG data, extracts relevant features, and classifies hand gestures with high accuracy. The system also evaluates latency and throughput to balance accuracy with responsiveness. This work demonstrates the feasibility of EMG-based human–computer interaction.
-
Problem description: Hand gesture recognition using EMG signals is challenged by noisy data, variable muscle signals, and the need for real-time performance. The problem is to design a pipeline that ensures accurate classification while maintaining low latency.
-
Motivation
- Enable accessible human–computer interaction (HCI) for prosthetics and rehabilitation.
- Enhance gesture-based control in wearable and AR/VR systems.
- Investigate efficient machine learning pipelines for real-time biomedical signal processing.
-
Challenges
- Noise and variability in EMG signals.
- Real-time latency and throughput requirements.
- Designing robust feature extraction and classification methods.
We extend prior research on EMG-based gesture recognition by integrating a real-time feedback loop to monitor latency and throughput. This ensures practical system deployment beyond offline analysis.
- Contribution 1: Implementation of a preprocessing and feature extraction pipeline (RMS, waveform length).
- Contribution 2: Integration of a latency/throughput monitor for real-time system optimization.