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

NeurIPT

Xiamen University Malaysia / Columbia University / The Hong Kong Polytechnic University / Xiamen University / Harbin Institute of Technology (Shenzhen)

EEG foundation model for brain-computer interfaces, pairing masked pretraining with a mixture-of-experts transformer across electrode montages.

Released: October 2025

NeurIPT (Neural Interfaces Pre-trained Transformer) is a foundation model for electroencephalography (EEG) aimed at brain-computer interfaces (BCIs). EEG-based neural decoding is notoriously difficult to generalize because signals vary across subjects, tasks, recording conditions, and—critically—across electrode montages that differ in number and placement. NeurIPT addresses this heterogeneity directly, learning both the shared (homogeneous) and the variable (heterogeneous) spatio-temporal structure of EEG so that a single pretrained backbone can be adapted to many downstream BCI paradigms.

The model was introduced by researchers from Xiamen University Malaysia, Columbia University, The Hong Kong Polytechnic University, Xiamen University, and Harbin Institute of Technology (Shenzhen), and was accepted to NeurIPS 2025. It sits among a growing family of EEG foundation models—alongside LaBraM, EEGPT, BIOT, and CBraMod—but distinguishes itself through pretraining and architectural choices tailored to the physical layout of electrodes and the amplitude characteristics of neural signals.

NeurIPT is pretrained self-supervised on a large corpus of unlabeled EEG and then fine-tuned on individual BCI tasks, following the now-standard pretrain-then-adapt recipe but with components designed specifically for the irregularities of real-world EEG acquisition.

#Key Features

  • Amplitude-Aware Masked Pretraining (AAMP): Instead of masking random temporal intervals, AAMP masks tokens based on signal amplitude, encouraging the model to learn robust representations across varying signal intensities rather than relying on simple local interpolation.
  • Progressive Mixture-of-Experts (PMoE): Specialized expert subnetworks are introduced progressively at deeper transformer layers (a [0, 0, 2, 4, 4, 6] configuration across six layers), letting the model adapt to the diverse temporal dynamics of EEG without a uniform, monolithic capacity.
  • 3D electrode coordinate embedding: The model encodes the physical 3D position of each electrode, allowing it to generalize across montages with different channel counts and placements rather than assuming a fixed input layout.
  • Intra-Inter Lobe Pooling: A spatial pooling scheme that aggregates information within and across brain lobes, capturing anatomically meaningful spatial structure in the scalp signal.

#Technical Details

NeurIPT is built on a six-layer transformer encoder augmented with the Progressive Mixture-of-Experts design described above. It was pretrained on more than 2,000 hours of EEG drawn from 14 public datasets—including Emobrain, the Grasp-and-Lift EEG Challenge, the Inria BCI Challenge, EEG Motor Movement/Imagery, the SEED series, and several Temple University Hospital corpora (TUAR, TUSZ, TUSL)—with the downstream evaluation datasets held out of pretraining. Evaluation spans eight BCI datasets covering distinct paradigms: MentalArithmetic (mental stress), Mumtaz2016 (mental disorder diagnosis), PhysioNet P300, Sleep-EDFx (sleep staging), SEED-V (emotion recognition), BCIC-IV-2A (motor imagery), TUAB (abnormal EEG detection), and TUEV (event classification). The model reports state-of-the-art results across these tasks, including 86.46% on MentalArithmetic (versus 72.56% for the prior best, CBraMod), 98.03% on Mumtaz2016, 55.04% on BCIC-IV-2A, 67.31% on PhysioNet P300, and 70.47% on Sleep-EDFx, generally outperforming baselines such as EEGPT and CBraMod.

#Applications

NeurIPT targets the full breadth of EEG-based neural interfaces. Because it ingests arbitrary electrode montages and adapts to new tasks via fine-tuning, it is useful for motor-imagery BCIs, P300 spellers, emotion and stress recognition, clinical sleep staging, and screening for abnormal or pathological EEG. Researchers building BCI systems benefit from a pretrained backbone that reduces the labeled-data burden of each new task, while clinical and affective-computing groups can reuse the same model across heterogeneous acquisition hardware without redesigning the input pipeline.

#Impact

By tying its pretraining objective to signal amplitude and its spatial modeling to real electrode geometry, NeurIPT advances how EEG foundation models handle the inter-subject, inter-task, and inter-montage variability that has long limited BCI generalization. Its consistent gains across eight diverse benchmarks position it as a strong reference point for subsequent EEG foundation-model work. A practical caveat at the time of writing: the public repository notes that the source code was accidentally deleted and is being recovered, and no pretrained weights have yet been released, so independent reproduction currently depends on that recovery.

Citation

NeurIPT: Foundation Model for Neural Interfaces

Preprint

Fang, Z., et al. (2025) NeurIPT: Foundation Model for Neural Interfaces. arXiv.org.

DOI: 10.48550/arXiv.2510.16548

Recent citations

Papers that recently cited this model.

  • MindAlign: Bridging EEG, Vision, and Language for Zero-Shot Visual Decoding

    Zexuan Chen, Sichao Liu, Runhao Lu, et al.

    May 2026

    0
  • Visualizing the Invisible: Generative Visual Grounding Empowers Universal EEG Understanding in MLLMs

    Junyu Pan, Yansen Wang, Enze Zhang, et al.

    May 2026

    0
  • Same Brain, Different Prediction: How Preprocessing Choices Undermine EEG Decoding Reliability

    Dengzhe Hou, Zihao Wu, Lin Jiang, et al.

    May 2026

    1

Top citations

The most-cited papers that cite this model.

  • LEAD: An EEG Foundation Model for Alzheimer's Disease Detection

    Yihe Wang, Nan Huang, N. Mammone, et al.

    Feb 2025

    14Influential
  • DeeperBrain: A Neuro-Grounded EEG Foundation Model Towards Universal BCI

    Jiquan Wang, Sha Zhao, Yangxuan Zhou, et al.

    arXiv.org · Jan 2026

    7
  • Benchmarking ERP Analysis: Manual Features, Deep Learning, and Foundation Models

    Yihe Wang, Zhiqi Kang, Bo Chen, et al.

    IEEE transactions on bio-medical engineering · Jan 2026

    5
  • Brain4FMs: A Benchmark of Foundation Models for Electrical Brain Signal

    Fanqi Shen, En-Hui Yang, Jiahe Li, et al.

    arXiv.org · Feb 2026

    4
  • Structured Prototype-Guided Adaptation for EEG Foundation Models

    Jin Ma, Feng Wu, Yuchen Xing, et al.

    arXiv.org · 2026

    1

Related models

Models with similar goals, methods, or subject matter.

  • Neuro-GPT

    University of Southern California / Université de Montréal

    EEG foundation model that pairs a convolutional encoder with a GPT backbone, pretrained by masked-segment reconstruction for low-data BCI decoding.

    Biosignals
  • EEG Foundation Model for BCI

    Carnegie Mellon University

    EEG foundation model pretrained by spectrogram reconstruction that improves online directional motor-imagery brain-computer interface control.

    Biosignals
  • NeuroLM

    Shanghai Jiao Tong University / Microsoft

    Multi-task EEG foundation model that treats brain signals as a foreign language, pairing a text-aligned neural tokenizer with a GPT-2 backbone.

    BiosignalsLanguage model
  • CBraMod

    Zhejiang University

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

    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 Citations11
Influential1
References77

GitHub

Stars11
Forks0
Open Issues3
Contributors1
Last Push4mo ago
LicenseMIT

Fields of citing research

  • Computer Science100%
  • Engineering45%
  • Medicine27%
  • Biology27%
  • Law9%

Share of papers citing this model.

Openness

bio.rodeo opennessClosed · low usability and reproducibility
11Closed
Usability — can I run it?7
Reproducibility — can I retrain it?14
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

brain_computer_interfaceseegeeg_decodingemotion_recognitionfoundation_modelmasked_pretrainingmixture_of_expertsneural_signalsself_supervisedsleep_stagingtransformer

Resources

GitHub RepositoryResearch PaperOfficial Website