Search papers, labs, and topics across Lattice.
DSAINet is introduced to address the challenge of limited generalizability in EEG decoding across diverse tasks by learning shared spatiotemporal representations and modeling temporal dynamics at fine and coarse scales using parallel convolutional branches. Intra- and inter-branch attention mechanisms refine these representations, emphasizing salient scale-specific patterns and integrating task-relevant features. Experiments on five EEG decoding tasks across ten datasets demonstrate that DSAINet outperforms 13 baselines with fixed hyperparameters, achieving a favorable accuracy-efficiency trade-off with only 77K parameters.
A single EEG decoding architecture, DSAINet, achieves state-of-the-art generalizability across diverse tasks and datasets without task-specific tuning, despite having only 77K parameters.
In real-world applications of noninvasive electroencephalography (EEG), specialized decoders often show limited generalizability across diverse tasks under subject-independent settings. One central challenge is that task-relevant EEG signals often follow different temporal organization patterns across tasks, while many existing methods rely on task-tailored architectural designs that introduce task-specific temporal inductive biases. This mismatch makes it difficult to adapt temporal modeling across tasks without changing the model configuration. To address these challenges, we propose DSAINet, an efficient dual-scale attentive interaction network for general EEG decoding. Specifically, DSAINet constructs shared spatiotemporal token representations from raw EEG signals and models diverse temporal dynamics through parallel convolutional branches at fine and coarse scales. The resulting representations are then adaptively refined by intra-branch attention to emphasize salient scale-specific patterns and by inter-branch attention to integrate task-relevant features across scales, followed by adaptive token aggregation to yield a compact representation for prediction. Extensive experiments on five downstream EEG decoding tasks across ten public datasets show that DSAINet consistently outperforms 13 representative baselines under strict subject-independent evaluation. Notably, this performance is achieved using the same architecture hyperparameters across datasets. Moreover, DSAINet achieves a favorable accuracy-efficiency trade-off with only about 77K trainable parameters and provides interpretable neurophysiological insights. The code is publicly available at https://github.com/zy0929/DSAINet.