paper-with-me

홈 › Papers

Referring Transformer: A One-step Approach to Multi-task Visual Grounding

2021-06-06 · NeurIPS 2021 12 · Muchen Li, Leonid Sigal

As an important step towards visual reasoning, visual grounding (e.g., phrase localization, referring expression comprehension/segmentation) has been widely explored Previous approaches to referring expression comprehension (REC) or segmentation (RES) either suffer from limited performance, due to a two-stage setup, or require the designing of complex task-specific one-stage architectures. In this paper, we propose a simple one-stage multi-task framework for visual grounding tasks. Specifically, we leverage a transformer architecture, where two modalities are fused in a visual-lingual encoder. In the decoder, the model learns to generate contextualized lingual queries which are then decoded and used to directly regress the bounding box and produce a segmentation mask for the corresponding referred regions. With this simple but highly contextualized model, we outperform state-of-the-arts methods by a large margin on both REC and RES tasks. We also show that a simple pre-training schedule (on an external dataset) further improves the performance. Extensive experiments and ablations illustrate that our model benefits greatly from contextualized information and multi-task training.

📄 PDF Abstract BibTeX arXiv:2106.03089

Code (1)

ubc-vision/RefTR 공식 구현 pytorch

Tasks

DecoderReferring ExpressionReferring Expression ComprehensionReferring Expression SegmentationSegmentationVisual GroundingVisual Reasoning

Similar Papers 제목 키워드 기반

One for All: One-stage Referring Expression Comprehension with Dynamic Reasoning

2022-07-31 · Zhipeng Zhang, Zhimin Wei, Zhongzhen Huang, Rui Niu 외

Referring Expression Comprehension (REC) is one of the most important tasks in visual reasoning that requires a model to detect the target object referred by a natural language expression. Among the proposed pipelines, t…

AllReferring ExpressionReferring Expression ComprehensionRegion Proposal+1

CK-Transformer: Commonsense Knowledge Enhanced Transformers for Referring Expression Comprehension

2023-02-17 · Zhi Zhang, Helen Yannakoudakis, XianTong Zhen, Ekaterina Shutova

The task of multimodal referring expression comprehension (REC), aiming at localizing an image region described by a natural language expression, has recently received increasing attention within the research comminity. …

Referring ExpressionReferring Expression Comprehension

Multimodal Referring Segmentation: A Survey

2025-08-01 · Henghui Ding, Song Tang, Shuting He, Chang Liu 외 arxiv

Multimodal referring segmentation aims to segment target objects in visual scenes, such as images, videos, and 3D scenes, based on referring expressions in text or audio format. This task plays a crucial role in practica…

Referring Expression

OneRef: Unified One-tower Expression Grounding and Segmentation with Mask Referring Modeling

2024-10-10 · Linhui Xiao, Xiaoshan Yang, Fang Peng, YaoWei Wang 외

Constrained by the separate encoding of vision and language, existing grounding and referring segmentation works heavily rely on bulky Transformer-based fusion en-/decoders and a variety of early-stage interaction techno…

Language ModelingLanguage Modelling

Dynamic Graph Attention for Referring Expression Comprehension

2019-09-18 · ICCV 2019 10 · Sibei Yang, Guanbin Li, Yizhou Yu

Referring expression comprehension aims to locate the object instance described by a natural language referring expression in an image. This task is compositional and inherently requires visual reasoning on top of the re…

Graph AttentionReferring ExpressionReferring Expression ComprehensionVisual Reasoning