Papers
Topics
Authors
Recent
Search
2000 character limit reached

Brain Foundation Models

Updated 6 July 2026
  • Brain foundation models are large-scale neural networks pretrained on extensive brain recordings to learn reusable representations for diverse tasks.
  • They leverage self-supervised objectives, such as masked autoencoding and contrastive learning, to overcome data scarcity and variability.
  • Applications include EEG, fMRI, MRI, and multimodal neuroimaging, driving advancements in diagnosis, brain simulation, and brain–computer interfaces.

Searching arXiv for papers on brain foundation models, EEG/fMRI/MRI BFMs, and benchmarking/governance. Searching arXiv for "brain foundation models self-supervised learning EEG fMRI MRI benchmark governance". Brain foundation models (BFMs) are large-scale deep neural networks pretrained on extensive collections of neural recordings or brain images to learn reusable representations that can be adapted to downstream tasks with limited labeled data. In the neural-signal literature, BFMs are defined as large-scale deep neural networks pretrained on extensive collections of neural recordings such as EEG, fMRI, and intracranial signals using predominantly self-supervised objectives, with the goal of enabling zero- or few-shot transfer to tasks including decoding, disease diagnosis, brain simulation, and brain–computer interfaces (Zhou et al., 1 Mar 2025). In the adjacent brain-imaging literature, foundation models for brain MRI, CT, PET, and related modalities are surveyed as a broader class of pretrained models for segmentation, classification, regression, generation, registration, and question answering, with particular emphasis on multimodal data integration and heterogeneous clinical datasets (Ghamizi et al., 16 Jun 2025). Across these strands, the unifying premise is that large-scale pretraining on unlabeled or weakly labeled brain data can mitigate scarce labels, low signal-to-noise ratio, inter-subject variability, and cross-site heterogeneity while furnishing a common representational substrate for downstream neuroscience and clinical analysis (Altaheri et al., 19 Jun 2025).

1. Definitions, scope, and conceptual boundaries

The term “brain foundation model” was explicitly defined in a 2025 survey as referring to large-scale deep neural networks pretrained on extensive collections of neural recordings such as EEG, fMRI, and intracranial signals using predominantly self-supervised objectives (Zhou et al., 1 Mar 2025). A complementary survey framed BFMs as large-scale neural network backbones pretrained on broad collections of unlabeled brain recordings, including EEG, MEG, fNIRS, fMRI, and ECoG/iEEG, via self-supervised learning, and emphasized their use as reusable cortical representation learners for classification, regression, BCI, and cross-modal generation (Altaheri et al., 19 Jun 2025).

This scope is broader than non-invasive electrical recordings alone. EEG/iEEG benchmarks treat BFMs as self-supervised neural encoders trained on raw electrical brain signals (Shen et al., 12 Feb 2026), but other lines of work define BFMs over fMRI graphs and time series (Wei et al., 31 May 2025), 3D structural MRI (Mazher et al., 27 Oct 2025), multimodal structural-plus-functional neuroimaging (Dong et al., 29 Sep 2025), diffusion-derived microstructural maps (Dong et al., 1 Jul 2026), and omnifunctional systems jointly pretrained on fMRI, EEG, and MEG (Guo et al., 26 Feb 2026). Brain-imaging reviews further situate these models within a larger ecosystem of 86 foundation model architectures and 161 brain imaging datasets spanning MRI, CT, PET/SPECT, and ultrasound (Ghamizi et al., 16 Jun 2025).

A recurring distinction separates BFMs from conventional task-specific pipelines. The surveys contrast BFMs with small, supervised models trained on narrow datasets and handcrafted features, and describe BFMs instead as systems that exploit thousands of hours of heterogeneous recordings or large-scale volumetric imaging corpora to generalize across subjects, tasks, modalities, and experimental paradigms (Zhou et al., 1 Mar 2025). This suggests that “foundation” in this domain refers less to a single architecture family than to a training regime: large-scale pretraining, broad transfer, and adaptation under distribution shift.

2. Self-supervised objectives and architectural principles

The most common pretraining objectives fall into masked modeling, autoregressive prediction, contrastive learning, and cross-modal alignment. For contrastive learning, a survey on self-supervised BFMs gives the standard InfoNCE form

Lcontrastive=E(i,j)Plogexp(sim(zi,zj)/τ)kN(i)exp(sim(zi,zk)/τ),L_{\text{contrastive}} = - \mathbb E_{(i,j)\in P} \log \frac{\exp(\mathrm{sim}(z_i,z_j)/\tau)} {\sum_{k\in N(i)} \exp(\mathrm{sim}(z_i,z_k)/\tau)},

where zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i)) and sim(u,v)\mathrm{sim}(u,v) is cosine similarity (Altaheri et al., 19 Jun 2025). Masked reconstruction is equally central, with a masked autoencoder loss written as

LMAE=ExD[xDec(Enc(M(x)))2],L_{\text{MAE}} = \mathbb E_{x\sim D}\bigl[\|x-\mathrm{Dec}(\mathrm{Enc}(M(x)))\|^2\bigr],

and used for masked time-frequency patches, masked MRI volumes, masked graph nodes, or masked fMRI windows depending on modality (Altaheri et al., 19 Jun 2025). A second survey formalizes the same design space through masked signal modeling, autoregressive prediction, contrastive learning, and cross-modal prediction, including LAR=t=1Tlogpθ(xtx<t)L_{\text{AR}}=-\sum_{t=1}^T \log p_\theta(x_t\mid x_{<t}) and Lcross=E[fA(xA)fB(xB)22]L_{\text{cross}}=\mathbb E[\|f_A(x^A)-f_B(x^B)\|_2^2] (Zhou et al., 1 Mar 2025).

Architecturally, transformers are common but not exclusive. The surveys enumerate transformers, CNNs, GNNs, and hybrid backbones, with spatial and temporal tokenization adapted to modality-specific structure (Altaheri et al., 19 Jun 2025). In EEG, raw signals XRC×TX\in\mathbb R^{C\times T} are segmented into temporal patches or transformed into joint time-frequency representations; in fMRI graph models, nodes represent ROIs and edges encode correlation or connectivity; in MRI, volumetric crops are partitioned into non-overlapping 3D patches with positional embeddings (Mazher et al., 27 Oct 2025). Representative mechanisms include Graph Transformer encoders with Random Walk Structural Encoding for fMRI graphs (Wei et al., 31 May 2025), dual-domain cross-attention and topological embeddings for EEG (Chen et al., 29 Sep 2025), student–teacher self-distillation over global and local volumetric crops in 3D MRI (Mazher et al., 27 Oct 2025), and Any-Resolution Neural Signal Sampler cross-attention that projects fMRI, EEG, and MEG signals into a fixed-length latent space (Guo et al., 26 Feb 2026).

The field has also diversified beyond plain masked autoencoding. BrainFound uses DINO-v2’s self-distillation loss rather than explicit masked-patch loss or InfoNCE (Mazher et al., 27 Oct 2025). BrainHarmonix combines 3D structural MAE with a JEPA-style functional encoder and a hub-token fusion transformer (Dong et al., 29 Sep 2025). BrainFIBRE introduces Self-supervised Partial Information Decomposition, which uses a Mixture-of-Experts architecture and Counterfactual Candidate Construction to separate unique, redundant, and synergistic information in NODDI-derived maps (Dong et al., 1 Jul 2026). Brain-OF adopts Masked Temporal-Frequency Modeling with a dual-domain reconstruction objective weighted as α=0.2\alpha=0.2 and β=0.8\beta=0.8 (Guo et al., 26 Feb 2026).

3. Modalities and representative model families

The current literature spans electrical recordings, hemodynamic signals, structural and multimodal MRI, and diffusion-derived microstructure. The following systems illustrate the breadth of the field.

Domain Representative systems Reported characteristics
EEG and iEEG BrainWave/Brant-2, Uni-NTFM, Brain4FMs benchmark models Large-scale pretraining on electrical signals, time/frequency modeling, topology-aware encoding, cross-subject transfer (Yuan et al., 2024, Chen et al., 29 Sep 2025, Shen et al., 12 Feb 2026)
fMRI and brain graphs BrainGFM, SLIM-Brain, BrainLM/Brain-JEPA analyses Multi-atlas graph pretraining, voxel-level JEPA, and critiques of cognition prediction from pretrained fMRI transformers (Wei et al., 31 May 2025, Wang et al., 26 Dec 2025, Marraffini et al., 29 May 2026)
3D brain MRI BrainFound, SAM-Brain3D, BrainFM-MRI, challenge-winning U-Net FM Volumetric self-distillation, segmentation-oriented pretraining, dynamic modality integration, and lightweight CNN alternatives (Mazher et al., 27 Oct 2025, Deng et al., 1 May 2025, Luu et al., 4 Nov 2025, Gordaliza et al., 19 Jan 2026)
Multimodal neuroimaging BrainHarmonix, Brain-OF, BrainFIBRE Structure–function fusion, omnifunctional fMRI/EEG/MEG pretraining, and microstructural disentanglement from NODDI maps (Dong et al., 29 Sep 2025, Guo et al., 26 Feb 2026, Dong et al., 1 Jul 2026)

In EEG and intracranial recordings, BrainWave is presented as the first foundation model for both invasive and non-invasive neural recordings, pretrained on more than 40,000 hours of electrical brain recordings from approximately 16,000 individuals, with downstream performance reported on seizure detection, seizure prediction, sleep staging, emotion recognition, and motor imagery (Yuan et al., 2024). Uni-NTFM extends this line by arguing that EEG requires a decoupled treatment of waveform and rhythmic features, explicit topological embeddings for electrodes, and sparse Mixture-of-Experts routing. Its largest variant has 1.9B parameters and is pretrained on over 28,000 hours of diverse EEG data via a dual-domain masked reconstruction objective (Chen et al., 29 Sep 2025).

For fMRI, BrainGFM proposes graph contrastive learning plus graph masked autoencoding on weighted, correlation-based brain graphs. It is pretrained on 27 neuroimaging datasets spanning 25 common neurological and psychiatric disorders, 8 parcellations, over 25,000 subjects, 60,000 fMRI scans, and about 400,000 graph samples (Wei et al., 31 May 2025). SLIM-Brain instead pursues atlas-free voxel-level representation learning, combining a lightweight temporal extractor that ranks windows by saliency with a 4D hierarchical JEPA that trains on only the top-kk windows and deletes about 70% masked patches (Wang et al., 26 Dec 2025).

MRI-oriented BFMs show substantial architectural heterogeneity. BrainFound adapts DINO-v2 to 3D brain MRI by treating a volumetric scan as an ordered sequence of slices and/or 3D patches, supporting single- and multimodal inputs and partial-modality inference through zero-filling of missing channels (Mazher et al., 27 Oct 2025). SAM-Brain3D fine-tunes SAM-Med3D on 66,280 brain image–label pairs across 14 MRI sub-modalities and couples the pretrained encoder to a Hypergraph Dynamic Adapter for downstream disease classification (Deng et al., 1 May 2025). BrainFM-MRI uses one encoder with learnable modality embeddings, conditional layer normalization, masked autoencoding with modality dropout, and a VICReg-style variance–covariance regularizer for about 60,000 multi-center MRIs (Luu et al., 4 Nov 2025). A challenge-winning technical report argues that a 3D U-Net CNN with anatomical priors and cross-contrast objectives trained 1-2 orders of magnitude faster and was 10 times smaller than competing transformer-based approaches in the first brain MRI foundation model challenges (Gordaliza et al., 19 Jan 2026).

Multimodal systems broaden the notion of what counts as a BFM. BrainHarmonix is described as the first multimodal brain foundation model that unifies structural morphology and functional dynamics into compact 1D token representations, with pretraining on 64,594 T1-weighted structural MRI 3D volumes and 70,933 functional MRI time series (Dong et al., 29 Sep 2025). Brain-OF jointly pretrains on fMRI, EEG, and MEG from 37 public datasets totaling 32,278 subjects and approximately 5.9 million samples (Guo et al., 26 Feb 2026). BrainFIBRE focuses on brain microstructure rather than macroscopic anatomy or electrical activity, pretraining on NODDI-derived NDI, ODI, and FWF maps from 55,592 UK Biobank participants (Dong et al., 1 Jul 2026).

4. Adaptation, evaluation, and applications

The standard downstream workflow removes pretraining-specific heads, attaches a task-specific head, and then performs either linear probing with a frozen backbone or full fine-tuning with a smaller learning rate on pretrained weights (Altaheri et al., 19 Jun 2025). The surveys formalize this as either frozen-backbone optimization of zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i))0 alone or joint optimization of zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i))1 for the backbone and task head (Altaheri et al., 19 Jun 2025). This basic pattern has been extended by graph prompts and language prompts in BrainGFM (Wei et al., 31 May 2025), LoRA and Hub-LoRA for dynamic functional connectivity biomarkers (Girish et al., 23 Apr 2026), Hypergraph Dynamic Adapter for multimodal disease classification (Deng et al., 1 May 2025), and conditional layer normalization plus modality embeddings for missing-modality MRI (Luu et al., 4 Nov 2025).

Benchmarking practice has converged on a small set of protocols. A self-supervised BFM survey lists K-nearest neighbors on frozen embeddings, linear probing, full fine-tuning, and zero-shot/few-shot transfer as standard protocols, and reports common metrics including accuracy, balanced accuracy, F1-score, Cohen’s Kappa, AUROC, AUPRC, zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i))2, MSE, BLEU, ROUGE, and Top-1/Top-5 accuracy depending on task type (Altaheri et al., 19 Jun 2025). For electrical signals, Brain4FMs consolidates 15 representative BFMs and 18 public EEG/iEEG datasets, while AdaBrain-Bench standardizes 13 public datasets across 7 non-invasive BCI applications with cross-subject, multi-subject, and few-shot evaluation settings (Shen et al., 12 Feb 2026, Wu et al., 14 Jul 2025).

Applications are correspondingly diverse. The surveys identify BCIs, disease diagnosis, cognitive state decoding, brain simulation, segmentation, report generation, question answering, and image synthesis among downstream targets (Zhou et al., 1 Mar 2025, Ghamizi et al., 16 Jun 2025). Concrete examples include BrainFound’s AUROC values for Alzheimer’s disease versus controls across NACC, ADNI, OASIS, and AIBL, as well as Dice and HD95 results on FeTA 2021 and BraTS 2020 segmentation tasks (Mazher et al., 27 Oct 2025). BrainHarmonix reports gains on ABIDE-I, ABIDE-II, ADHD-200, PPMI, ADNI, and HCP-A benchmarks, including mixed-TR settings (Dong et al., 29 Sep 2025). Brain-OF reports Balanced Accuracy of 82.87% on TUAB abnormality detection, 71.79% on ADNI Alzheimer’s classification, and MEG brain-age MAE of 7.87 years on CamCAN (Guo et al., 26 Feb 2026). In MRI challenge settings, the U-Net-based foundation model report gives mean Dice of zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i))3 versus zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i))4 for transformer baselines in SSL3D, and mean classification accuracy of zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i))5 versus zi=Encoder(Augment(xi))z_i = \mathrm{Encoder}(\mathrm{Augment}(x_i))6 (Gordaliza et al., 19 Jan 2026).

This suggests that adaptation strategy is not ancillary but constitutive. In several subfields, the practical value of BFMs lies less in zero-shot end use than in providing reusable encoders that can be efficiently specialized through prompts, low-rank adapters, linear heads, or modality-aware normalization.

5. Empirical strengths, limitations, and active controversies

The central empirical claim in favor of BFMs is improved transfer under data scarcity and heterogeneity. Surveys repeatedly cite gains in data efficiency, robustness to noise, and reduced need for labeled data (Altaheri et al., 19 Jun 2025), while AdaBrain-Bench reports macro-average cross-subject Balanced Accuracy of 64.61% for LaBraM and 62.66% for CBraMod versus 58.12% for the best traditional baseline across 13 datasets (Wu et al., 14 Jul 2025). Brain4FMs further argues that generative SSL methods such as AE- and MAE-based models yield more separable latent geometry than contrastive-only approaches for many EEG/iEEG classification tasks (Shen et al., 12 Feb 2026).

At the same time, several papers challenge common assumptions about scale, architecture, and evaluation. A critique of fMRI BFMs reports that, across three state-of-the-art BFMs and every readout tested, cognition is predicted worse than by linear regression on the functional connectivity matrix, and that the gap widens with scale because pretraining preserves dominant variance but destroys third-order co-skewness relevant to cognition (Marraffini et al., 29 May 2026). The same work concludes that the bottleneck is the pretraining objective rather than the backbone or model size, and shows that cumulant-aware fine-tuning can recover the raw-FC ceiling on BrainLM’s forward pass (Marraffini et al., 29 May 2026). In a related but distinct critique, RE-CONFIRM argues that conventional predictive metrics are insufficient for evaluating the robustness of biomarkers identified by BFMs and reports that simply fine-tuning foundation models fails to capture regional hubs effectively, whereas Hub-LoRA improves hub sensitivity and neurobiological faithfulness (Girish et al., 23 Apr 2026).

Efficiency is another contested axis. Although transformers dominate many BFM narratives, the MRI challenge report states that its U-Net CNN models trained 1-2 orders of magnitude faster and were 10 times smaller than competing transformer-based approaches, while consistently ranking first in 5/5 FOMO25 tracks (Gordaliza et al., 19 Jan 2026). SLIM-Brain likewise targets both data- and training-efficiency, requiring only 4 thousand pre-training sessions and approximately 30% of GPU memory compared with traditional voxel-level methods (Wang et al., 26 Dec 2025). These results argue against the misconception that brain foundation models are synonymous with very large transformer encoders.

Several limitations recur across surveys and model papers. These include heterogeneous electrode placements and sampling rates, lack of standardized preprocessing, inter-subject variability, true zero-shot performance remaining limited, high compute and energy requirements, missing modalities, and the need for neurophysiological grounding of latent features (Zhou et al., 1 Mar 2025, Altaheri et al., 19 Jun 2025). BrainFM-MRI explicitly notes a trade-off between flexibility under missing modalities and single-modality reconstruction quality (Luu et al., 4 Nov 2025). SAM-Brain3D+HyDA notes that all modalities must be present at inference in its current form and that class imbalance still depresses sensitivity and AUC in skewed tasks (Deng et al., 1 May 2025).

A plausible implication is that “generalization” in BFMs must be disaggregated. Transfer across subjects, across datasets, across atlases, across modalities, across scanner protocols, and across scientific claims such as biomarker discovery are not interchangeable achievements, and different pretraining objectives may improve one axis while degrading another.

6. Governance, ethics, and future research directions

Because BFMs are trained on body-derived neural data collected under clinical and research governance regimes, their development has prompted a parallel governance literature. A dedicated analysis of training-data governance argues that neural data carry stronger expectations of protection than text or images, yet foundation-model practice subjects them to large-scale repurposing, cross-context stitching, and open-ended downstream use (Hanley et al., 23 Jan 2026). The paper organizes concerns around privacy, consent, bias, benefit sharing, and legal governance, and proposes baseline safeguards such as membership-inference and memorization risk evaluations, explicit provenance documentation for modality combinations, controlled release defaults when uncertainty remains, stricter treatment of legacy consent regimes, subgroup performance reporting, tiered data-access models, and multistakeholder review bodies (Hanley et al., 23 Jan 2026).

Technical future directions in the surveys are comparatively consistent. Proposed directions include graph- and topology-aware architectures, adaptive windowing, neuroscience-aware masking schemes, hybrid SSL objectives combining reconstruction, prediction, and contrastive terms, multimodal pretraining across EEG, fMRI, text, and vision, efficient pruning and distillation for real-time BCIs, synthetic augmentation, federated learning with secure aggregation, and explainable or neuro-symbolic AI (Altaheri et al., 19 Jun 2025, Zhou et al., 1 Mar 2025). Brain imaging reviews add domain adaptation, harmonization across scanners, uncertainty quantification, and human-in-the-loop evaluation as unmet needs (Ghamizi et al., 16 Jun 2025).

Some proposals extend beyond current benchmark practice. One perspective argues for training foundation models directly on human brain data as a complement to text and image corpora, and proposes reinforcement learning from human brain and chain of thought from human brain as targeted ways to use scarce neuroimaging data during post-training and inference (Donoso, 17 Jan 2026). This suggests a broader interpretation of BFMs: not only models for decoding brain data, but potentially models aligned by brain data. The current literature, however, still treats this as a strategic proposal rather than an established paradigm.

Taken together, the field presents BFMs as a convergence zone between self-supervised representation learning, multimodal neuroimaging, clinical machine learning, and neuroethics. The most mature evidence supports their utility as transferable pretrained backbones for heterogeneous downstream tasks. The most important unresolved questions concern objective design, robustness under domain shift, interpretability of latent structure, efficiency under realistic deployment constraints, and governance of highly sensitive training data (Altaheri et al., 19 Jun 2025, Hanley et al., 23 Jan 2026, Marraffini et al., 29 May 2026).

Definition Search Book Streamline Icon: https://streamlinehq.com
References (20)

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Brain Foundation Models.