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

Med3D

TencentAILabHealthcare

Pretrained 3D-ResNet backbones trained on aggregated multi-domain medical segmentation data, released as transfer-learning weights for volumetric medical image analysis.

Released: April 2019

Med3D is a family of pretrained 3D convolutional neural networks designed to bring ImageNet-style transfer learning to volumetric medical image analysis. Whereas 2D natural-image backbones can be pretrained on millions of labeled photographs, 3D medical datasets are small, expensive to annotate, and fragmented across imaging modalities (CT, MRI), anatomical regions, and pathologies. Med3D addresses this scarcity by co-training a single heterogeneous 3D network across many segmentation datasets at once, then releasing the resulting backbones as reusable weights for downstream tasks.

Introduced in the 2019 paper "Med3D: Transfer Learning for 3D Medical Image Analysis" by Sihong Chen, Kai Ma, and Yefeng Zheng at Tencent's healthcare AI group, the work aggregates eight public 3D segmentation challenges into a combined corpus the authors call 3DSeg-8. A shared encoder learns general-purpose volumetric features, while dataset-specific decoder branches handle the differing label spaces of each source. The pretrained encoders are distributed through the companion MedicalNet repository as a series of 3D-ResNet checkpoints.

Med3D sits at the foundation-model end of medical imaging: rather than a single task-specific predictor, it provides transferable representations that practitioners fine-tune for segmentation, classification, and detection on their own scans, substantially reducing the data and compute needed to reach strong performance.

#Key Features

  • Multi-domain co-training: A single heterogeneous 3D network is trained jointly across the 3DSeg-8 corpus, sharing an encoder while using per-dataset decoder branches to accommodate heterogeneous modalities, organs, and label sets.
  • Family of 3D-ResNet backbones: Pretrained weights are provided for ResNet-10, 18, 34, 50, 101, 152, and 200, letting users trade off capacity against available data and compute.
  • Released transfer-learning weights: The MedicalNet repository ships ready-to-use checkpoints (including updated 23-dataset variants) under an MIT license, with training and testing code for fine-tuning.
  • Faster convergence: Initializing from Med3D weights converges roughly 2x faster than Kinetics video pretraining and about 10x faster than training from scratch.
  • Accuracy gains on scarce data: Fine-tuning the pretrained backbones yields reported improvements of 3-20% over from-scratch training across downstream medical tasks.

#Technical Details

The Med3D backbones are 3D-ResNets with configurable shortcut connections (type A and type B), operating directly on volumetric inputs. Pretraining uses the 3DSeg-8 dataset, an aggregation of eight public 3D segmentation challenges spanning multiple modalities, organs, and pathologies; later released checkpoints extend co-training to 23 datasets. The shared encoder is optimized across all source segmentation tasks simultaneously, with separate decoder heads per dataset, so the encoder learns modality- and organ-agnostic features that transfer well. On downstream evaluation, attaching Med3D-pretrained encoders to segmentation heads produced strong results, for example a ResNet-50 backbone reaching 93.31% Dice on lung segmentation (versus 71.75% from scratch), and the authors report a 94.6% Dice coefficient on the LiTS liver challenge when combined with a DenseASPP segmentation network. The reference implementation targets PyTorch.

#Applications

Med3D backbones serve as drop-in feature extractors for 3D medical imaging pipelines, where labeled data is typically limited. Researchers and clinical-AI developers fine-tune the released checkpoints for organ and lesion segmentation (lung, liver, and other structures), nodule and disease classification, and detection tasks on CT and MRI volumes. Because the weights are openly available with training code, smaller labs and groups without large annotated cohorts can reach competitive accuracy without pretraining their own 3D networks, making Med3D a common starting point for volumetric medical-imaging projects.

#Impact

Med3D was an early and influential demonstration that transfer learning, long standard in 2D natural-image vision, can be made to work for 3D medical imaging despite fragmented, modality-diverse data. The MedicalNet release of pretrained 3D-ResNet weights has been widely reused as initialization for downstream CT and MRI tasks and is frequently cited as a baseline in volumetric medical-imaging research. Its main limitations follow from its design: the backbones are convolutional rather than transformer-based, the pretraining corpus is modest by modern standards, and the learned features are biased toward the organs and modalities present in the source segmentation datasets, so performance on out-of-distribution modalities may require additional adaptation.

Citation

Med3D: Transfer Learning for 3D Medical Image Analysis

Preprint

Chen, S., et al. (2019) Med3D: Transfer Learning for 3D Medical Image Analysis. arXiv.org.

DOI: 10.48550/arXiv.1904.00625

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 Citations653
Influential63
References43

GitHub

Stars2.2K
Forks457
Open Issues75
Contributors1
Last Push6mo ago
LanguagePython

Fields of citing research

Not enough data

Openness

bio.rodeo opennessFully open · usable and reproducible
75Open
Usability — can I run it?94
Reproducibility — can I retrain it?57
Model Openness Framework
Class III
Open Model

Tags

3d_resnetcnnctimage_classificationmrimulti_taskradiologyrepresentation_learningsegmentationsupervisedtransfer_learning

Resources

GitHub RepositoryResearch Paper