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

uniGradICON

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.

Released: March 2024

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.

#Key Features

  • Single universal checkpoint: One pretrained model registers diverse image pairs out of the box, eliminating the need to train a bespoke network for each new anatomy or protocol.
  • No per-pair optimization: Alignment is produced in a single forward pass, making inference orders of magnitude faster than classical optimization-based registration.
  • Zero-shot generalization: The model transfers to unseen registration tasks—new acquisitions, anatomical regions, and imaging modalities—without retraining.
  • Strong fine-tuning initialization: When a task lies well outside the training distribution, the pretrained weights serve as a robust starting point for rapid fine-tuning.
  • Inverse-consistent deformations: The GradICON gradient regularizer encourages smooth, approximately invertible transformations, improving anatomical plausibility.
  • Accessible tooling: Distributed with a command-line interface, a Colab notebook, and a 3D Slicer extension for use without deep ML expertise.

#Technical Details

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.

#Applications

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.

#Impact

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.

Citation

uniGradICON: A Foundation Model for Medical Image Registration

Preprint

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.05780

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 Citations66
Influential11
References35

GitHub

Stars225
Forks25
Open Issues27
Contributors8
Last Push1mo ago
LanguagePython
LicenseApache-2.0

Fields of citing research

Not enough data

Openness

bio.rodeo opennessFully open · usable and reproducible
65Partial
Usability — can I run it?87
Reproducibility — can I retrain it?50
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

cnnctfoundation_modelimage_registrationmrizero_shot

Resources

GitHub RepositoryResearch Paper