CVOct 15, 2024

Dual-Teacher Ensemble Models with Double-Copy-Paste for 3D Semi-Supervised Medical Image Segmentation

arXiv:2410.11509v1h-index: 36Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of limited teacher diversity in semi-supervised learning for medical image segmentation, which is incremental as it builds on existing dual-teacher approaches.

The paper tackles the coupling issue in dual-teacher semi-supervised models for 3D medical image segmentation by introducing a double-copy-paste technique to enhance teacher diversity and a staged selective ensemble module for better pseudo-label quality, achieving improved segmentation results as demonstrated in experiments.

Semi-supervised learning (SSL) techniques address the high labeling costs in 3D medical image segmentation, with the teacher-student model being a common approach. However, using an exponential moving average (EMA) in single-teacher models may cause coupling issues, where the weights of the student and teacher models become similar, limiting the teacher's ability to provide additional knowledge for the student. Dual-teacher models were introduced to address this problem but often neglected the importance of maintaining teacher model diversity, leading to coupling issues among teachers. To address the coupling issue, we incorporate a double-copy-paste (DCP) technique to enhance the diversity among the teachers. Additionally, we introduce the Staged Selective Ensemble (SSE) module, which selects different ensemble methods based on the characteristics of the samples and enables more accurate segmentation of label boundaries, thereby improving the quality of pseudo-labels. Experimental results demonstrate the effectiveness of our proposed method in 3D medical image segmentation tasks. Here is the code link: https://github.com/Fazhan-cs/DCP.

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