SAM-REF: Introducing Image-Prompt Synergy during Interaction for Detail Enhancement in the Segment Anything Model
Chongkai Yu, Ting Liu, Anqi Li, Xiaochao Qu, Chengjing Wu, Luoqi Liu,, Xiaolin Hu

TL;DR
SAM-REF enhances interactive segmentation by combining the accuracy of early fusion with the efficiency of late fusion through a two-stage refinement, improving detail extraction without increasing computational cost.
Contribution
Introduces SAM-REF, a two-stage refinement framework that integrates image and prompt information effectively, surpassing existing methods in segmentation quality while maintaining efficiency.
Findings
Outperforms state-of-the-art in segmentation metrics
Maintains high efficiency comparable to late fusion models
Improves detail extraction in interactive segmentation
Abstract
Interactive segmentation is to segment the mask of the target object according to the user's interactive prompts. There are two mainstream strategies: early fusion and late fusion. Current specialist models utilize the early fusion strategy that encodes the combination of images and prompts to target the prompted objects, yet repetitive complex computations on the images result in high latency. Late fusion models extract image embeddings once and merge them with the prompts in later interactions. This strategy avoids redundant image feature extraction and improves efficiency significantly. A recent milestone is the Segment Anything Model (SAM). However, this strategy limits the models' ability to extract detailed information from the prompted target zone. To address this issue, we propose SAM-REF, a two-stage refinement framework that fully integrates images and prompts by using a…
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
TopicsMedical Image Segmentation Techniques · Advanced Neural Network Applications · Generative Adversarial Networks and Image Synthesis
MethodsSegment Anything Model
