Confidence-Weighted Semi-Supervised Learning for Skin Lesion Segmentation Using Hybrid CNN-Transformer Networks
Saqib Qamar
TL;DR
The paper tackles automated skin lesion segmentation under scarce annotations by integrating a MIM-pretrained, uncertainty-aware teacher with a semi-supervised learner. A hybrid CNN–Transformer student, equipped with cross-attention skip connections, benefits from confidence-weighted pseudo-labels and a joint objective that n incorporates supervised Dice+BCE, consistency regularization, and entropy control. Empirical results on ISIC-2016 and PH2 demonstrate strong gains in Dice and IoU in low-label regimes and good cross-dataset generalization, with ablations validating the importance of uncertainty filtering, MIM pretraining, and the hybrid backbone. The approach offers a practical SSL framework for dermoscopic analysis, with potential impact on clinical workflows and avenues for further efficiency and robustness improvements.
Abstract
Automated skin lesion segmentation through dermoscopic analysis is essential for early skin cancer detection, yet remains challenging due to limited annotated training data. We present MIRA-U, a semi-supervised framework that combines uncertainty-aware teacher-student pseudo-labeling with a hybrid CNN-Transformer architecture. Our approach employs a teacher network pre-trained via masked image modeling to generate confidence-weighted soft pseudo-labels, which guide a U-shaped CNN-Transformer student network featuring cross-attention skip connections. This design enhances pseudo-label quality and boundary delineation, surpassing reconstruction-based and CNN-only baselines, particularly in low-annotation regimes. Extensive evaluation on ISIC-2016 and PH2 datasets demonstrates superior performance, achieving a Dice Similarity Coefficient (DSC) of 0.9153 and Intersection over Union (IoU) of 0.8552 using only 50% labeled data. Code is publicly available on GitHub.
