Search papers, labs, and topics across Lattice.
This paper introduces DACL, a semi-supervised framework that combines a lightweight convolutional network with a Transformer-based network to enhance fetal ultrasound segmentation despite limited labeled data. By implementing a dual-agreement consistency loss that aligns pixel-wise probabilistic divergence with entropy-guided confidence, DACL effectively mitigates the impact of unreliable pseudo-labels. The method achieves significant improvements in segmentation accuracy, with up to 2.77% increase in Dice score and a reduction of 14.69 mm in HD95 under only 5% labeled data, outperforming existing semi-supervised approaches.
DACL achieves unprecedented accuracy in fetal ultrasound segmentation with minimal labeled data by leveraging dual-agreement consistency learning.
Maternal-fetal US is the primary imaging modality for monitoring fetal development, yet accurate automated segmentation remains challenging due to the scarcity of pixel-level annotations. To address this issue, we propose DACL, a semi-supervised framework for robust fetal US image segmentation. DACL jointly trains a deployment-oriented lightweight convolutional network (1.47\thinsp\mathrm{M} parameters) and a Transformer-based network, leveraging labeled data for supervised learning and unlabeled data via CPS. To enhance prediction stability, we introduce a dual-agreement consistency loss that couples pixel-wise probabilistic divergence with entropy-guided confidence alignment. Unlike conventional CPS methods that enforce agreement only at the prediction level, DACL explicitly regularizes both distributional alignment and uncertainty, thereby suppressing unreliable pseudo-labels and enabling stable cross-architecture pseudo-label learning under extreme annotation scarcity. Furthermore, an interpolation-based consistency strategy using mixup is applied to unlabeled samples to enhance robustness. Under 5% labeled data, DACL improves Dice by up to 2.77% and reduces HD95 by up to 14.69 mm compared with the strongest recent semi-supervised methods, demonstrating significant improvements in boundary accuracy on both fetal head and abdomen datasets. These results demonstrate the effectiveness of agreement-based consistency learning for annotation-efficient fetal US segmentation. Our code is on GitHub.