š¤ AI Summary
To address the scarcity and high acquisition cost of high-quality annotations in medical image segmentation, this paper proposes a joint segmentationāregistration semi-supervised learning framework. The method innovatively integrates deformable image registration into the semi-supervised segmentation pipeline: the registration model generates geometrically consistent pseudo-labels for unlabeled images, which are refined via consistency regularization and end-to-end co-optimization. Evaluated on a 2D brain dataset using only 1% labeled data, our approach significantly outperforms mainstream teacherāstudent paradigms, achieving substantial improvements in Dice score while demonstrating strong generalizability and robustness. The core contribution lies in leveraging geometric constraintsāenforced through registrationāto guide pseudo-label generation, thereby enabling joint modeling and joint optimization of segmentation and registration tasks.
š 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.