Emotional EEG Classification using Upscaled Connectivity Matrices
Chae-Won Lee, Jong-Seok Lee
TL;DR
The paper addresses the challenge that CNNs applied to EEG connectivity matrices can fail to capture salient local patterns due to limited input resolution. It proposes an interpolation-based upscaling scheme (nearest-neighbor and bilinear) to expand 32×32 connectivity matrices to higher resolutions before CNN processing, exploring multiple scaling factors and kernel sizes. Using the DEAP dataset, the approach yields state-of-the-art-like improvements, with nearest-neighbor upscaling at ×3.0 and a 3×3 kernel achieving up to 82.69% accuracy, and it shows that higher resolution enhances interpretability via Grad-CAM and t-SNE analyses. The findings demonstrate that simple spatial upscaling improves both discriminative performance and feature interpretability in EEG connectivity-based emotion recognition, suggesting future work on adaptive-resolution and hybrid architectures.
Abstract
In recent studies of emotional EEG classification, connectivity matrices have been successfully employed as input to convolutional neural networks (CNNs), which can effectively consider inter-regional interaction patterns in EEG. However, we find that such an approach has a limitation that important patterns in connectivity matrices may be lost during the convolutional operations in CNNs. To resolve this issue, we propose and validate an idea to upscale the connectivity matrices to strengthen the local patterns. Experimental results demonstrate that this simple idea can significantly enhance the classification performance.
