Learning from Brain Topography: A Hierarchical Local-Global Graph-Transformer Network for EEG Emotion Recognition
Yijin Zhou, Fu Li, Yi Niu, Boxun Fu, Huaning Wang, Lijian Zhang
TL;DR
This work tackles EEG-based emotion recognition by leveraging brain topography to model both local electrode topology and global brain dynamics. It introduces Neuro-HGLN, a two-stream architecture that combines a spatially grounded Global Graph Learning Stream with a Hierarchical Local-Region Stream, where region-specific graphs are learned and integrated by an iTransformer using a dimension-as-token approach; the model is regularized by a Geometric Constraint KL divergence and a Functional Diversity term. Core contributions include a Spatial Euclidean Prior $\\mathbf{A}_{prior,ij} = \\exp(-\\mathbf{D}_{ij}^2 / \\tau)$, dynamic fusion to obtain $\\mathbf{A}_g$, region-wise learned adjacencies $\\mathbf{A}_{local}^k$, and an end-to-end loss $\\mathcal{L}_{total} = \\alpha\\mathcal{L}_{dist} + \\beta\\mathcal{L}_{div} + \\gamma\\mathcal{L}_{global} + \\delta\\mathcal{L}_{local}$. Empirically, Neuro-HGLN achieves state-of-the-art results on SEED, SEED-IV, SEED-V, and MPED in both subject-dependent and subject-independent settings, with improved interpretability tied to neurophysiological structure. The framework demonstrates that unifying local topological learning with cross-region dependencies enhances robustness and fine-grained emotion recognition in EEG signals, offering a practical impact for affective computing and brain-computer interfacing.
Abstract
Understanding how local neurophysiological patterns interact with global brain dynamics is essential for decoding human emotions from EEG signals. However, existing deep learning approaches often overlook the brain's intrinsic spatial organization, failing to simultaneously capture local topological relations and global dependencies. To address these challenges, we propose Neuro-HGLN, a Neurologically-informed Hierarchical Graph-Transformer Learning Network that integrates biologically grounded priors with hierarchical representation learning. Neuro-HGLN first constructs a spatial Euclidean prior graph based on physical electrode distances to serve as an anatomically grounded inductive bias. A learnable global dynamic graph is then introduced to model functional connectivity across the entire brain. In parallel, to capture fine-grained regional dependencies, Neuro-HGLN builds region-level local graphs using a multi-head self-attention mechanism. These graphs are processed synchronously through local-constrained parallel GCN layers to produce region-specific representations. Subsequently, an iTransformer encoder aggregates these features to capture cross-region dependencies under a dimension-as-token formulation. Extensive experiments demonstrate that Neuro-HGLN achieves state-of-the-art performance on multiple benchmarks, providing enhanced interpretability grounded in neurophysiological structure. These results highlight the efficacy of unifying local topological learning with cross-region dependency modeling for robust EEG emotion recognition.
