NESPJun 7, 2021

Subject Independent Emotion Recognition using EEG Signals Employing Attention Driven Neural Networks

arXiv:2106.03461v3129 citations
Originality Incremental advance
AI Analysis

This addresses the problem of inter-subject variability in EEG-based emotion recognition for applications like brain-computer interfaces, though it is incremental as it builds on existing deep learning methods with attention mechanisms.

The paper tackles subject-independent emotion recognition from EEG signals by proposing a novel deep learning framework combining an LSTM autoencoder with channel attention to extract subject-invariant features and a CNN with attention for classification, achieving validation on public datasets like DEAP, SEED, and CHB-MIT without hand-engineered features.

In the recent past, deep learning-based approaches have significantly improved the classification accuracy when compared to classical signal processing and machine learning based frameworks. But most of them were subject-dependent studies which were not able to generalize on the subject-independent tasks due to the inter-subject variability present in EEG data. In this work, a novel deep learning framework capable of doing subject-independent emotion recognition is presented, consisting of two parts. First, an unsupervised Long Short-Term Memory (LSTM) with channel-attention autoencoder is proposed for getting a subject-invariant latent vector subspace i.e., intrinsic variables present in the EEG data of each individual. Secondly, a convolutional neural network (CNN) with attention framework is presented for performing the task of subject-independent emotion recognition on the encoded lower dimensional latent space representations obtained from the proposed LSTM with channel-attention autoencoder. With the attention mechanism, the proposed approach could highlight the significant time-segments of the EEG signal, which contributes to the emotion under consideration as validated by the results. The proposed approach has been validated using publicly available datasets for EEG signals such as DEAP dataset, SEED dataset and CHB-MIT dataset. The proposed end-to-end deep learning framework removes the requirement of different hand engineered features and provides a single comprehensive task agnostic EEG analysis tool capable of performing various kinds of EEG analysis on subject independent data.

Foundations

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

Your Notes