Graph-Regularized Deep Learning for EEG-Based Emotion Recognition with Psychologically-Grounded Label Structure
Summary
A novel graph-regularized deep learning framework enhances EEG-based emotion recognition by integrating psychological interdependencies between emotion classes. This framework conceptualizes emotions as nodes in a graph, with edges encoding proximity based on dimensional emotion theories. It employs three complementary regularization strategies—Graph Label Smoothing, Graph Laplacian, and Sliced Wasserstein Distance—to penalize model predictions that deviate from established emotion topology. Evaluated across AudioTransformer, Conformer, and DCGNN backbone architectures, the approach demonstrates architecture-agnostic benefits. Experiments on SEED-IV (4 classes) and SEED-V (5 classes) datasets show consistent improvements, achieving up to +5.42% accuracy and a 39% reduction in psychologically implausible misclassifications, thereby raising the upper bound of performance.
Key takeaway
For Machine Learning Engineers developing EEG-based emotion recognition systems, incorporating psychologically-grounded graph regularization is crucial. You should consider Sliced Wasserstein Distance with adaptive weighting as a default for its superior performance and automatic tuning, or Graph Label Smoothing for computational efficiency. This approach will not only boost your model's accuracy by up to 5.42% but also significantly reduce psychologically implausible misclassifications, enhancing clinical relevance and interpretability.
Key insights
Integrating psychological emotion topology via graph regularization significantly improves EEG-based emotion recognition accuracy and plausibility.
Principles
- Emotion classes have psychological interdependencies.
- Penalize misclassifications based on emotion proximity.
- Graph regularization is architecture-agnostic.
Method
Construct emotion graphs based on valence-arousal, then apply Graph Label Smoothing, Graph Laplacian, or Sliced Wasserstein Distance regularization, optionally with adaptive weighting.
In practice
- Use Sliced Wasserstein with adaptive weighting for best results.
- Opt for Graph Label Smoothing when computational resources are limited.
- Employ proximity violation metric to assess psychological plausibility.
Topics
- EEG Emotion Recognition
- Graph-Regularized Deep Learning
- Sliced Wasserstein Distance
- Affective Computing
- Deep Learning Architectures
- Psychological Emotion Models
Best for: AI Scientist, Machine Learning Engineer, Research Scientist
Related on AIssential
See Counsel's argued verdicts on the open AI decisions leaders are weighing →
Editorial summary, takeaway, and curation by AIssential. Original article published by cs.AI updates on arXiv.org.