Various Attention Mechanism Graph Convolutional Network with Multi-source Domain Adaptation for Cross-Subject EEG Emotion Recognition
摘要
EEG-based emotion recognition is vital for patients who are unable to express emotions normally through physical or verbal means. It can provide essential support for their emotional expression and rehabilitation. EEG signals are highly non-stationary, and there is significant variability in emotional expression among individuals. The Graph Convolutional Network (GCN) has shown excellent performance in EEG signal feature extraction, but their accuracy in cross-subject scenarios remains unsatisfactory. In this paper, we propose a Various Attention Mechanism Graph Convolutional Network with Multi-source Domain Adaptation (VAG-MSDA) model for cross-subject EEG emotion recognition. VAG extracts features through the GCN with various attention mechanism to capture the emotional cognitive attributes of the graph structure in spectral, local, and global spatial domains, ensuring the richness and stability of feature information while reducing redundancy. Additionally, MSDA is used to align the feature distributions and classifiers among different individuals, further enhancing the model’s generalization ability. Experiments were conducted on the SEED and SEED-IV datasets. The results demonstrate that the proposed VAG-MSDA model achieves significant performance improvements and reaches state-of-the-art performance levels on the SEED-IV dataset. Our code is open-sourced at https://github.com/e6ut/vag-msda .