paper-with-me

Papers

Ref-Diff: Zero-shot Referring Image Segmentation with Generative Models

2023-08-31 · Minheng Ni, Yabo Zhang, Kailai Feng, Xiaoming Li, Yiwen Guo, WangMeng Zuo

Zero-shot referring image segmentation is a challenging task because it aims to find an instance segmentation mask based on the given referring descriptions, without training on this type of paired data. Current zero-shot methods mainly focus on using pre-trained discriminative models (e.g., CLIP). However, we have observed that generative models (e.g., Stable Diffusion) have potentially understood the relationships between various visual elements and text descriptions, which are rarely investigated in this task. In this work, we introduce a novel Referring Diffusional segmentor (Ref-Diff) for this task, which leverages the fine-grained multi-modal information from generative models. We demonstrate that without a proposal generator, a generative model alone can achieve comparable performance to existing SOTA weakly-supervised models. When we combine both generative and discriminative models, our Ref-Diff outperforms these competing methods by a significant margin. This indicates that generative models are also beneficial for this task and can complement discriminative models for better referring segmentation. Our code is publicly available at https://github.com/kodenii/Ref-Diff.

📄 PDF Abstract BibTeX arXiv:2308.16777

Code (1)

kodenii/ref-diff 공식 구현 pytorch

Tasks

Image SegmentationInstance SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Zero-shot Referring Image Segmentation with Global-Local Context Features

2023-03-31 · CVPR 2023 1 · Seonghoon Yu, Paul Hongsuck Seo, Jeany Son

Referring image segmentation (RIS) aims to find a segmentation mask given a referring expression grounded to a region of the input image. Collecting labelled datasets for this task, however, is notoriously costly and lab…

Image SegmentationReferring ExpressionReferring Expression SegmentationSegmentation+3

Text Augmented Spatial-aware Zero-shot Referring Image Segmentation

2023-10-27 · Yucheng Suo, Linchao Zhu, Yi Yang

In this paper, we study a challenging task of zero-shot referring image segmentation. This task aims to identify the instance mask that is most related to a referring expression without training on pixel-level annotation…

Image SegmentationReferring ExpressionSegmentationSemantic Segmentation+2

HARIS: Human-Like Attention for Reference Image Segmentation

2024-05-17 · Mengxi Zhang, Heqing Lian, Yiming Liu, Jie Chen

Referring image segmentation (RIS) aims to locate the particular region corresponding to the language expression. Existing methods incorporate features from different modalities in a \emph{bottom-up} manner. This design …

Image Segmentationparameter-efficient fine-tuningSegmentationSemantic Segmentation

Hybrid Global-Local Representation with Augmented Spatial Guidance for Zero-Shot Referring Image Segmentation

2025-04-01 · CVPR 2025 1 · Ting Liu, Siyuan Li

Recent advances in zero-shot referring image segmentation (RIS), driven by models such as the Segment Anything Model (SAM) and CLIP, have made substantial progress in aligning visual and textual information. Despite thes…

Image SegmentationSemantic Segmentation

Weakly-supervised segmentation of referring expressions

2022-05-10 · Robin Strudel, Ivan Laptev, Cordelia Schmid

Visual grounding localizes regions (boxes or segments) in the image corresponding to given referring expressions. In this work we address image segmentation from referring expressions, a problem that has so far only been…

Image SegmentationReferring ExpressionReferring Expression SegmentationSegmentation+4