bio.rodeo
ModelsOrganizationsProvidersLeaderboardAboutSign 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.rodeoModelsOrganizationsProvidersLeaderboardAboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Biosignals foundation models
Biosignals

FAME

Southern University of Science and Technology / Omni-Intelligence / National University of Singapore / Chinese Institute for Brain Research, Beijing / Peking Union Medical College / The University of Hong Kong

EEG foundation model that corrects low-frequency bias by reconstructing band-standardized time-frequency targets. State of the art on 24 of 41 tasks.

Released: August 2026
Parameters: 1 Billion

EEG foundation models have a scaling problem: adding pretraining data or parameters often fails to improve downstream decoding. FAME — Frequency-balanced Autoencoding for Masked EEG — argues that the bottleneck is not capacity but what the pretraining objective actually rewards. Probing the representations of existing pretrained EEG encoders, its authors find a systematic low-frequency preference: broadband embeddings align far more closely with low-frequency band-limited embeddings than with high-frequency ones, and activity above roughly 30 Hz is measurably harder to decode back out of a frozen representation. The bias persists across architectures, pretraining objectives, and dataset scales, and grows rather than shrinks with model size.

Two effects compound to produce it. Scalp EEG power follows an approximate 1/f power law, so slow rhythms dominate the signal's energy; separately, neural networks fit low-frequency structure before high-frequency structure during optimization. Masked autoencoding adds a third, objective-level source. By Parseval's theorem, a pointwise squared error in time equals a sum of squared spectral errors weighted by signal power, so equal relative error costs far more at a high-power delta component than at a low-power gamma one. A model can therefore drive its reconstruction loss down on slow, high-energy activity while receiving almost no gradient for the fast dynamics that carry motor imagery, sleep spindles, and high-frequency oscillations in epilepsy.

FAME's correction changes the reconstruction target rather than the architecture. Instead of predicting the raw waveform, it predicts log-power time-frequency activity in predefined EEG bands, standardizes each band independently, and weights every band's loss equally, decoupling supervision strength from a band's intrinsic power. It was released as a preprint in August 2026 by a team led by Southern University of Science and Technology's Department of Biomedical Engineering with Omni-Intelligence and academic collaborators.

#Key Features

  • Band-standardized reconstruction targets: Each frequency band's targets are normalized with corpus-level statistics before the loss is computed, removing the orders-of-magnitude power gap between delta and gamma.
  • Equal band weighting: Band-wise losses are averaged with uniform weight, so neither high-power bands nor bands containing more frequency bins can dominate the objective.
  • Dense decoder supervision: Masking corrupts only the encoder input; the decoder predicts every channel-time-band target, masked and unmasked alike.
  • Configurable spectral partition: The band split is a hyperparameter — five canonical bands for large-scale pretraining, nine uniform 5 Hz bands for analysis.
  • Quantitative bias diagnostics: Three metrics (low-frequency bias, frequency imbalance, signed frequency slope) score any encoder's spectral balance from band-wise decoding losses.

#Technical Details

FAME splits an EEG segment into non-overlapping temporal patches, replaces a random subset with mask tokens, and encodes them with a Transformer, trained at 50M and 1B parameters with 50% and 75% masking respectively. Targets are log-power time-frequency coefficients averaged within the delta, theta, alpha, beta, and gamma bands, then standardized per band. Pretraining used twelve public EEG datasets spanning visual, auditory, somatosensory, motor, cognitive-state, and decision-making paradigms, and took about 12 hours on eight NVIDIA H20 GPUs. Evaluation is by linear probing on a frozen encoder across 41 downstream tasks in OmniEEG-Bench, against BIOT, BrainOmni, CBraMod, EEGMamba, FEMBA, LaBraM, NeuroGPT, NeuroLM, and REVE. FAME-50M is best on 14 of the 41 tasks and FAME-1B on 24, with the largest margins on ADHD classification (86.4% balanced accuracy versus 71.1% for the strongest baseline), TUEV event classification (80.7%), and high-frequency-oscillation detection (79.2%). Under full fine-tuning on the 13 EEG tasks of NeuralBench, FAME-50M records the best average balanced accuracy at 61.4%, ahead of REVE at 60.9% and LaBraM at 59.8%.

#Applications

The frozen-encoder-plus-linear-probe protocol is the practical mode of use: one pretrained checkpoint supplies features for clinical classification (neurodegenerative disease, ADHD, depression, sedation depth), sleep staging, epileptiform event and high-frequency-oscillation detection, motor imagery and SSVEP brain-computer interfaces, and affective state decoding — without retraining the backbone per cohort, which matters for the small, montage-heterogeneous datasets typical of clinical EEG. The three bias metrics are separately useful for screening candidate encoders before committing to a downstream pipeline.

#Impact

FAME reframes a field centred on tokenization and architecture — the axes explored by CSBrain and LUNA — as a question about the pretraining target, showing that the reconstruction loss itself encodes a spectral prior no amount of scale will undo. The authors are careful about the limits: frequency balance helps most on tasks drawing on broad spectral information and can be neutral where slow activity genuinely carries the signal, and the bias-versus-performance correlations rest on too few pretrained models to support strong inference. Computing and storing time-frequency targets adds preprocessing cost, and the fixed equal-weight partition is a task-agnostic default rather than an optimum. The work is a preprint awaiting peer review, and neither model weights nor training code have been released; the companion OmniEEG-Bench repository is the evaluation harness, not the model, and carries no declared license.

Citations

Understanding and Correcting Low-Frequency Bias in EEG Foundation Model

Preprint

Yu, J., et al. (2026) Understanding and Correcting Low-Frequency Bias in EEG Foundation Model. arXiv.

DOI: 10.48550/arXiv.2608.01898

OmniEEG-Bench: A Standardized Evaluation Benchmark for EEG Foundation Models

Preprint

Lu, Z., et al. (2026) OmniEEG-Bench: A Standardized Evaluation Benchmark for EEG Foundation Models.

DOI: 10.48550/arXiv.2606.00815

Recent citations

Papers that recently cited this model.

Not enough citation data yet.

Top citations

The most-cited papers that cite this model.

Not enough citation data yet.

Where to run FAME

Providers that host FAME for inference, fine-tuning, or weight download.

No providers recorded yet. Browse all providers

Related models

Models with similar goals, methods, or subject matter.

  • B[FM]²

    MIT / KU Leuven

    EEG foundation model pretrained on raw multi-channel waveforms via continuous-time flow matching. Leads 7 of 9 clinical and BCI benchmarks.

    Biosignals
  • EEG-JEPA

    Tsinghua University / Peking University

    EEG foundation model pretrained to predict structured latent states rather than masked waveforms, reaching 52.94% frozen macro balanced accuracy.

    Biosignals
  • CodeBrain

    National University of Singapore / Nanyang Technological University / Chinese Academy of Sciences

    EEG foundation model pairing a decoupled time-frequency tokenizer with a multi-scale state-space encoder for generalization under distribution shift.

    Biosignals
  • STEAM

    Huazhong University of Science and Technology / Beijing Zhongguancun Academy

    EEG foundation model coupling spatial and temporal transformer branches through a shared soft mixture-of-experts, adapted by tuning 5.1% of weights.

    Biosignals
  • EEGFormer

    Microsoft / ShanghaiTech University

    EEG foundation model pretrained with vector-quantized self-supervision, yielding interpretable discrete codes that transfer to seizure detection.

    Biosignals

Fields of citing research

Not enough data

Openness

bio.rodeo opennessClosed · low usability and reproducibility
19Closed
Usability — can I run it?11
Reproducibility — can I retrain it?31

Tags

autoencodereegeeg_decodingfoundation_modelrepresentation_learningself_supervisedtransformer

Resources

Research Paper