bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
bio.rodeo

The authoritative source for evaluating biological foundation models. No hype, just honest analysis.

Categories
  • DNA & Gene
  • RNA
  • Protein
  • Small molecule
  • Single-cell
  • Spatial omics
  • Pathology
  • Imaging
  • Metabolomics
  • Biosignals
  • Language model
bio.rodeoModelsOrganizationsLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Biosignals foundation models
Biosignals

Brant

Zhejiang University

500M-parameter transformer model pretrained on intracranial SEEG recordings for neural signal forecasting, imputation, and seizure detection.

Released: December 2023
Parameters: 500 Million

Brant is a foundation model for intracranial neural signals, developed by the BrainNet group at Zhejiang University (Daoze Zhang, Zhizhang Yuan, and colleagues) and published at NeurIPS 2023. It addresses a long-standing gap in neural signal analysis: while deep learning had transformed scalp EEG and other biosignal domains, intracranial recordings — stereo-electroencephalography (SEEG) and intracranial EEG (iEEG) — lacked a large, reusable pretrained model. Because invasive electrodes are implanted only in clinical settings (primarily for epilepsy monitoring), labeled intracranial data is scarce and task-specific models generalize poorly across patients, electrodes, and downstream objectives.

Brant tackles this with self-supervised pretraining on a large corpus of clinical SEEG data, producing an off-the-shelf encoder that can be adapted to many tasks from a single fixed checkpoint. At the time of release it was described by the authors as the largest model in the brain-signal field, both in parameter count and in the volume of pretraining data.

Brant is the original model in this line of work. Its successor, BrainWave (also called Brant-2), is documented as a separate entry on bio.rodeo and extends the approach to a broader, multi-modal corpus spanning both intracranial and scalp recordings.

#Key Features

  • Intracranial-native pretraining: Trained directly on SEEG/iEEG rather than scalp EEG, so its representations are tuned to the high signal fidelity and dense electrode geometry of invasive recordings.
  • Joint temporal and spatial modeling: Two stacked Transformer encoders — a temporal encoder and a spatial encoder — capture long-range temporal dependencies within channels and correlations across electrodes.
  • Time and frequency information: Inputs combine time-domain and frequency-domain features, letting the model reason about both waveform dynamics and spectral structure relevant to neural activity.
  • One checkpoint, many tasks: A single pretrained model supports signal forecasting, frequency-phase forecasting, imputation, and seizure detection without retraining the backbone from scratch.
  • Open weights and code: Source code is released on GitHub and pretrained weights are publicly available on HuggingFace under the Apache-2.0 license.

#Technical Details

Brant is a Transformer-based architecture with roughly 500 million parameters, organized as a temporal encoder followed by a spatial encoder so that representations account for dependencies along both the time axis and the electrode array. It is pretrained in a self-supervised manner on 1.01 TB of clinical intracranial neural data recorded via SEEG at a first-class hospital, making it one of the largest pretraining corpora assembled for intracranial signals. The model ingests segmented neural signals enriched with frequency-domain information, enabling it to combine spectral and temporal cues. Evaluated as a fixed, pretrained checkpoint with lightweight task heads, Brant reports state-of-the-art results across neural signal forecasting, frequency-phase forecasting, imputation, and seizure detection, demonstrating that a single pretrained encoder generalizes across distinct downstream objectives.

#Applications

Brant is aimed at clinical and computational neuroscience workflows that rely on invasive recordings. Its most directly clinical task is seizure detection, which supports epilepsy monitoring and surgical evaluation, while its forecasting and imputation capabilities help reconstruct missing or corrupted channels and anticipate signal dynamics in long continuous recordings. Researchers building brain-computer interfaces, neural decoders, or downstream classifiers can use Brant as a pretrained feature extractor, reducing the labeled-data burden that otherwise limits intracranial studies. Because the weights and code are openly available, groups without the resources to assemble a terabyte-scale intracranial dataset can fine-tune or extract embeddings from the released checkpoint.

#Impact

Brant established intracranial neural signals as a viable domain for large-scale foundation models, showing that self-supervised pretraining on terabytes of SEEG data yields transferable representations rather than narrow, task-specific predictors. As an early entry in the brain-signal foundation-model wave, it has been cited in subsequent surveys of brain foundation models and helped motivate later work — including its own successor BrainWave/Brant-2 and other intracranial representation models. Its main limitations stem from the data itself: pretraining draws on clinical epilepsy populations and specific electrode configurations, so generalization to other patient groups, hardware, or recording protocols still warrants validation. The public release of code and weights under a permissive license has nonetheless lowered the barrier for reproducible research on invasive neural recordings.

Citation

Brant: Foundation Model for Intracranial Neural Signal

Zhang, D., et al. (2023) Brant: Foundation Model for Intracranial Neural Signal. Neural Information Processing Systems.

DOI: 10.52202/075280-1144

Recent citations

Papers that recently cited this model.

  • Leveraging unlabelled data for generalizable neural population decoding

    Ximeng Mao, Nanda H Krishna, Avery Hee-Woon Ryoo, et al.

    Jul 2026

    0
  • Cross-Subject Modeling for Widefield Calcium Imaging via Atlas-Aligned Spatiotemporal Tokenization

    Mohammad Hosseini, Eray Erturk, Saba Hashemi, et al.

    Jul 2026

    0
  • B[FM]$^2$: Brain Foundation Model via Flow Matching with SplitUNet

    Jaedong Hwang, Kathleen Zhang, Wei Dai, et al.

    Jun 2026

    0

Top citations

The most-cited papers that cite this model.

  • CBraMod: A Criss-Cross Brain Foundation Model for EEG Decoding

    Jiquan Wang, Sha Zhao, Zhiling Luo, et al.

    International Conference on Learning Representations · Dec 2024

    164
  • NeuroLM: A Universal Multi-task Foundation Model for Bridging the Gap between Language and EEG Signals

    Wei-Bang Jiang, Yansen Wang, Bao-Liang Lu, et al.

    International Conference on Learning Representations · Aug 2024

    93
  • CSBrain: A Cross-scale Spatiotemporal Brain Foundation Model for EEG Decoding

    Yuchen Zhou, Jiamin Wu, Zichen Ren, et al.

    arXiv.org · Jun 2025

    35
  • Brain Foundation Models: A survey on advancements in neural signal processing and brain discovery

    Xin-qiu Zhou, Chenyu Liu, Zhisheng Chen, et al.

    IEEE Signal Processing Magazine · Mar 2025

    34
  • BrainWave: A Brain Signal Foundation Model for Clinical Applications

    Zhizhang Yuan, Fanqi Shen, Meng Li, et al.

    Feb 2024

    28

Related models

Models with similar goals, methods, or subject matter.

  • BrainWave (Brant-2)

    Zhejiang University

    Foundation model spanning invasive SEEG/iEEG and non-invasive EEG in one backbone, with zero- and few-shot transfer across neurological disorders.

    Biosignals
  • CBraMod

    Zhejiang University

    EEG foundation model for brain-computer interface decoding, factorizing self-attention into parallel spatial and temporal branches.

    Biosignals
  • BrainLM

    Yale University / Baylor College of Medicine / Princeton University

    fMRI foundation model pretrained with masked autoencoding on roughly 6,700 hours of recordings for clinical prediction and network discovery.

    Biosignals
  • LaBraM

    Shanghai Jiao Tong University

    EEG foundation model that learns transferable brain-signal representations with a vector-quantized tokenizer and masked transformer pretraining.

    Biosignals
  • BrainOmni

    Tsinghua University / Shanghai AI Laboratory / University of Cambridge / University College London

    Brain foundation model unifying EEG and MEG in a single encoder via a shared discrete tokenizer that transfers across sensor layouts and montages.

    Biosignals

Citations

Total Citations93
Influential7
References40

GitHub

Stars42
Forks4
Open Issues2
Contributors2
Last Push7mo ago
LicenseApache-2.0

HuggingFace

Downloads0
Likes6
Last Modified7mo ago

Fields of citing research

  • Computer Science100%
  • Engineering47%
  • Medicine44%
  • Biology28%
  • Linguistics1%
  • Physics1%
  • Mathematics1%

Share of papers citing this model.

Openness

bio.rodeo opennessFully open · usable and reproducible
75Open
Usability — can I run it?99
Reproducibility — can I retrain it?51
Model Openness Framework
Class III
Open Model

Tags

foundation_modelimputationintracranial_eegseegseizure_detectionself_supervisedsignal_forecastingtransformer

Resources

GitHub RepositoryResearch PaperOfficial WebsiteHuggingFace Model