University of North Carolina at Chapel Hill
A universal foundation model for medical image registration that generalizes across anatomies and modalities without per-pair optimization.
Medical image registration—the task of spatially aligning two images so that corresponding anatomical structures overlap—is a foundational step in countless clinical and research workflows, from tracking disease progression to building population atlases. Historically, practitioners faced a trade-off: classical optimization-based methods (such as ANTs or Elastix) are broadly applicable but slow, solving a fresh optimization problem for every image pair, while learning-based methods are fast at inference but narrowly specialized, requiring a new network to be trained for each anatomy, modality, and acquisition protocol. uniGradICON was built to dissolve this trade-off.
Introduced in March 2024 by Lin Tian, Hastings Greer, Marc Niethammer, and colleagues at the University of North Carolina at Chapel Hill (with collaborators at partner institutions), uniGradICON is the first foundation model for medical image registration. A single pretrained network produces accurate deformable alignments across a wide range of registration tasks without any per-pair optimization or task-specific retraining. It builds directly on the authors' earlier GradICON method, which uses a gradient-based inverse-consistency regularizer to encourage smooth, invertible deformations.
By training one model jointly on heterogeneous datasets spanning multiple anatomical regions and modalities, uniGradICON achieves the speed of deep learning together with the generality long associated with conventional registration—and crucially, it generalizes zero-shot to acquisitions, anatomies, and modalities not seen during training.
uniGradICON is a convolutional neural network that predicts a dense deformation field between a fixed and a moving image, regularized by the GradICON inverse-consistency loss. It was trained jointly on four public datasets covering distinct anatomies and acquisition types: COPDGene (899 intra-patient lung CT scans), the Osteoarthritis Initiative (2,532 inter-patient knee MRIs), the Human Connectome Project (1,076 inter-patient brain MRIs), and the Learn2Reg abdomen CT set (30 inter-patient abdominal CTs). The trained model was then evaluated across twelve different public datasets, where it matched or approached the accuracy of task-specific registration methods while remaining a single fixed checkpoint. The released system supports CT, MRI, and CBCT inputs and ships pretrained weights (Apache-2.0 licensed) that download automatically on first use, alongside the related multiGradICON variant for broader multimodal coverage.
uniGradICON is aimed at radiologists, medical-imaging researchers, and clinical scientists who need fast, reliable alignment across heterogeneous data. Typical uses include longitudinal monitoring of disease progression, multi-modal fusion (e.g., aligning MRI with CT), atlas construction, and preprocessing for downstream segmentation or population studies. Because a single checkpoint handles brain, lung, knee, and abdominal imaging, it lowers the barrier for labs that lack the data or expertise to train custom registration networks, and its Slicer and Colab integrations make it usable directly within established imaging pipelines.
uniGradICON established the "foundation model" paradigm for medical image registration, demonstrating that a single jointly trained network can rival task-specific methods while generalizing zero-shot to new domains. It reframed registration around reusable pretrained representations rather than per-task training, and seeded follow-up work—including the multiGradICON extension for expanded multimodal registration. Its open Apache-2.0 release, command-line tooling, and 3D Slicer extension have made general-purpose deformable registration broadly accessible to the imaging community. The main limitation is that genuinely out-of-distribution tasks may still benefit from fine-tuning, for which the pretrained weights provide a strong starting point rather than a guaranteed turnkey solution.
Tian, L., et al. (2024) uniGradICON: A Foundation Model for Medical Image Registration. International Conference on Medical Image Computing and Computer-Assisted Intervention.
DOI: 10.48550/arXiv.2403.05780Papers that recently cited this model.
The most-cited papers that cite this model.
Not enough data