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

Models Genesis

Arizona State University / Mayo Clinic

Self-supervised 3D pretrained models that learn anatomical representations from unlabeled medical scans for transfer learning to segmentation and classification tasks.

Released: August 2019

Models Genesis is one of the earliest self-supervised "foundation" models for 3D medical image analysis, developed by Zongwei Zhou, Jianming Liang, and colleagues in the Department of Biomedical Informatics at Arizona State University, in collaboration with radiologist Michael B. Gotway at Mayo Clinic. First presented at MICCAI 2019 (where it received the Young Scientist Award) and expanded in a 2020 Medical Image Analysis paper (Best Paper Award), it addresses a persistent obstacle in medical imaging: deep networks for CT and MRI typically must be trained from scratch because large annotated 3D datasets are scarce and ImageNet-style pretraining does not transfer well to volumetric medical data.

The core idea is to pretrain a 3D encoder-decoder on unlabeled volumes through a unified image-restoration objective, so that the network learns generic anatomical representations "automatically via self-supervision" — hence "Generic Autodidactic Models." Because consistent anatomy across patients provides a rich, free supervisory signal, the pretrained weights can be fine-tuned on a wide range of downstream tasks with far less labeled data than training from scratch requires.

Models Genesis was among the first works to demonstrate that a single, reusable pretrained model could seed many medical imaging applications, anticipating the broader "foundation model" paradigm that later became central to the field.

#Key Features

  • Self-supervised pretraining: Learns from unlabeled CT/MRI volumes via a combined image-restoration task, eliminating the need for manual annotation during pretraining.
  • Native 3D representations: Trains directly on volumetric data rather than collapsing scans to 2D slices, preserving spatial-anatomical context that 2D ImageNet transfer discards.
  • Four self-restoration transformations: Pretraining tasks recovery from non-linear intensity, local pixel shuffling, and out-painting/in-painting corruptions, encouraging the model to learn appearance, texture, and context.
  • Reusable across tasks and modalities: A single pretrained model transfers to segmentation and classification across multiple organs and imaging modalities.
  • Publicly released weights: Pretrained Genesis models are openly distributed in both Keras and PyTorch, with 2D variants for chest imaging.

#Technical Details

Models Genesis uses a 3D U-Net-style encoder-decoder convolutional network pretrained with a unified self-supervised scheme in which the network restores original sub-volumes from deliberately distorted inputs. The four restoration sub-tasks — non-linear intensity transformation, local pixel shuffling, out-painting, and in-painting — are combined so the model jointly learns appearance, texture, context, and boundary cues. The flagship "Genesis Chest CT" model was pretrained on roughly 600+ unlabeled chest CT scans from the LUNA16 dataset. Across five distinct 3D target tasks (including lung nodule false-positive reduction, pulmonary embolism detection, lung and liver/tumor segmentation, and brain tumor segmentation), fine-tuning Models Genesis consistently outperformed training from scratch and matched or exceeded 2D ImageNet-based transfer learning, while reducing annotation requirements. When combined with nnU-Net, Genesis-pretrained models ranked first on public liver/tumor and hippocampus segmentation benchmarks.

#Applications

Researchers and clinicians use Models Genesis as an off-the-shelf initialization for 3D medical imaging pipelines, fine-tuning the released weights for organ and lesion segmentation, disease classification, and detection across CT and MRI. It is particularly valuable in low-annotation settings — common in clinical research — where training competitive 3D networks from scratch is impractical. The openly available Keras and PyTorch weights make it straightforward to integrate into existing segmentation frameworks such as nnU-Net.

#Impact

As one of the first self-supervised, transferable models in medical image analysis, Models Genesis helped establish pretraining as a practical strategy for volumetric imaging and influenced a generation of subsequent medical self-supervised and foundation-model work. Its dual awards (MICCAI 2019 Young Scientist Award, MEDIA 2020 Best Paper Award) and widely adopted open-source release cemented its role as a reference point in the field. A key limitation is that the pretrained models are released under a non-commercial academic license, and the strongest pretrained weights are domain-specific (e.g., chest CT), so transfer to very different modalities or anatomy may require task-specific pretraining.

Citations

Models Genesis

Zhou, Z., et al. (2020) Models Genesis. Medical Image Anal..

DOI: 10.1016/j.media.2020.101840

Models Genesis: Generic Autodidactic Models for 3D Medical Image Analysis

Zhou, Z., et al. (2019) Models Genesis: Generic Autodidactic Models for 3D Medical Image Analysis. International Conference on Medical Image Computing and Computer-Assisted Intervention.

DOI: 10.1007/978-3-030-32251-9_42

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 Citations396
Influential41
References25

GitHub

Stars782
Forks142
Open Issues28
Contributors7
Last Push11mo ago
LanguageJupyter Notebook

Fields of citing research

Not enough data

Openness

bio.rodeo opennessClosed · low usability and reproducibility
20Closed
Usability — can I run it?15
Reproducibility — can I retrain it?22
Model Openness Framework
Unclassified
Restrictive license on core components

Tags

classificationcnnctfoundation_modelmrirepresentation_learningsegmentationself_supervisedtransfer_learningu_net

Resources

GitHub RepositoryResearch Paper