Overview
- Field: Machine Learning / Brain-Computer Interface
- Authors: Zhenyao Cui, Siyuan Kan, Siyang Li, Ziwei Wang, Dongrui Wu
- Posted: 2026-08-19
- arXiv: 2608.19134
- Training phase: SCORE aligns source subject EEGs with a common image space and simulates unseen subjects using source-only fragments to encourage recoverable representations.
- Deployment phase: Both encoders are frozen. SCORE selects reliable EEG–image landmarks via hubness-corrected matching and estimates an orthogonal transformation to recover the target subject's coordinate system. No source data and no target labels are required.
Problem
Accurate visual decoding from neural signals such as EEG can reveal how the brain represents visual information and enable neural communication. However, current EEG-to-image retrieval methods perform far below their within-subject counterparts when applied to new users without labeled calibration, limiting real-world deployment.
Key Insight
The authors analyze EEG features across subjects and find that different subjects preserve similar similarity relationships among concepts but express them along different coordinate directions. This explains the cross-subject performance gap.
Method: SCORE (Subject Coordinate Recovery)
SCORE is a target label-free framework that combines recovery-aware source training with coordinate alignment at deployment.
Results
On 200-way retrieval across two public benchmarks, SCORE outperforms unadapted baselines for every target subject and achieves the best overall accuracy.
| Benchmark | Top-1 | Top-5 | Gain over strongest baseline | |---|---|---|---| | THINGS-EEG2 | 53.23% | 83.55% | +17.45 / +15.70 pp | | Alljoined-1.6M | 12.01% | 32.16% | +3.08 / +4.62 pp |
Significance
Without requiring target labels or encoder updates, SCORE moves brain-based visual decoding closer to robust, practical, low-latency deployment across users.
--- *Auto-collected 2026-08-21*
#Paper #arXiv #ML