paper-with-me

홈 › Papers

Graph-Structured Referring Expression Reasoning in The Wild

2020-04-19 · CVPR 2020 6 · Sibei Yang, Guanbin Li, Yizhou Yu

Grounding referring expressions aims to locate in an image an object referred to by a natural language expression. The linguistic structure of a referring expression provides a layout of reasoning over the visual contents, and it is often crucial to align and jointly understand the image and the referring expression. In this paper, we propose a scene graph guided modular network (SGMN), which performs reasoning over a semantic graph and a scene graph with neural modules under the guidance of the linguistic structure of the expression. In particular, we model the image as a structured semantic graph, and parse the expression into a language scene graph. The language scene graph not only decodes the linguistic structure of the expression, but also has a consistent representation with the image semantic graph. In addition to exploring structured solutions to grounding referring expressions, we also propose Ref-Reasoning, a large-scale real-world dataset for structured referring expression reasoning. We automatically generate referring expressions over the scene graphs of images using diverse expression templates and functional programs. This dataset is equipped with real-world visual contents as well as semantically rich expressions with different reasoning layouts. Experimental results show that our SGMN not only significantly outperforms existing state-of-the-art algorithms on the new Ref-Reasoning dataset, but also surpasses state-of-the-art structured methods on commonly used benchmark datasets. It can also provide interpretable visual evidences of reasoning. Data and code are available at https://github.com/sibeiyang/sgmn

📄 PDF Abstract BibTeX arXiv:2004.08814

Code (1)

sibeiyang/sgmn 공식 구현 pytorch

Tasks

Referring Expression

Similar Papers 제목 키워드 기반

EventRR: Event Referential Reasoning for Referring Video Object Segmentation

2025-08-10 · Huihui Xu, Jiashi Lin, Haoyu Chen, Junjun He 외 arxiv

Referring Video Object Segmentation (RVOS) aims to segment out the object in a video referred by an expression. Current RVOS methods view referring expressions as unstructured sequences, neglecting their crucial semantic…

Referring Video Object SegmentationReferring Expression

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

Rex-Thinker: Grounded Object Referring via Chain-of-Thought Reasoning

2025-06-04 · Qing Jiang, Xingyu Chen, Zhaoyang Zeng, Junzhi Yu 외

Object referring aims to detect all objects in an image that match a given natural language description. We argue that a robust object referring model should be grounded, meaning its predictions should be both explainabl…

ObjectReferring Expression

Referring Expression Comprehension: A Survey of Methods and Datasets

2020-07-19 · Yanyuan Qiao, Chaorui Deng, Qi Wu

Referring expression comprehension (REC) aims to localize a target object in an image described by a referring expression phrased in natural language. Different from the object detection task that queried object labels h…

object-detectionObject DetectionReferring ExpressionReferring Expression Comprehension+1

Cross-Modal Relationship Inference for Grounding Referring Expressions

2019-06-01 · CVPR 2019 6 · Sibei Yang, Guanbin Li, Yizhou Yu

Grounding referring expressions is a fundamental yet challenging task facilitating human-machine communication in the physical world. It locates the target object in an image on the basis of the comprehension of the rela…