All-in-SAM: from Weak Annotation to Pixel-wise Nuclei Segmentation with Prompt-based Finetuning
Can Cui, Ruining Deng, Quan Liu, Tianyuan Yao, Shunxing Bao, Lucas W., Remedios, Yucheng Tang, Yuankai Huo

TL;DR
This paper introduces all-in-SAM, a pipeline that leverages the Segment Anything Model for biomedical nuclei segmentation by generating pixel-level annotations from weak prompts and finetuning, eliminating the need for manual prompts during inference.
Contribution
The paper presents a novel workflow that uses SAM for annotation and finetuning, outperforming state-of-the-art methods with weak annotations in biomedical segmentation.
Findings
Outperforms SOTA in nuclei segmentation on Monuseg dataset.
Weak and few annotations enable competitive performance after finetuning.
Eliminates manual prompts during inference for SAM-based segmentation.
Abstract
The Segment Anything Model (SAM) is a recently proposed prompt-based segmentation model in a generic zero-shot segmentation approach. With the zero-shot segmentation capacity, SAM achieved impressive flexibility and precision on various segmentation tasks. However, the current pipeline requires manual prompts during the inference stage, which is still resource intensive for biomedical image segmentation. In this paper, instead of using prompts during the inference stage, we introduce a pipeline that utilizes the SAM, called all-in-SAM, through the entire AI development workflow (from annotation generation to model finetuning) without requiring manual prompts during the inference stage. Specifically, SAM is first employed to generate pixel-level annotations from weak prompts (e.g., points, bounding box). Then, the pixel-level annotations are used to finetune the SAM segmentation model…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Radiomics and Machine Learning in Medical Imaging
MethodsSegment Anything Model
