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.
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.
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.
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.
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.
Zhou, Z., et al. (2020) Models Genesis. Medical Image Anal..
DOI: 10.1016/j.media.2020.101840Zhou, 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_42Papers that recently cited this model.
The most-cited papers that cite this model.
Not enough data