🤖 AI Summary
To address performance degradation in few-shot medical image segmentation caused by high background variability, this work identifies three critical limitations of prototypical methods (e.g., ADNet): single-prototype representation, binary-class constraint, and fixed segmentation thresholds that fail to accommodate inter-organ and inter-patient anatomical variations. We propose a probabilistic foreground-background prototype binding framework: (1) a multi-prototype mechanism to enhance class representation and enable fine-grained multi-category segmentation; (2) a class-prior-guided adaptive thresholding strategy to dynamically calibrate segmentation boundaries across organs and subjects; and (3) joint optimization of foreground localization and anomalous background separation via deep feature embedding and probabilistic prototype learning. Evaluated on multiple medical imaging benchmarks, our method achieves substantial improvements in segmentation accuracy—average Dice score gains of 3.2–5.7%—demonstrating the efficacy of multi-prototype representation and adaptive decision-making. This work establishes a novel paradigm for few-shot medical image segmentation.
📝 Abstract
Common prototype-based medical image few-shot segmentation (FSS) methods model foreground and background classes using class-specific prototypes. However, given the high variability of the background, a more promising direction is to focus solely on foreground modeling, treating the background as an anomaly -- an approach introduced by ADNet. Yet, ADNet faces three key limitations: dependence on a single prototype per class, a focus on binary classification, and fixed thresholds that fail to adapt to patient and organ variability. To address these shortcomings, we propose the Tied Prototype Model (TPM), a principled reformulation of ADNet with tied prototype locations for foreground and background distributions. Building on its probabilistic foundation, TPM naturally extends to multiple prototypes and multi-class segmentation while effectively separating non-typical background features. Notably, both extensions lead to improved segmentation accuracy. Finally, we leverage naturally occurring class priors to define an ideal target for adaptive thresholds, boosting segmentation performance. Taken together, TPM provides a fresh perspective on prototype-based FSS for medical image segmentation. The code can be found at https://github.com/hjk92g/TPM-FSS.