paper-with-me

홈 › Papers

SAM-REF: Rethinking Image-Prompt Synergy for Refinement in Segment Anything

2024-08-21 · Chongkai Yu, Anqi Li, Xiaochao Qu, Luoqi Liu, Ting Liu

The advent of the Segment Anything Model (SAM) marks a significant milestone for interactive segmentation using generalist models. As a late fusion model, SAM extracts image embeddings once and merges them with prompts in later interactions. This strategy limits the models ability to extract detailed information from the prompted target zone. 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. The key to these issues is efficiently synergizing the images and prompts. We propose SAM-REF, a two-stage refinement framework that fully integrates images and prompts globally and locally while maintaining the accuracy of early fusion and the efficiency of late fusion. The first-stage GlobalDiff Refiner is a lightweight early fusion network that combines the whole image and prompts, focusing on capturing detailed information for the entire object. The second-stage PatchDiff Refiner locates the object detail window according to the mask and prompts, then refines the local details of the object. Experimentally, we demonstrated the high effectiveness and efficiency of our method in tackling complex cases with multiple interactions. Our SAM-REF model outperforms the current state-of-the-art method in most metrics on segmentation quality without compromising efficiency.

📄 PDF Abstract BibTeX arXiv:2408.11535

Code (0)

등록된 구현이 없습니다.

Tasks

Interactive Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

SAM-REF: Introducing Image-Prompt Synergy during Interaction for Detail Enhancement in the Segment Anything Model

2025-01-01 · CVPR 2025 1 · Chongkai Yu, Ting Liu, Anqi Li, Xiaochao Qu 외

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 t…

Interactive Segmentation

From Diffusion to Rectified Flow: Rethinking Text-Based Segmentation

2026-05-06 · Zishen Qu, Xuesong Li, Haijian Gu, Hongwei Kang 외 arxiv

Text-based image segmentation aims to delineate object boundaries within an image from text prompts, offering higher flexibility and broader application scope compared to traditional fixed-category segmentation tasks. Re…

Image Segmentation

Robust Box Prompt based SAM for Medical Image Segmentation

2024-07-31 · Yuhao Huang, Xin Yang, Han Zhou, Yan Cao 외

The Segment Anything Model (SAM) can achieve satisfactory segmentation performance under high-quality box prompts. However, SAM's robustness is compromised by the decline in box quality, limiting its practicality in clin…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

ArgusCogito: Chain-of-Thought for Cross-Modal Synergy and Omnidirectional Reasoning in Camouflaged Object Segmentation

2025-08-25 · Jianwen Tan, Huiyao Zhang, Rui Xiong, Han Zhou 외 arxiv

Camouflaged Object Segmentation (COS) poses a significant challenge due to the intrinsic high similarity between targets and backgrounds, demanding models capable of profound holistic understanding beyond superficial cue…

Camouflaged Object SegmentationMedical Image SegmentationScene Understanding

PR-MaGIC: Prompt Refinement Via Mask Decoder Gradient Flow For In-Context Segmentation

2026-04-13 · Minjae Lee, Sungwoo Hur, Soojin Hwang, Won Hwa Kim arxiv

Visual Foundation Models (VFMs) such as the Segment Anything Model (SAM) have significantly advanced broad use of image segmentation. However, SAM and its variants necessitate substantial manual effort for prompt generat…

Image Segmentation