paper-with-me

Papers

Boosting Weakly-Supervised Referring Image Segmentation via Progressive Comprehension

2024-10-02 · Zaiquan Yang, Yuhao Liu, Jiaying Lin, Gerhard Hancke, Rynson W. H. Lau

This paper explores the weakly-supervised referring image segmentation (WRIS) problem, and focuses on a challenging setup where target localization is learned directly from image-text pairs. We note that the input text description typically already contains detailed information on how to localize the target object, and we also observe that humans often follow a step-by-step comprehension process (\ie, progressively utilizing target-related attributes and relations as cues) to identify the target object. Hence, we propose a novel Progressive Comprehension Network (PCNet) to leverage target-related textual cues from the input description for progressively localizing the target object. Specifically, we first use a Large Language Model (LLM) to decompose the input text description into short phrases. These short phrases are taken as target-related cues and fed into a Conditional Referring Module (CRM) in multiple stages, to allow updating the referring text embedding and enhance the response map for target localization in a multi-stage manner. Based on the CRM, we then propose a Region-aware Shrinking (RaS) loss to constrain the visual localization to be conducted progressively in a coarse-to-fine manner across different stages. Finally, we introduce an Instance-aware Disambiguation (IaD) loss to suppress instance localization ambiguity by differentiating overlapping response maps generated by different referring texts on the same image. Extensive experiments show that our method outperforms SOTA methods on three common benchmarks.

📄 PDF Abstract BibTeX arXiv:2410.01544

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationLarge Language ModelSemantic SegmentationVisual Localization

Similar Papers 제목 키워드 기반

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

Fully and Weakly Supervised Referring Expression Segmentation with End-to-End Learning

2022-12-17 · Hui Li, MingJie Sun, Jimin Xiao, Eng Gee Lim 외

Referring Expression Segmentation (RES), which is aimed at localizing and segmenting the target according to the given language expression, has drawn increasing attention. Existing methods jointly consider the localizati…

PositionReferring ExpressionReferring Expression SegmentationSegmentation+2

Referring Image Segmentation Using Text Supervision

2023-08-28 · ICCV 2023 1 · Fang Liu, Yuhao Liu, Yuqiu Kong, Ke Xu 외

Existing Referring Image Segmentation (RIS) methods typically require expensive pixel-level or box-level annotations for supervision. In this paper, we observe that the referring texts used in RIS already provide suffici…

Image SegmentationObject LocalizationReferring Expression SegmentationSegmentation+2

Curriculum Point Prompting for Weakly-Supervised Referring Image Segmentation

2024-04-18 · CVPR 2024 1 · Qiyuan Dai, Sibei Yang

Referring image segmentation (RIS) aims to precisely segment referents in images through corresponding natural language expressions, yet relying on cost-intensive mask annotations. Weakly supervised RIS thus learns from …

Image SegmentationSegmentationSemantic Segmentation

Segment, Select, Correct: A Framework for Weakly-Supervised Referring Segmentation

2023-10-20 · Francisco Eiras, Kemal Oksuz, Adel Bibi, Philip H. S. Torr 외

Referring Image Segmentation (RIS) - the problem of identifying objects in images through natural language sentences - is a challenging task currently mostly solved through supervised learning. However, while collecting …

Image SegmentationSemantic SegmentationZero-Shot Learning