Efficient Prototype Consistency Learning in Medical Image Segmentation via Joint Uncertainty and Data Augmentation
Lijian Li, Yuanpeng He, Chi-Man Pun
TL;DR
This work tackles limited annotations in 3D medical image segmentation by proposing EPCL-JUDA, which unifies memory-efficient prototype learning with joint uncertainty quantification in a Mean-Teacher framework. It enriches prototype expressiveness through CutMix-based augmentation of labeled data, separates and stabilizes unlabeled data via JUQ, and fuses labeled and unlabeled prototypes into high-quality global prototypes that drive prototype-to-feature consistency. A prototype network reduces memory demands while maintaining or boosting performance, and a Temporal Ensembling scheme further refines prototypes over training. Across LA, Pancreas-NIH, and TBAD benchmarks, EPCL-JUDA achieves state-of-the-art results, especially under scarce-label regimes, demonstrating robust, memory-efficient semi-supervised performance for complex 3D segmentation tasks.
Abstract
Recently, prototype learning has emerged in semi-supervised medical image segmentation and achieved remarkable performance. However, the scarcity of labeled data limits the expressiveness of prototypes in previous methods, potentially hindering the complete representation of prototypes for class embedding. To overcome this issue, we propose an efficient prototype consistency learning via joint uncertainty quantification and data augmentation (EPCL-JUDA) to enhance the semantic expression of prototypes based on the framework of Mean-Teacher. The concatenation of original and augmented labeled data is fed into student network to generate expressive prototypes. Then, a joint uncertainty quantification method is devised to optimize pseudo-labels and generate reliable prototypes for original and augmented unlabeled data separately. High-quality global prototypes for each class are formed by fusing labeled and unlabeled prototypes, which are utilized to generate prototype-to-features to conduct consistency learning. Notably, a prototype network is proposed to reduce high memory requirements brought by the introduction of augmented data. Extensive experiments on Left Atrium, Pancreas-NIH, Type B Aortic Dissection datasets demonstrate EPCL-JUDA's superiority over previous state-of-the-art approaches, confirming the effectiveness of our framework. The code will be released soon.
