Guided SAM: Label-Efficient Part Segmentation
S.B. van Rooij, G.J. Burghouts

TL;DR
Guided SAM introduces a method that uses learned positional prompts from coarse annotations to efficiently guide the Segment-Anything Model for precise object part segmentation, significantly reducing labeling effort.
Contribution
The paper presents Guided SAM, a novel approach that conditions SAM on learned region prompts from minimal annotations to improve part segmentation accuracy.
Findings
Improves average IoU from 0.37 to 0.49 on car parts dataset.
Reduces annotation effort by a factor of five.
Enhances segmentation efficiency with minimal labeled data.
Abstract
Localizing object parts precisely is essential for tasks such as object recognition and robotic manipulation. Recent part segmentation methods require extensive training data and labor-intensive annotations. Segment-Anything Model (SAM) has demonstrated good performance on a wide range of segmentation problems, but requires (manual) positional prompts to guide it where to segment. Furthermore, since it has been trained on full objects instead of object parts, it is prone to over-segmentation of parts. To address this, we propose a novel approach that guides SAM towards the relevant object parts. Our method learns positional prompts from coarse patch annotations that are easier and cheaper to acquire. We train classifiers on image patches to identify part classes and aggregate patches into regions of interest (ROIs) with positional prompts. SAM is conditioned on these ROIs and prompts.…
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
MethodsSegment Anything Model
