SPLGNCApr 25, 2024

EEG-Deformer: A Dense Convolutional Transformer for Brain-computer Interfaces

arXiv:2405.00719v284 citationsh-index: 9Has CodeIEEE journal of biomedical and health informatics
Originality Incremental advance
AI Analysis

This work addresses the problem of decoding brain activities for BCI applications, offering an incremental improvement by enhancing existing CNN-Transformer methods for better temporal pattern capture.

The paper tackles the challenge of learning temporal dynamics in EEG signals for brain-computer interfaces by introducing EEG-Deformer, a dense convolutional transformer that incorporates hierarchical coarse-to-fine and information purification modules, achieving state-of-the-art or comparable performance on three cognitive tasks.

Effectively learning the temporal dynamics in electroencephalogram (EEG) signals is challenging yet essential for decoding brain activities using brain-computer interfaces (BCIs). Although Transformers are popular for their long-term sequential learning ability in the BCI field, most methods combining Transformers with convolutional neural networks (CNNs) fail to capture the coarse-to-fine temporal dynamics of EEG signals. To overcome this limitation, we introduce EEG-Deformer, which incorporates two main novel components into a CNN-Transformer: (1) a Hierarchical Coarse-to-Fine Transformer (HCT) block that integrates a Fine-grained Temporal Learning (FTL) branch into Transformers, effectively discerning coarse-to-fine temporal patterns; and (2) a Dense Information Purification (DIP) module, which utilizes multi-level, purified temporal information to enhance decoding accuracy. Comprehensive experiments on three representative cognitive tasks-cognitive attention, driving fatigue, and mental workload detection-consistently confirm the generalizability of our proposed EEG-Deformer, demonstrating that it either outperforms or performs comparably to existing state-of-the-art methods. Visualization results show that EEG-Deformer learns from neurophysiologically meaningful brain regions for the corresponding cognitive tasks. The source code can be found at https://github.com/yi-ding-cs/EEG-Deformer.

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