paper-with-me

Papers

Rethinking Interactive Image Segmentation with Low Latency High Quality and Diverse Prompts

2024-01-01 · CVPR 2024 1 · Qin Liu, Jaemin Cho, Mohit Bansal, Marc Niethammer

The goal of interactive image segmentation is to delineate specific regions within an image via visual or language prompts. Low-latency and high-quality interactive segmentation with diverse prompts remain challenging for existing specialist and generalist models. Specialist models with their limited prompts and task-specific designs experience high latency because the image must be recomputed every time the prompt is updated due to the joint encoding of image and visual prompts. Generalist models exemplified by the Segment Anything Model (SAM) have recently excelled in prompt diversity and efficiency lifting image segmentation to the foundation model era. However for high-quality segmentations SAM still lags behind state-of-the-art specialist models despite SAM being trained with x100 more segmentation masks. In this work we delve deep into the architectural differences between the two types of models. We observe that dense representation and fusion of visual prompts are the key design choices contributing to the high segmentation quality of specialist models. In light of this we reintroduce this dense design into the generalist models to facilitate the development of generalist models with high segmentation quality. To densely represent diverse visual prompts we propose to use a dense map to capture five types: clicks boxes polygons scribbles and masks. Thus we propose SegNext a next-generation interactive segmentation approach offering low latency high quality and diverse prompt support. Our method outperforms current state-of-the-art methods on HQSeg-44K and DAVIS quantitatively and qualitatively.

📄 PDF Abstract BibTeX

Code (1)

uncbiag/segnext 공식 구현 pytorch

Tasks

Image SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

SAM 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Interactive Image Segmentation with Low Latency, High Quality, and Diverse Prompts

2024-03-31 · Qin Liu, Jaemin Cho, Mohit Bansal, Marc Niethammer

The goal of interactive image segmentation is to delineate specific regions within an image via visual or language prompts. Low-latency and high-quality interactive segmentation with diverse prompts remain challenging fo…

Image SegmentationInteractive SegmentationSegmentationSemantic Segmentation

Rethinking Interactive Image Segmentation: Feature Space Annotation

2021-01-12 · Jord{ã}o Bragantini, Alexandre X Falc{ã}o, Laurent Najman

Despite the progress of interactive image segmentation methods, high-quality pixel-level annotation is still time-consuming and laborious - a bottleneck for several deep learning applications. We take a step back to prop…

Foreground SegmentationImage SegmentationInteractive SegmentationMetric Learning+2

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

2024-08-21 · Chongkai Yu, Anqi Li, Xiaochao Qu, Luoqi 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 i…

Interactive Segmentation

f-BRS: Rethinking Backpropagating Refinement for Interactive Segmentation

2020-01-28 · CVPR 2020 6 · Konstantin Sofiiuk, Ilia Petrov, Olga Barinova, Anton Konushin

Deep neural networks have become a mainstream approach to interactive segmentation. As we show in our experiments, while for some images a trained network provides accurate segmentation result with just a few clicks, for…

Interactive SegmentationSegmentation

HRSAM: Efficient Interactive Segmentation in High-Resolution Images

2024-07-02 · You Huang, Wenbin Lai, Jiayi Ji, Liujuan Cao 외

The Segment Anything Model (SAM) has advanced interactive segmentation but is limited by the high computational cost on high-resolution images. This requires downsampling to meet GPU constraints, sacrificing the fine-gra…

Data AugmentationGPUInteractive SegmentationSegmentation+1