CVJan 11, 2023

Co-training with High-Confidence Pseudo Labels for Semi-supervised Medical Image Segmentation

arXiv:2301.04465v385 citationsh-index: 64Has Code
AI Analysis

This work addresses a specific bottleneck in semi-supervised segmentation for medical imaging, offering incremental improvements over existing methods.

The paper tackled the problem of early convergence and low-confidence pseudo labels in co-training models for semi-supervised medical image segmentation by proposing an Uncertainty-guided Collaborative Mean-Teacher (UCMT) method, which achieved state-of-the-art results on four public datasets.

Consistency regularization and pseudo labeling-based semi-supervised methods perform co-training using the pseudo labels from multi-view inputs. However, such co-training models tend to converge early to a consensus, degenerating to the self-training ones, and produce low-confidence pseudo labels from the perturbed inputs during training. To address these issues, we propose an Uncertainty-guided Collaborative Mean-Teacher (UCMT) for semi-supervised semantic segmentation with the high-confidence pseudo labels. Concretely, UCMT consists of two main components: 1) collaborative mean-teacher (CMT) for encouraging model disagreement and performing co-training between the sub-networks, and 2) uncertainty-guided region mix (UMIX) for manipulating the input images according to the uncertainty maps of CMT and facilitating CMT to produce high-confidence pseudo labels. Combining the strengths of UMIX with CMT, UCMT can retain model disagreement and enhance the quality of pseudo labels for the co-training segmentation. Extensive experiments on four public medical image datasets including 2D and 3D modalities demonstrate the superiority of UCMT over the state-of-the-art. Code is available at: https://github.com/Senyh/UCMT.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes