DBConformer: Dual-Branch Convolutional Transformer for EEG Decoding
Ziwei Wang, Hongbin Wang, Tianwang Jia, Xingyi He, Siyang Li, and Dongrui Wu

TL;DR
DBConformer is a dual-branch convolutional Transformer model that effectively captures long-range temporal and spatial features in EEG signals, leading to improved decoding accuracy and interpretability across multiple paradigms.
Contribution
It introduces a novel dual-branch architecture combining temporal and spatial Conformers with channel attention for enhanced EEG decoding.
Findings
Outperforms 13 baseline models in EEG decoding tasks.
Achieves over eight-fold reduction in model parameters.
Features are physiologically interpretable and align with prior knowledge.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEEG and Brain-Computer Interfaces · Blind Source Separation Techniques · Neural Networks and Applications
MethodsMax Pooling · Dropout · Dense Connections · Absolute Position Encodings · Layer Normalization · Byte Pair Encoding · Label Smoothing · Softmax · ADaptive gradient method with the OPTimal convergence rate · Transformer
