CVAIHCLGJul 18, 2019

EEG-Based Emotion Recognition Using Regularized Graph Neural Networks

arXiv:1907.07835v4755 citations
Originality Incremental advance
AI Analysis

This work addresses emotion recognition from EEG signals for applications in affective computing and brain-computer interfaces, representing an incremental improvement by better exploiting channel topology and handling data challenges.

The paper tackled EEG-based emotion recognition by proposing a regularized graph neural network (RGNN) that models inter-channel relations using neuroscience-inspired adjacency matrices and includes regularizers for cross-subject variations and noisy labels, achieving superior performance on SEED and SEED-IV datasets compared to state-of-the-art models.

Electroencephalography (EEG) measures the neuronal activities in different brain regions via electrodes. Many existing studies on EEG-based emotion recognition do not fully exploit the topology of EEG channels. In this paper, we propose a regularized graph neural network (RGNN) for EEG-based emotion recognition. RGNN considers the biological topology among different brain regions to capture both local and global relations among different EEG channels. Specifically, we model the inter-channel relations in EEG signals via an adjacency matrix in a graph neural network where the connection and sparseness of the adjacency matrix are inspired by neuroscience theories of human brain organization. In addition, we propose two regularizers, namely node-wise domain adversarial training (NodeDAT) and emotion-aware distribution learning (EmotionDL), to better handle cross-subject EEG variations and noisy labels, respectively. Extensive experiments on two public datasets, SEED and SEED-IV, demonstrate the superior performance of our model than state-of-the-art models in most experimental settings. Moreover, ablation studies show that the proposed adjacency matrix and two regularizers contribute consistent and significant gain to the performance of our RGNN model. Finally, investigations on the neuronal activities reveal important brain regions and inter-channel relations for EEG-based emotion recognition.

Code Implementations5 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes