Search papers, labs, and topics across Lattice.
This paper introduces Switch, a semi-supervised learning (SSL) framework for medical ultrasound image segmentation that leverages unlabeled data through multiscale and frequency-domain switching strategies. The multiscale switch (MSS) uses hierarchical patch mixing for uniform spatial coverage, while the frequency-domain switch (FDS) employs contrastive learning with amplitude switching in Fourier space to enhance feature robustness. Experiments across six ultrasound datasets demonstrate that Switch outperforms state-of-the-art SSL methods, even surpassing fully supervised baselines at low labeling ratios (5%) while maintaining parameter efficiency.
Even with only 5% labeled data, Switch achieves ultrasound segmentation accuracy exceeding fully supervised methods, thanks to its clever multiscale and frequency-domain switching.
Medical ultrasound (US) image segmentation faces significant challenges due to limited labeled data and characteristic imaging artifacts, including speckle noise and low-contrast boundaries. While semi-supervised learning (SSL) approaches have emerged to address data scarcity, existing methods suffer from suboptimal unlabeled data utilization and lack robust feature representation mechanisms. In this article, we propose Switch, a novel SSL framework with two key innovations: 1) a multiscale switch (MSS) strategy that employs hierarchical patch mixing to achieve uniform spatial coverage; and 2) a frequency-domain switch (FDS) with contrastive learning that performs amplitude switching in Fourier space for robust feature representations. Our framework integrates these components within a teacher-student architecture to effectively leverage both labeled and unlabeled data. Comprehensive evaluation across six diverse US datasets (lymph nodes, breast lesions, thyroid nodules, and prostate) demonstrates consistent superiority over state-of-the-art (SOTA) methods. At a 5% labeling ratio, Switch achieves remarkable improvements: 80.04% Dice on LN-INT, 85.52% Dice on DDTI, and 83.48% Dice on Prostate datasets, with our semi-supervised approach even exceeding fully supervised baselines. The method maintains parameter efficiency (1.8 M parameters) while delivering superior performance, validating its effectiveness for resource-constrained medical imaging applications. The source code is publicly available at https://github.com/jinggqu/Switch.