EEG-based visual attention decoding from gaze-fixated neural tracking of motion in natural videos. Addresses eccentricity confounds and eye movement artifacts for brain-computer interface research. Activation: EEG attention decoding, visual attention BCI, eccentricity confound, neural tracking.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill eeg-visual-attention-decoding --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Eeg Visual Attention Decoding?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-eeg-visual-attention-decoding-c351b8c0)More formats (shields.io, HTML) on the badges page.
---
name: eeg-visual-attention-decoding
description: "EEG-based visual attention decoding from gaze-fixated neural tracking of motion in natural videos. Addresses eccentricity confounds and eye movement artifacts for brain-computer interface research. Activation: EEG attention decoding, visual attention BCI, eccentricity confound, neural tracking."
---
# EEG-based Visual Attention Decoding
## Description
Decoding visual attention from brain signals during naturalistic video viewing for brain-computer interface (BCI) research. Based on Yao et al. 2026 (arXiv:2604.15223v1).
This framework investigates how visual eccentricity (distance between visual object and fixation point) affects neural responses when eye movement artifacts are controlled.
## Key Findings
### Three Main Conclusions
1. **Neural tracking works under gaze fixation**: Object motion can be tracked in EEG even with fixed gaze
2. **Attention prediction**: Neural tracking strength predicts attention levels
3. **Eccentricity confound exists**: Poorer neural tracking at larger eccentricities
### Problem Addressed
Current methods assume stronger coupling between object motion and neural activity indicates higher attention, but this can be confounded by:
- Eye movement artifacts
- Stimulus properties
- Visual eccentricity effects
## Methodology
### Experimental Design
- **Three Tasks**: Manipulate object eccentricity and attention conditions
- **Gaze Fixation**: Participants maintain fixation during recordings
- **EEG Recording**: Standard EEG acquisition during natural video viewing
### Analysis Methods
1. **Correlation Analysis**: Quantify neural tracking of object motion
2. **Match-Mismatch Decoding**: Compare attended vs unattended conditions
3. **Eccentricity Control**: Systematically vary distance from fixation
### Key Measures
- **Neural Tracking Strength**: Correlation between object motion and EEG
- **Attention Modulation**: Difference between attended/unattended
- **Eccentricity Effect**: Distance-dependent tracking degradation
## Technical Specifications
### Signal Processing
- **Preprocessing**: Eye movement artifact control
- **Feature Extraction**: Motion-energy features from video
- **Decoding**: Linear regression/correlation analysis
- **Evaluation**: Match-mismatch classification
### Critical Insights
- Previous free-viewing studies reflect genuine neural processing (not just oculomotor artifacts)
- Eccentricity is a major limitation for current decoding approaches
- Coupling strength alone doesn't reflect attention levels
## Applications
### Brain-Computer Interfaces
1. **Naturalistic Video BCI**: Decode attention during free viewing
2. **Gaze-Fixed Paradigms**: Controlled attention experiments
3. **Attention-Aware Systems**: Adapt content based on attention
### Research Applications
- Visual attention neuroscience
- Eye movement artifact characterization
- Attention modeling in natural settings
- BCI design for media consumption
## Implementation Guidelines
### Experimental Setup
```
1. Fixation cross presentation
2. Natural video with embedded objects
3. Manipulate object eccentricity (0°, 5°, 10°, etc.)
4. Attended vs unattended conditions
5. EEG recording with gaze tracking
```
### Analysis Pipeline
```python
# 1. Preprocess EEG (artifact removal)
# 2. Extract motion features from video
# 3. Compute cross-correlation (neural tracking)
# 4. Decode attention state (match-mismatch)
# 5. Analyze eccentricity effects
```
## Limitations and Considerations
### Eccentricity Confound
- Neural tracking degrades with larger eccentricities
- Cannot assume uniform coupling across visual field
- Must account for distance when decoding attention
### Practical Constraints
- Requires gaze fixation for artifact control
- Natural video viewing vs controlled stimuli
- Individual differences in neural tracking
## Activation Keywords
- EEG attention decoding
- visual attention BCI
- eccentricity confound
- neural tracking
- gaze fixation
- natural video viewing
- motion tracking EEG
- attention neuroscience
## Related Papers
- Yao et al. 2026: "Eccentricity Confound in EEG-based Visual Attention Decoding" (arXiv:2604.15223v1)
## References
```bibtex
@article{yao2026eccentricity,
title={Eccentricity Confound in EEG-based Visual Attention Decoding from Gaze-Fixated Neural Tracking of Motion in Natural Videos},
author={Yao, Yuanyuan and Gonzalez, Celina Salamanca and Geirnaert, Simon and Gillebert, Celine R and Tuytelaars, Tinne and Bertrand, Alexander},
journal={arXiv preprint arXiv:2604.15223},
year={2026}
}
```
---
_Last updated: 2026-04-17_
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!