bio.rodeo
ModelsOrganizationsLeaderboardAbout
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
Imaging foundation models
Imaging

ScaleSurfer

University of California, San Diego

Brain MRI morphometry model that estimates cortical thickness, surface area, and volume in milliseconds instead of hours.

Released: July 2026

Quantitative brain morphometry—measuring regional volumes, cortical thickness, surface area, and curvature from structural MRI—underpins a large fraction of neuroscience and clinical neuroimaging, from tracking neurodegeneration to studying development and individual differences. The established way to obtain these measures relies on surface-reconstruction pipelines that segment tissue, build cortical surfaces, and parcellate the brain. These pipelines are accurate and widely trusted, but they are computationally heavy, typically requiring hours of processing per scan, which becomes a bottleneck for large cohorts and rules out interactive or point-of-care use.

ScaleSurfer, developed by Ryan P. Hammonds, Cindy Chen, and Bradley Voytek at the University of California, San Diego and its Halıcıoğlu Data Science Institute, reframes morphometry as a direct prediction problem. Rather than reconstructing surfaces, the model maps a structural MRI volume straight to a full set of whole-brain morphometric features using a 3D convolutional vision-transformer backbone. This collapses a multi-hour workflow into a single forward pass, estimating features in roughly 150–500 milliseconds—about five orders of magnitude faster than classical surface-based processing—while retaining the multi-scale, region-resolved output that downstream analyses depend on.

The model is trained across multiple heterogeneous neuroimaging collections so that a single pretrained backbone generalizes across scanners, acquisition protocols, and populations. That shared representation is reused beyond feature estimation: the authors build an interpretable Alzheimer's disease classifier on top of the same backbone, illustrating the foundation-model pattern of pretrain-once, adapt-to-many.

#Key Features

  • Direct morphometry from MRI: Predicts volume, cortical thickness, surface area, and curvature for the whole brain without running surface reconstruction or parcellation.
  • Millisecond inference: Produces a complete morphometric profile in roughly 150–500 ms per scan, versus the multi-hour runtime of conventional pipelines.
  • Multi-scale anatomical output: Resolves features at multiple anatomical scales, preserving the regional detail needed for downstream statistical and clinical analysis.
  • Convolutional vision-transformer backbone: Combines 3D convolutions with transformer attention to capture both local tissue structure and long-range anatomical context.
  • Reusable pretrained representation: The backbone, pretrained across diverse datasets, transfers to downstream tasks such as an interpretable Alzheimer's disease classifier.

#Technical Details

ScaleSurfer is a 3D model that pairs convolutional feature extraction with transformer self-attention to regress morphometric features directly from volumetric structural MRI. It is pretrained across multiple heterogeneous neuroimaging datasets spanning different scanners and populations, which supports generalization to inputs outside any single acquisition protocol. Reported inference time is approximately 150–500 milliseconds per scan on GPU hardware, compared with the several hours required by classical surface-reconstruction morphometry, corresponding to an improvement of roughly five orders of magnitude in speed. Beyond regression of morphometric features, the same pretrained backbone is adapted into a downstream classifier for Alzheimer's disease that is designed to remain interpretable in terms of the morphometric features it draws on.

#Applications

ScaleSurfer targets neuroimaging researchers and clinical scientists who need morphometric measurements at scale or in near real time. Its speed makes it practical to process very large cohorts, to iterate on quality control interactively, and to integrate morphometry into settings where multi-hour batch processing is infeasible. Because the model outputs the same families of features—thickness, area, volume, curvature—used throughout the morphometry literature, it can slot into existing analysis workflows for studies of development, aging, and neurodegeneration, while the interpretable Alzheimer's classifier demonstrates how the shared backbone can support disease-focused applications.

#Impact

By turning a multi-hour surface-reconstruction pipeline into a sub-second inference step, ScaleSurfer addresses one of the most persistent throughput bottlenecks in structural neuroimaging and lowers the computational barrier to population-scale morphometry. Its foundation-model framing—pretraining a single backbone across heterogeneous data and reusing it for both feature estimation and downstream disease classification—aligns with the broader shift toward reusable, adaptable models in medical imaging. As a preprint awaiting peer review, its measurements should be understood as fast approximations to established pipeline outputs, and, as with any learning-based estimator, accuracy depends on inputs resembling the distribution of brain MRI it was trained on.

Citation

ScaleSurfer: multi-scale anatomical segmentation and parcellation of the human brain

Hammonds, R., et al. (2026) ScaleSurfer: multi-scale anatomical segmentation and parcellation of the human brain. bioRxiv.

DOI: 10.64898/2026.07.01.735927

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.

Related models

Models with similar goals, methods, or subject matter.

  • BrainMorph

    Cornell University / Weill Cornell Medicine / MIT CSAIL / Massachusetts General Hospital

    Keypoint-based foundation model for brain MRI registration, pretrained on over 100,000 3D volumes for rigid, affine, and deformable alignment.

    Imaging
  • SAM-Brain3D

    University of Cambridge / Shanghai AI Laboratory

    Brain MRI segmentation foundation model trained on 66,000+ image-label pairs across 14 MRI sub-modalities, with a hypergraph dynamic adapter.

    Imaging
  • BrainSymphony

    Monash University

    5.6M-parameter multimodal foundation model fusing fMRI time series with diffusion-MRI structural connectivity in a shared ROI embedding space.

    ImagingBiosignals
  • NeuroVFM

    University of Michigan / University of Cologne

    Generalist neuroimaging vision foundation model pretrained on 5.24M clinical MRI and CT volumes for radiologic diagnosis and report generation.

    Imaging
  • BrainSegFounder

    University of Florida / NVIDIA

    3D vision-transformer foundation model for multimodal neuroimage segmentation, pretrained self-supervised on brain MRI from 41,400 participants.

    Imaging

Citations

Total Citations0
Influential0
References50

GitHub

Stars7
Forks2
Open Issues2
Contributors1
Last Push6d ago
LanguagePython
LicenseApache-2.0

Fields of citing research

Not enough data

Openness

bio.rodeo opennessOpen weights · open weights, closed recipe
47Partial
Usability — can I run it?64
Reproducibility — can I retrain it?24
Model Openness Framework
Unclassified
Missing required components

Tags

brain_mridisease_classificationfoundation_modelvision_transformer

Resources

GitHub RepositoryResearch Paper