Cornell University / Weill Cornell Medicine / MIT CSAIL / Massachusetts General Hospital
A foundational keypoint model for robust, flexible brain MRI registration, pretrained on over 100,000 3D volumes and supporting rigid, affine, and deformable alignment.
Image registration—spatially aligning two or more images into a common coordinate frame—is a foundational step in nearly every neuroimaging pipeline, from longitudinal disease tracking to atlas-based segmentation and group-level statistical analysis. Classical optimization-based registration is accurate but slow, while most learning-based registration models are trained for a single modality, a single dataset, or a single transformation type, and degrade sharply when images are grossly misaligned or come from unseen scanners or pathologies.
BrainMorph, introduced by Alan Q. Wang and colleagues at Cornell University, Weill Cornell Medicine, and MIT CSAIL in May 2024 (published in MELBA in 2025), addresses this with a single keypoint-based foundation model for general-purpose brain MRI registration. Rather than directly regressing a dense deformation field, BrainMorph learns to detect a set of corresponding anatomical keypoints in each image and then solves in closed form for the transformation that best aligns them. This factorization makes the model interpretable, robust to large initial misalignments, and flexible across rigid, affine, and deformable registration—all from one set of pretrained weights.
Built on the earlier KeyMorph framework, BrainMorph scales the approach to a foundation model trained on a massive, heterogeneous corpus of brain MRI, making it usable off the shelf for multi-modal, pairwise, and scalable groupwise registration without per-dataset retraining.
BrainMorph uses a convolutional encoder with a differentiable center-of-mass layer to localize keypoints, paired with closed-form solvers for rigid, affine, and TPS transforms. The foundation model was trained on over 100,000 3D brain MR volumes (full resolution 256×256×256) drawn from roughly 16,000 unique subjects spanning healthy and diseased populations, multiple modalities, and both skull-stripped and non-skull-stripped images. The public release includes nine pretrained variants spanning three model sizes (S/M/L), keypoint counts of 128, 256, and 512, and resolution levels of 4, 5, and 6, letting users trade off accuracy, speed, and deformation flexibility. The paper reports strong robustness and competitive registration accuracy relative to optimization-based and prior learning-based baselines, particularly under large initial misalignment.
BrainMorph is a drop-in registration tool for neuroimaging researchers and clinicians: aligning longitudinal scans to track disease progression, registering subjects to atlases for segmentation and morphometry, harmonizing multi-modal acquisitions (e.g., T1, T2, FLAIR), and building group templates for population studies. Its robustness to pathology and to non-skull-stripped inputs makes it well suited to clinical datasets where preprocessing is imperfect. An interactive Colab tutorial and a simple command-line interface with automatic weight download lower the barrier to adoption.
By packaging robust, flexible, multi-modal brain registration into a single openly licensed foundation model, BrainMorph reduces the need for bespoke, per-dataset registration pipelines and offers a reproducible baseline for the neuroimaging community. Its keypoint factorization contributes to the broader trend toward interpretable, foundation-scale models in medical imaging, and its acceptance in MELBA and open MIT-licensed release of code and weights position it as a practical, reusable component for both research and translational neuroimaging workflows. Like other learning-based registration tools, accuracy still depends on inputs resembling the training distribution of brain MRI, and it is specialized to the brain.
Wang, A. Q., et al. (2024) BrainMorph: A Foundational Keypoint Model for Robust and Flexible Brain MRI Registration.
DOI: 10.48550/arXiv.2405.14019Papers that recently cited this model.
The most-cited papers that cite this model.
Not enough data