Adaptive Mix for Semi-Supervised Medical Image Segmentation
Zhiqiang Shen, Peng Cao, Junming Su, Jinzhu Yang, Osmar R. Zaiane
TL;DR
This work tackles label scarcity in medical image segmentation by refining consistency-regularization through adaptive mix-up. The authors introduce AdaMix, a self-paced perturbation strategy that starts with easier, high-confidence regions and progressively incorporates harder, boundary-focused content, parameterized by a self-paced mask and self-paced weight. Integrated into self-training, mean-teacher, and co-training (yielding AdaMix-ST, AdaMix-MT, AdaMix-CT), AdaMix achieves state-of-the-art results across ACDC, LA, and ISIC datasets, with notable improvements in Dice similarity and boundary metrics. The findings highlight that perturbation strategy, guided by the model’s learning state, is a critical driver of SSL performance in medical image segmentation, potentially reducing the need for extensive labeled data.
Abstract
Mix-up is a key technique for consistency regularization-based semi-supervised learning methods, blending two or more images to generate strong-perturbed samples for strong-weak pseudo supervision. Existing mix-up operations are performed either randomly or with predefined fixed rules, such as replacing low-confidence patches with high-confidence ones. The former lacks control over the perturbation degree, leading to overfitting on randomly perturbed samples, while the latter tends to generate images with trivial perturbations, both of which limit the effectiveness of consistency regularization. This paper aims to answer the following question: How can image mix-up perturbation be adaptively performed during training? To this end, we propose an Adaptive Mix algorithm (AdaMix) for image mix-up in a self-paced learning manner. Given that, in general, a model's performance gradually improves during training, AdaMix is equipped with a self-paced curriculum that, in the initial training stage, provides relatively simple perturbed samples and then gradually increases the difficulty of perturbed images by adaptively controlling the perturbation degree based on the model's learning state estimated by a self-paced regularize. We develop three frameworks with our AdaMix, i.e., AdaMix-ST, AdaMix-MT, and AdaMix-CT, for semi-supervised medical image segmentation. Extensive experiments on three public datasets show that the proposed frameworks can achieve superior performance. For example, compared with the state-of-the-art, AdaMix-CT achieves relative improvements of 2.62% in Dice similarity coefficient and 48.25% in average surface distance on the ACDC dataset with 10% labeled data. The results demonstrate that mix-up operations with dynamically adjusted perturbation strength based on the segmentation model's state can significantly enhance the effectiveness of consistency regularization.
