Beyond Augmentation: Score-Guided Pathological Prior for EEG-based Depression Detection
Summary
The "Beyond Augmentation: Score-Guided Classification (SGC)" framework addresses the "small-sample dilemma" in deep learning-based Major Depressive Disorder (MDD) detection using Electroencephalography (EEG). Unlike traditional generative data augmentation methods that incur heavy computational overhead and risk synthetic noise, SGC avoids synthesizing pseudo-samples. Instead, it employs an unsupervised generative network to model structural and statistical anomaly degrees, forming a core "Pathological Prior." This prior is robustly normalized and explicitly fused with deep feature representations to guide the classifier's decision boundary. Additionally, a Cross-Channel Spatial Adaptation module dynamically resolves hardware heterogeneity and mismatched channels in multi-center datasets. Experiments on the Mumtaz2016 and high-density MODMA datasets confirm the method's effectiveness and exceptional generalizability under the challenging "zero data augmentation" setting and at "zero sample synthesis cost."
Key takeaway
For Machine Learning Engineers developing diagnostic models with scarce medical data, you should consider shifting from data augmentation to anomaly-score-guided classification. This approach, exemplified by SGC, allows you to improve model generalizability and robustness without the computational burden or noise risks of synthesizing pseudo-samples. Implement explicit prior fusion and cross-channel adaptation to enhance decision boundaries and handle diverse hardware configurations effectively, especially in "zero data augmentation" scenarios.
Key insights
A score-guided classification framework improves EEG-based depression detection by modeling pathological priors without data augmentation.
Principles
- Prioritize anomaly scoring over data synthesis for small samples.
- Explicitly fuse pathological priors with deep features.
- Adapt spatially to resolve multi-center channel heterogeneity.
Method
SGC uses an unsupervised generative network to create a core "Pathological Prior" from anomaly degrees. This prior is normalized and fused with deep features, guiding the classifier. A spatial adaptation module handles channel variations.
In practice
- Apply anomaly scoring to medical imaging with limited data.
- Integrate prior knowledge directly into deep learning classifiers.
- Use spatial adaptation for heterogeneous sensor data.
Topics
- Electroencephalography
- Depression Detection
- Anomaly Score
- Diffusion Models
- Few-Shot Learning
- Medical Diagnostics
Best for: AI Scientist, Research Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Artificial Intelligence.