A Unified Framework for Semi-Supervised Image Segmentation and Registration
Ruizhe Li, Grazziela Figueredo, Dorothee Auer, Rob Dineen, Paul Morgan, Xin Chen
TL;DR
The paper tackles the scarcity of annotated medical images for segmentation by coupling an unsupervised image registration model with a segmentation model to produce geometry-preserving pseudo-labels. It introduces a soft pseudo-mask generation mechanism that averages multiple probabilistic masks from both models, enabling iterative joint training that improves both segmentation and registration. The approach yields superior Dice Coefficients and lower Hausdorff distances compared to a Mean Teacher baseline, even when only 1% of annotations are available. The generated soft masks also serve as confidence maps for quality control, highlighting the method's practical potential for robust semi-supervised medical image analysis under data scarcity.
Abstract
Semi-supervised learning, which leverages both annotated and unannotated data, is an efficient approach for medical image segmentation, where obtaining annotations for the whole dataset is time-consuming and costly. Traditional semi-supervised methods primarily focus on extracting features and learning data distributions from unannotated data to enhance model training. In this paper, we introduce a novel approach incorporating an image registration model to generate pseudo-labels for the unannotated data, producing more geometrically correct pseudo-labels to improve the model training. Our method was evaluated on a 2D brain data set, showing excellent performance even using only 1\% of the annotated data. The results show that our approach outperforms conventional semi-supervised segmentation methods (e.g. teacher-student model), particularly in a low percentage of annotation scenario. GitHub: https://github.com/ruizhe-l/UniSegReg.
