Semi-Supervised 3D Medical Segmentation from
2D Natural Images Pretrained Model

Abstract
This paper explores the transfer of knowledge from general vision models pretrained on 2D natural images to improve 3D medical image segmentation. We focus on the semi-supervised setting, where only a few labeled 3D medical images are available, along with a large set of unlabeled images. To tackle this, we propose a model-agnostic framework that progressively distills knowledge from a 2D pretrained model to a 3D segmentation model trained from scratch. Our approach, M&N, involves iterative co-training of the two models using pseudo-masks generated by each other, along with our proposed learning rate guided sampling that adaptively adjusts the proportion of labeled and unlabeled data in each training batch to align with the models' prediction accuracy and stability, minimizing the adverse effect caused by inaccurate pseudo-masks. Extensive experiments on multiple publicly available datasets demonstrate that M&N achieves state-of-the-art performance, outperforming thirteen existing semi-supervised segmentation approaches under all different settings. Importantly, ablation studies show that M&N remains model-agnostic, allowing seamless integration with different architectures. This ensures its adaptability as more advanced models emerge.
Pipeline

Quantitative Results

Qualitative Results

Ablation Studies

Bibtex
@inproceedings{yeung2025m&n, title={Semi-Supervised 3D Medical Segmentation from 2D Natural Images Pretrained Model}, author={Yeung, Pak-Hei and Ramesh, Jayroop and Lyu, Pengfei and Namburete, Ana and Rajapakse, Jagath C}, booktitle={Machine Learning in Medical Imaging (MLMI)}, year={2025} }
Acknowledgements
Pak Hei Yeung is funded by the Presidential Postdoctoral Fellowship from Nanyang Technological University. We thank Dr Madeleine Wyburd and Mr Valentin Bacher for their valuable suggestions and comments about the work. This template of this project webpage was originally made by Phillip Isola and Richard Zhang for a colorful ECCV project; the code can be found here.