π€ AI Summary
Medical image segmentation is hindered by data privacy constraints and scarcity of high-quality annotations. While federated semi-supervised learning (FSSL) offers promise, it suffers from low-quality pseudo-labels and performance degradation due to client model heterogeneity and lightweight architectures. To address these challenges, we propose SAM-Fedβthe first FSSL framework integrating the Segment Anything Model (SAM) as a server-side teacher. It enables pixel-level knowledge transfer to lightweight, heterogeneous client models via dual knowledge distillation and an adaptive consistency mechanism. Crucially, SAM-Fed preserves data privacy while significantly improving pseudo-label reliability and segmentation robustness. Extensive experiments on skin lesion and polyp segmentation demonstrate that SAM-Fed consistently outperforms state-of-the-art methods under both homogeneous and heterogeneous federated settings, achieving average Dice score improvements of 2.1β3.8 percentage points.
π Abstract
Medical image segmentation is clinically important, yet data privacy and the cost of expert annotation limit the availability of labeled data. Federated semi-supervised learning (FSSL) offers a solution but faces two challenges: pseudo-label reliability depends on the strength of local models, and client devices often require compact or heterogeneous architectures due to limited computational resources. These constraints reduce the quality and stability of pseudo-labels, while large models, though more accurate, cannot be trained or used for routine inference on client devices. We propose SAM-Fed, a federated semi-supervised framework that leverages a high-capacity segmentation foundation model to guide lightweight clients during training. SAM-Fed combines dual knowledge distillation with an adaptive agreement mechanism to refine pixel-level supervision. Experiments on skin lesion and polyp segmentation across homogeneous and heterogeneous settings show that SAM-Fed consistently outperforms state-of-the-art FSSL methods.