English

Alternate Diverse Teaching for Semi-supervised Medical Image Segmentation

Computer Vision and Pattern Recognition 2024-07-15 v2

Abstract

Semi-supervised medical image segmentation studies have shown promise in training models with limited labeled data. However, current dominant teacher-student based approaches can suffer from the confirmation bias. To address this challenge, we propose AD-MT, an alternate diverse teaching approach in a teacher-student framework. It involves a single student model and two non-trainable teacher models that are momentum-updated periodically and randomly in an alternate fashion. To mitigate the confirmation bias from the diverse supervision, the core of AD-MT lies in two proposed modules: the Random Periodic Alternate (RPA) Updating Module and the Conflict-Combating Module (CCM). The RPA schedules the alternating diverse updating process with complementary data batches, distinct data augmentation, and random switching periods to encourage diverse reasoning from different teaching perspectives. The CCM employs an entropy-based ensembling strategy to encourage the model to learn from both the consistent and conflicting predictions between the teachers. Experimental results demonstrate the effectiveness and superiority of our AD-MT on the 2D and 3D medical segmentation benchmarks across various semi-supervised settings.

Keywords

Cite

@article{arxiv.2311.17325,
  title  = {Alternate Diverse Teaching for Semi-supervised Medical Image Segmentation},
  author = {Zhen Zhao and Zicheng Wang and Longyue Wang and Dian Yu and Yixuan Yuan and Luping Zhou},
  journal= {arXiv preprint arXiv:2311.17325},
  year   = {2024}
}

Comments

code:https://github.com/ZhenZHAO/AD-MT, accepted by ECCV 2024

R2 v1 2026-06-28T13:34:55.460Z