arXiv:2509.15167cs.CVcs.AI2025-09

用2D自然图像模型提升3D医学图像少样本分割性能

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

  • 用伪标签迭代训练2D预训练模型与3D分割模型
  • 在多个数据集上超越13种现有方法,最佳结果提升6.8%
  • 框架不依赖特定模型,适配新架构且代码开源

本文探索将预训练于2D自然图像的通用视觉模型知识迁移到3D医学图像分割任务中。针对仅有少量标注3D医学图像、但有大量未标注图像的半监督场景,提出一种模型无关的渐进式知识蒸馏框架(M&N)。该框架通过相互生成伪标签的方式迭代训练2D预训练模型与从头训练的3D分割模型,并引入学习率引导采样策略,动态调整每批次中已标注与未标注数据的比例,以匹配模型预测准确性和稳定性,从而降低错误伪标签带来的负面影响。在多个公开数据集上的大量实验表明,M&N在所有设置下均达到当前最优性能,显著优于13种现有半监督分割方法。消融实验证明其保持模型无关性,可无缝集成不同网络结构,具备良好可扩展性。代码已公开于https://github.com/pakheiyeung/M-N。

原文摘要 · Abstract (English)

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. The code is available at https://github.com/pakheiyeung/M-N.

医学图像分割半监督学习知识蒸馏2D到3D迁移

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。