bio.rodeo
ModelsOrganizationsLeaderboardAbout
bio.rodeo

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

AboutFAQSubmit a modelContact
© 2026 Pulsatance. All rights reserved. ~
Built by Pulsatance
Imaging foundation models
Imaging

BrainIAC

Mass General Brigham / Dana-Farber Cancer Institute / Brigham and Women's Hospital / Harvard Medical School / Boston Children's Hospital

A self-supervised vision foundation model for structural brain MRI that produces general-purpose features adaptable to diverse downstream clinical and neuroscience tasks.

Released: December 2024

BrainIAC (Brain Imaging Adaptive Core) is a vision foundation model that learns generalized representations from unlabeled structural brain MRI and serves as a reusable backbone for a wide range of downstream clinical and neuroscience prediction tasks. Rather than training a separate bespoke network for each application, BrainIAC provides a single pretrained encoder that can be adapted — often with only a small amount of labeled data — to problems spanning radiology, neuro-oncology, and aging research.

The model was developed by investigators in the Artificial Intelligence in Medicine (AIM) program at Mass General Brigham, together with collaborators at Dana-Farber Cancer Institute, Brigham and Women's Hospital, Harvard Medical School, and Boston Children's Hospital. It was first released as a medRxiv preprint in December 2024 and subsequently published in Nature Neuroscience in 2026. BrainIAC addresses a persistent gap in medical imaging AI: most brain MRI models are narrow, task-specific, and data-hungry, whereas a foundation-model approach amortizes the cost of representation learning across many applications.

By demonstrating that self-supervised pretraining on large unlabeled MRI collections transfers effectively to clinically meaningful endpoints, BrainIAC extends the foundation-model paradigm — already established in protein and genomics modeling — into structural neuroimaging.

#Key Features

  • Self-supervised pretraining: Trained with SimCLR contrastive learning on unlabeled brain MRI, removing the dependence on large, expensively annotated datasets for the pretraining stage.
  • General-purpose encoder: A single frozen or fine-tuned backbone adapts to multiple distinct tasks rather than requiring a model trained from scratch for each one.
  • Data efficiency: Performs especially well in low-data regimes, where it outperformed task-specific supervised and transfer-learning baselines given only a few labeled examples.
  • Saliency interpretability: Generates saliency maps that highlight the image regions driving a prediction, supporting clinical review of model behavior.
  • Open code and weights: Implementation, pretrained checkpoints, and a quickstart notebook are publicly released for non-commercial academic use.

#Technical Details

BrainIAC uses a Vision Transformer backbone (ViT-B/16) pretrained with the SimCLR contrastive self-supervised objective. The authors compared multiple pretraining strategies and selected SimCLR-ViT-B for its consistent performance under limited labeled data. Pretraining and validation drew on a corpus of 48,965 diverse brain MRI scans. The model was evaluated across several downstream tasks, including MR sequence classification, brain age prediction, isocitrate dehydrogenase (IDH) mutation classification in low-grade glioma, mild cognitive impairment classification, diffuse glioma overall-survival prediction, time-to-stroke prediction, and tumor segmentation. Reported results include a brain-age mean absolute error of 6.55 years, a time-to-stroke MAE of 38.87 days, and an AUC of 0.79 for IDH mutation prediction — outperforming conventional task-specific frameworks, with the largest gains where labeled data were scarce or task complexity was high.

#Applications

BrainIAC is intended as a shared starting point for teams building brain MRI analysis tools across radiology, neuro-oncology, neurology, and aging research. Clinicians and researchers can adapt the pretrained encoder to estimate brain age, flag tumor genotypes such as IDH mutation status, stratify glioma survival, identify mild cognitive impairment, classify MR sequences, or segment lesions — typically with far less labeled data than a from-scratch model would require. A hosted platform lowers the barrier for groups without deep machine-learning infrastructure.

#Impact

BrainIAC demonstrates that the foundation-model approach generalizes to structural brain MRI, providing a single pretrained backbone that matches or exceeds purpose-built models while dramatically reducing the labeled data needed for new tasks. Its public release of code and weights, together with a hosted platform, makes it a practical baseline and starting point for neuroimaging AI. Key limitations include a license restricting use to non-commercial academic research, a focus on structural (rather than functional or diffusion) MRI, and the need for site-specific validation before any clinical deployment.

Citations

A foundation model for generalized brain MRI analysis

Preprint

Tak, D., et al. (2024) A foundation model for generalized brain MRI analysis. medRxiv.

DOI: 10.1101/2024.12.02.24317992

A generalizable foundation model for analysis of human brain MRI

Tak, D., et al. (2026) A generalizable foundation model for analysis of human brain MRI. Nature Neuroscience.

DOI: 10.1038/s41593-026-02202-6

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.

Citations

Total Citations24
Influential2
References0

GitHub

Stars128
Forks44
Open Issues12
Contributors2
Last Push4mo ago
LanguagePython

Fields of citing research

Not enough data

Openness

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

Tags

brain_age_predictionbrain_mricontrastive_learningfoundation_modelimage_classificationneuroimagingself_supervisedsurvival_predictionvariant_effect_predictionvision_transformer

Resources

GitHub RepositoryResearch PaperResearch PaperOfficial Website