bio.rodeo
ModelsOrganizationsLeaderboardAboutSign in
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

uniGradICON

University of North Carolina at Chapel Hill

Foundation model for medical image registration that aligns CT and MRI across anatomies and modalities without per-pair optimization or retraining.

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.

  • Toward brain magnetic resonance imaging analysis intelligence: A review of federated learning and visual foundation models

    Zhen Yu, Yang Liu, Qingchao Chen

    Engineering applications of artificial intelligence · Aug 2026

    0
  • Deformable Medical Image Registration with KAN-Based Implicit Neural Representations

    Nikita A. Drozdov, Marat O. Zinovev, D. Sorokin

    Machine Learning and Knowledge Extraction · Jul 2026

    0
  • Adaptive Riemannian optimization for multi-scale diffeomorphic matching.

    Rohit Jena, Pratik Chaudhari, James C. Gee

    Nature Communications · Jun 2026

    10

Top citations

The most-cited papers that cite this model.

  • Comprehensive Review: Machine and Deep Learning in Brain Stroke Diagnosis

    João N. D. Fernandes, Vitor E. M. Cardoso, A. Comesaña-Campos, et al.

    Italian National Conference on Sensors · Jul 2024

    48
  • Learning General-Purpose Biomedical Volume Representations using Randomized Synthesis

    Neel Dey, Benjamin Billot, Hallee E. Wong, et al.

    International Conference on Learning Representations · Nov 2024

    30
  • Innovating robot-assisted surgery through large vision models

    Zhe Min, Jiewen Lai, Hongliang Ren

    Nature Reviews Electrical Engineering · May 2025

    25Influential
  • multiGradICON: A Foundation Model for Multimodal Medical Image Registration

    Basar Demir, Lin Tian, Hastings Greer, et al.

    Workshop on Biomedical Image Registration · Aug 2024

    17Influential
  • LesionLocator: Zero-Shot Universal Tumor Segmentation and Tracking in 3D Whole-Body Imaging

    Maximilian Rokuss, Y. Kirchhoff, S. Akbal, et al.

    Computer Vision and Pattern Recognition · Feb 2025

    12

Related models

Models with similar goals, methods, or subject matter.

  • UniBrain

    Shanghai Jiao Tong University / University of Science and Technology of China / Shanghai AI Laboratory / Shanghai Sixth People's Hospital

    Vision-language pre-training framework for universal brain MRI diagnosis, learning from imaging-report pairs to cover more than ten brain diseases.

    Imaging
  • UniverSeg

    MIT CSAIL / Cornell University / Massachusetts General Hospital / Harvard Medical School

    Medical image segmentation model that solves unseen segmentation tasks in context from a few labeled examples, with no retraining or fine-tuning.

    Imaging
  • Models Genesis

    Arizona State University / Mayo Clinic

    Self-supervised 3D pretrained models for CT and MRI that learn anatomical representations from unlabeled volumes and transfer to segmentation tasks.

    Imaging
  • UniBiomed

    Hong Kong University of Science and Technology / Weill Cornell Medicine / Harvard University

    Universal foundation model that jointly generates diagnostic text and segments the corresponding targets across ten biomedical imaging modalities.

    ImagingLanguage model
  • 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

Citations

Total Citations71
Influential12
References35

GitHub

Stars228
Forks26
Open Issues27
Contributors8
Last Push2mo ago
LanguagePython
LicenseApache-2.0

Fields of citing research

  • Computer Science94%
  • Medicine85%
  • Engineering57%
  • Mathematics3%
  • Physics1%
  • Biology1%

Share of papers citing this model.

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