CVAug 17, 2022

KAM -- a Kernel Attention Module for Emotion Classification with EEG Data

arXiv:2208.08161v24 citationsh-index: 16
Originality Incremental advance
AI Analysis

This work addresses emotion classification from EEG data, offering an incremental improvement with enhanced interpretability for neuroscience and affective computing applications.

The authors tackled EEG-based emotion classification by introducing a kernel attention module that reduces parameters and computations while providing interpretability, achieving over 1% accuracy improvement on the SEED dataset across 15 subjects.

In this work, a kernel attention module is presented for the task of EEG-based emotion classification with neural networks. The proposed module utilizes a self-attention mechanism by performing a kernel trick, demanding significantly fewer trainable parameters and computations than standard attention modules. The design also provides a scalar for quantitatively examining the amount of attention assigned during deep feature refinement, hence help better interpret a trained model. Using EEGNet as the backbone model, extensive experiments are conducted on the SEED dataset to assess the module's performance on within-subject classification tasks compared to other SOTA attention modules. Requiring only one extra parameter, the inserted module is shown to boost the base model's mean prediction accuracy up to more than 1\% across 15 subjects. A key component of the method is the interpretability of solutions, which is addressed using several different techniques, and is included throughout as part of the dependency analysis.

Code Implementations1 repo
Foundations

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

Your Notes