LGAIJun 26, 2025

DBConformer: Dual-Branch Convolutional Transformer for EEG Decoding

arXiv:2506.21140v210 citationsh-index: 8Has CodeIEEE journal of biomedical and health informatics
Originality Incremental advance
AI Analysis

This work addresses the need for accurate, robust, and explainable EEG decoding in brain-computer interfaces, representing an incremental improvement over existing CNN-Transformer hybrids.

The paper tackled the problem of EEG decoding for brain-computer interfaces by proposing DBConformer, a dual-branch convolutional Transformer network that integrates temporal and spatial modeling with channel attention, resulting in consistent outperformance over 13 baseline models and an eight-fold parameter reduction compared to high-capacity EEG Conformer architectures.

Electroencephalography (EEG)-based brain-computer interfaces (BCIs) transform spontaneous/evoked neural activity into control commands for external communication. While convolutional neural networks (CNNs) remain the mainstream backbone for EEG decoding, their inherently short receptive field makes it difficult to capture long-range temporal dependencies and global inter-channel relationships. Recent CNN-Transformer (Conformer) hybrids partially address this issue, but most adopt a serial design, resulting in suboptimal integration of local and global features, and often overlook explicit channel-wise modeling. To address these limitations, we propose DBConformer, a dual-branch convolutional Transformer network tailored for EEG decoding. It integrates a temporal Conformer to model long-range temporal dependencies and a spatial Conformer to extract inter-channel interactions, capturing both temporal dynamics and spatial patterns in EEG signals. A lightweight channel attention module further refines spatial representations by assigning data-driven importance to EEG channels. Extensive experiments under four evaluation settings on three paradigms, including motor imagery, seizure detection, and steady-state visual evoked potential, demonstrated that DBConformer consistently outperformed 13 competitive baseline models, with over an eight-fold reduction in parameters than current high-capacity EEG Conformer architecture. Furthermore, the visualization results confirmed that the features extracted by DBConformer are physiologically interpretable and aligned with prior knowledge. The superior performance and interpretability of DBConformer make it reliable for accurate, robust, and explainable EEG decoding. Code is publicized at https://github.com/wzwvv/DBConformer.

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