Shanghai AI Laboratory / Sun Yat-sen University / Chinese University of Hong Kong / Karlsruhe Institute of Technology
EEG foundation model with cross-scale spatiotemporal tokenization and sparse structured attention, evaluated on 11 decoding tasks across 16 datasets.
EEG foundation models have converged on a recipe imported wholesale from language and vision: chop the signal into uniform patches, embed them, and let dense self-attention sort out the rest. CSBrain argues that this scale-agnostic treatment discards something essential about neural activity. EEG phenomena live at very different scales — a spike or evoked response lasts tens of milliseconds while a sleep rhythm unfolds over seconds, and a motor-imagery pattern is anatomically localized while an emotional response is distributed across cortex. A single fixed tokenization resolution serves one of these regimes well and the others poorly.
The model addresses this with two coupled components. Cross-scale Spatiotemporal Tokenization (CST) aggregates features over multiple temporal window lengths and multiple anatomical groupings simultaneously, producing compact tokens that carry an explicit notion of scale. Structured Sparse Attention (SSA) then relates those tokens across windows and across regions with linear rather than quadratic cost, which both keeps long-context modelling tractable and prunes the spurious correlations that dense attention tends to pick up in noisy multichannel recordings. CST and SSA are stacked alternately so that scale information is integrated progressively through depth.
CSBrain was developed by Yuchen Zhou, Jiamin Wu, and colleagues at Shanghai AI Laboratory with Sun Yat-sen University, the Chinese University of Hong Kong, and the Karlsruhe Institute of Technology, posted in June 2025 and accepted as a Spotlight at NeurIPS 2025. It positions itself directly against LaBraM and CBraMod, the two EEG foundation models it most closely resembles in training recipe.
Pretraining used masked autoencoding over the Temple University Hospital EEG Corpus (TUEG) — 1,109,545 EEG segments totalling more than 9,000 hours — with a 50% masking ratio, run for 40 epochs on four NVIDIA A100 GPUs in roughly 101 hours. The architecture is a stack of L paired CST and SSA layers; the paper does not report a total parameter count. Across 11 tasks and 16 public datasets (BCIC-IV-2a, PhysioNet-MI, SHU-MI, FACED, SEED-V, CHB-MIT, Siena, ISRUC, HMC, BCIC2020-3, SEED-VIG, MentalArithmetic, Mumtaz2016, TUEV, TUAB, TUSL), CSBrain reaches a macro-average of 0.7095, ahead of CBraMod at 0.6760, LaBraM at 0.6697, and BIOT at 0.6322. Individual gains are largest on the harder decoding problems: 56.57% balanced accuracy on BCIC-IV-2a motor imagery against CBraMod's 51.38%, 60.04% on BCIC2020-3 imagined speech against 53.73%, and 85.71% on TUSL slowing-event classification against LaBraM's 76.25%.
The model is intended as a general backbone for EEG analysis rather than a finished clinical tool. Brain-computer interface groups can fine-tune it for motor imagery or imagined-speech decoding with limited labelled data; sleep and epilepsy researchers get a starting point for staging, seizure detection, and abnormality screening; and affective computing and driver-vigilance work can reuse the same encoder. The practical draw is that a single pretrained model covers task families that previously each required a bespoke architecture, which matters most for labs with small, heterogeneous EEG collections.
CSBrain's argument — that cross-scale structure is a necessary inductive bias for neural signals, not an optional refinement — is the kind of claim that shapes how the next generation of biosignal models is designed, and the consistent margins over CBraMod and LaBraM across 16 datasets give it empirical weight. The NeurIPS 2025 Spotlight designation reflects peer assessment of that contribution. Two limitations are worth stating plainly: pretraining draws on a single clinical corpus (TUEG), so transfer to consumer-grade or dry-electrode hardware is untested, and the repository carries no licence file, which leaves the terms of reuse for both code and the Google Drive checkpoints formally undefined.
Papers that recently cited this model.
The most-cited papers that cite this model.
Providers that host CSBrain for inference, fine-tuning, or weight download.
No providers recorded yet. Browse all providers
Not enough data