菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-19
📄 Abstract - Multiscale Switch for Semi-Supervised and Contrastive Learning in Medical Ultrasound Image Segmentation

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 this https URL

顶级标签: medical computer vision model training
详细标签: semi-supervised learning contrastive learning medical image segmentation ultrasound teacher-student architecture 或 搜索:

用于医学超声图像分割的半监督与对比学习的多尺度切换方法 / Multiscale Switch for Semi-Supervised and Contrastive Learning in Medical Ultrasound Image Segmentation


1️⃣ 一句话总结

这篇论文提出了一种名为‘Switch’的新颖半监督学习框架,它通过多尺度图像块混合和频域对比学习,有效利用少量标注数据和大量未标注数据,在多个超声图像分割任务上取得了比现有方法更优且参数更少的性能。

源自 arXiv: 2603.18655