通过渐进式均值教师提升医学图像分割伪标签质量
PMT: Progressive Mean Teacher via Exploring Temporal Consistency for Semi-Supervised Medical Image Segmentation
- 用双均值教师架构保持模型多样性,避免过拟合
- 差值驱动对齐加速落后模型收敛,提升整体性能
- 简单过滤算法选出高质量伪标签,适合医疗图像场景
半监督学习已成为医学图像分割领域的主流技术。现有方法或聚焦一致性约束构建,或依赖伪标签生成以提供高质量监督信号,其核心挑战在于如何持续提升模型能力。本文提出一种简单而有效的半监督学习框架——渐进式均值教师(PMT),旨在通过训练过程中的鲁棒且多样的特征学习生成高保真伪标签。具体而言,PMT采用标准均值教师惩罚当前状态的一致性,并使用两组均值教师架构进行协同训练。这两组架构分别长期独立更新,以维持由迭代差异产生的稳定模型多样性。此外,引入差值驱动对齐正则化项,加速滞后模型与领先模型的表征能力对齐。同时,设计了一种简单有效的伪标签过滤算法,便于模型评估并筛选出高性能下输出的高保真伪标签用于协同训练。在两种不同模态的医学数据集(CT 和 MRI)上的实验结果表明,该方法在多个维度上均优于现有的先进医学图像分割方法。代码已公开于 https://github.com/Axi404/PMT。
原文摘要 · Abstract (English)
Semi-supervised learning has emerged as a widely adopted technique in the field of medical image segmentation. The existing works either focuses on the construction of consistency constraints or the generation of pseudo labels to provide high-quality supervisory signals, whose main challenge mainly comes from how to keep the continuous improvement of model capabilities. In this paper, we propose a simple yet effective semi-supervised learning framework, termed Progressive Mean Teachers (PMT), for medical image segmentation, whose goal is to generate high-fidelity pseudo labels by learning robust and diverse features in the training process. Specifically, our PMT employs a standard mean teacher to penalize the consistency of the current state and utilizes two sets of MT architectures for co-training. The two sets of MT architectures are individually updated for prolonged periods to maintain stable model diversity established through performance gaps generated by iteration differences. Additionally, a difference-driven alignment regularizer is employed to expedite the alignment of lagging models with the representation capabilities of leading models. Furthermore, a simple yet effective pseudo-label filtering algorithm is employed for facile evaluation of models and selection of high-fidelity pseudo-labels outputted when models are operating at high performance for co-training purposes. Experimental results on two datasets with different modalities, i.e., CT and MRI, demonstrate that our method outperforms the state-of-the-art medical image segmentation approaches across various dimensions. The code is available at https://github.com/Axi404/PMT.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。