AI Navigate

Multiscale Switch for Semi-Supervised and Contrastive Learning in Medical Ultrasound Image Segmentation

arXiv cs.CV / 3/20/2026

📰 NewsModels & Research

Key Points

  • Switch introduces a semi-supervised learning framework for ultrasound image segmentation that combines Multiscale Switch (MSS) and Frequency Domain Switch (FDS) to better leverage unlabeled data and improve feature robustness.
  • MSS uses hierarchical patch mixing for uniform spatial coverage, while FDS performs amplitude switching in Fourier space to enhance robust feature representations within a teacher–student architecture.
  • Evaluations on six ultrasound datasets (including lymph nodes, breast lesions, thyroid nodules, and prostate) at a 5% labeling ratio show Dice scores of 80.04% on LN-INT, 85.52% on DDTI, and 83.48% on Prostate, with the SSL approach outperforming baselines and even fully supervised methods.
  • The method is parameter-efficient (about 1.8M parameters) and the authors provide open-source code at GitHub.

Abstract

Medical ultrasound 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 paper, we propose Switch, a novel SSL framework with two key innovations: (1) Multiscale Switch (MSS) strategy that employs hierarchical patch mixing to achieve uniform spatial coverage; (2) 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 ultrasound datasets (lymph nodes, breast lesions, thyroid nodules, and prostate) demonstrates consistent superiority over state-of-the-art methods. At 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.8M 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