TL;DR
Non-invasive Brain-Computer Interfaces (BCIs) struggle with decoding motor intentions across different subjects due to individual variability. EVA-Net is a two-stage framework that utilizes action videos as semantic references to enhance subject-independent EEG motor decoding.
✦ Why It Matters
Engineers can leverage EVA-Net to improve the accuracy of EEG-based BCIs without extensive subject-specific calibration.
Key Takeaways
Full Summary
Brain-Computer Interfaces (BCIs) aim to interpret brain signals, specifically EEG (electroencephalography), to decode motor intentions. However, variations between individuals and the dynamic nature of motor actions complicate this task.
EVA-Net addresses these challenges by employing a two-stage approach: first, it aligns EEG and video features in a shared space to minimize subject-specific noise using cross-modal and supervised contrastive learning. In the second stage, it transfers knowledge from video-derived prototypes to an EEG-only classifier, maintaining efficiency during inference.
Testing on two public datasets revealed that EVA-Net achieved an 8.66% increase in leave-one-subject-out (LOSO) accuracy on the EEGMMI dataset, outperforming traditional text-based semantic anchors. These findings suggest that using video as a semantic anchor is more effective for motor decoding tasks.
Related