用对抗掩码建模提升小样本医学图像分割效果
AdvMIM: Adversarial Masked Image Modeling for Semi-Supervised Medical Image Segmentation
- 用掩码图像建模生成辅助训练域,增强Transformer监督信号
- 在三个公开数据集上分割精度显著超越现有方法
- 适合标注稀缺的医疗影像分割场景,尤其适合研究者复现
视觉变换器在捕捉长距离依赖方面表现优异,但在标注数据少的半监督学习场景中因缺乏足够标注而性能受限。现有方法通过卷积网络与变换器协同学习取得较好结果,但如何有效训练变换器仍具挑战。本文提出对抗掩码图像建模(AdvMIM),通过构建掩码域并让变换器预测完整分割图来增强监督信号。利用标注数据的真实标签和未标注数据的伪标签学习掩码域,并从多域学习角度分析方法,设计对抗损失以缩小原始域与掩码域差距,提升性能。该方法还拓展至卷积网络。在三个公开医学图像分割数据集上的实验表明,本方法显著优于现有方法。代码已开源。
原文摘要 · Abstract (English)
Vision Transformer has recently gained tremendous popularity in medical image segmentation task due to its superior capability in capturing long-range dependencies. However, transformer requires a large amount of labeled data to be effective, which hinders its applicability in annotation scarce semi-supervised learning scenario where only limited labeled data is available. State-of-the-art semi-supervised learning methods propose combinatorial CNN-Transformer learning to cross teach a transformer with a convolutional neural network, which achieves promising results. However, it remains a challenging task to effectively train the transformer with limited labeled data. In this paper, we propose an adversarial masked image modeling method to fully unleash the potential of transformer for semi-supervised medical image segmentation. The key challenge in semi-supervised learning with transformer lies in the lack of sufficient supervision signal. To this end, we propose to construct an auxiliary masked domain from original domain with masked image modeling and train the transformer to predict the entire segmentation mask with masked inputs to increase supervision signal. We leverage the original labels from labeled data and pseudo-labels from unlabeled data to learn the masked domain. To further benefit the original domain from masked domain, we provide a theoretical analysis of our method from a multi-domain learning perspective and devise a novel adversarial training loss to reduce the domain gap between the original and masked domain, which boosts semi-supervised learning performance. We also extend adversarial masked image modeling to CNN network. Extensive experiments on three public medical image segmentation datasets demonstrate the effectiveness of our method, where our method outperforms existing methods significantly. Our code is publicly available at https://github.com/zlheui/AdvMIM.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。