Supervise Less, See More: Training-free Nuclear Instance Segmentation with Prototype-Guided Prompting
Wen Zhang, Qin Ren, Wenjing Liu, Haibin Ling, Chenyu You
TL;DR
SPROUT tackles training-free nuclear instance segmentation by uniting histology-informed priors with prototype-guided prompting to SAM. The method constructs slide-specific foreground/background prototypes from optical-density-based stain priors, aligns image features to these prototypes via a progressive partial optimal transport (POT-Scan) scheme, and converts the resulting activations into positive/negative prompts for SAM without any parameter updates. A containment-aware, soft-NMS refinement then yields accurate instance masks. Across MoNuSeg, CPM17, TNBC, and PanNuke, SPROUT demonstrates competitive performance relative to SAM-based, fully supervised, and weakly supervised baselines, while offering significant efficiency and strong robustness to hyperparameters, illustrating a practical zero-shot pathway for pathology-aware nuclear segmentation.
Abstract
Accurate nuclear instance segmentation is a pivotal task in computational pathology, supporting data-driven clinical insights and facilitating downstream translational applications. While large vision foundation models have shown promise for zero-shot biomedical segmentation, most existing approaches still depend on dense supervision and computationally expensive fine-tuning. Consequently, training-free methods present a compelling research direction, yet remain largely unexplored. In this work, we introduce SPROUT, a fully training- and annotation-free prompting framework for nuclear instance segmentation. SPROUT leverages histology-informed priors to construct slide-specific reference prototypes that mitigate domain gaps. These prototypes progressively guide feature alignment through a partial optimal transport scheme. The resulting foreground and background features are transformed into positive and negative point prompts, enabling the Segment Anything Model (SAM) to produce precise nuclear delineations without any parameter updates. Extensive experiments across multiple histopathology benchmarks demonstrate that SPROUT achieves competitive performance without supervision or retraining, establishing a novel paradigm for scalable, training-free nuclear instance segmentation in pathology.
