Scale-aware Adaptive Supervised Network with Limited Medical Annotations
Zihan Li, Dandan Shan, Yunxiang Li, Paul E. Kinahan, Qingqi Hong
TL;DR
The paper tackles limited annotations and inter-annotator variability in medical image segmentation by introducing SASNet, a dual-branch network that jointly leverages low- and high-level features. It integrates a Scale-Aware Adaptive Reweighting strategy and a View Variance Enhancement mechanism, coupled with Segmentation-Regression Consistency via Signed Distance Maps, to robustly fuse multi-scale predictions and align segmentation with geometric priors. The approach achieves state-of-the-art results on LA, Pancreas-CT, and BraTS under limited labels, often approaching or surpassing fully supervised performance, and demonstrates strong ablations across components. The work provides a practical, open-source solution for semi-supervised medical segmentation with clear benefits for boundary refinement and small-structure detection, with potential applicability across modalities and tasks.
Abstract
Medical image segmentation faces critical challenges in semi-supervised learning scenarios due to severe annotation scarcity requiring expert radiological knowledge, significant inter-annotator variability across different viewpoints and expertise levels, and inadequate multi-scale feature integration for precise boundary delineation in complex anatomical structures. Existing semi-supervised methods demonstrate substantial performance degradation compared to fully supervised approaches, particularly in small target segmentation and boundary refinement tasks. To address these fundamental challenges, we propose SASNet (Scale-aware Adaptive Supervised Network), a dual-branch architecture that leverages both low-level and high-level feature representations through novel scale-aware adaptive reweight mechanisms. Our approach introduces three key methodological innovations, including the Scale-aware Adaptive Reweight strategy that dynamically weights pixel-wise predictions using temporal confidence accumulation, the View Variance Enhancement mechanism employing 3D Fourier domain transformations to simulate annotation variability, and segmentation-regression consistency learning through signed distance map algorithms for enhanced boundary precision. These innovations collectively address the core limitations of existing semi-supervised approaches by integrating spatial, temporal, and geometric consistency principles within a unified optimization framework. Comprehensive evaluation across LA, Pancreas-CT, and BraTS datasets demonstrates that SASNet achieves superior performance with limited labeled data, surpassing state-of-the-art semi-supervised methods while approaching fully supervised performance levels. The source code for SASNet is available at https://github.com/HUANGLIZI/SASNet.
