TL;DR
Existing methods for EEG-based emotion recognition often rely on statistical correlations rather than causal relationships. GL-LFGNN, a Global-Local Dual-branch Causal Graph Neural Network, was developed to model these causal influences using Liang-Kleeman information flow theory.
✦ Why It Matters
Engineers can leverage GL-LFGNN for more accurate and efficient EEG emotion recognition in clinical settings.
Key Takeaways
Full Summary
Emotion recognition from EEG (electroencephalogram) signals is crucial for diagnosing mood disorders, yet traditional methods often use symmetric adjacency matrices that fail to capture the directed causal influences of neural information flow. GL-LFGNN, or Global-Local Dual-branch Causal Graph Neural Network, addresses this limitation by employing Liang-Kleeman information flow theory to quantify causal strength from a dynamical systems perspective.
This model features a dual-branch architecture that integrates whole-brain connectivity with region-specific processing, aligning with established functional neuroanatomy. On the MEEG dataset, GL-LFGNN achieved impressive results, with 86.17% accuracy for arousal and 86.71% for valence, while utilizing only 37,000 parameters—about 10% of the size of existing leading models.
These findings suggest that principled causal modeling can enhance interpretability, generalization, and computational efficiency in emotion recognition tasks. The release of the code will facilitate further research and application in this area.
Related