paper-with-me

홈 › Papers

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

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

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, the one-stage Referring Expression Comprehension (OSREC) has become the dominant trend since it merges the region proposal and selection stages. Many state-of-the-art OSREC models adopt a multi-hop reasoning strategy because a sequence of objects is frequently mentioned in a single expression which needs multi-hop reasoning to analyze the semantic relation. However, one unsolved issue of these models is that the number of reasoning steps needs to be pre-defined and fixed before inference, ignoring the varying complexity of expressions. In this paper, we propose a Dynamic Multi-step Reasoning Network, which allows the reasoning steps to be dynamically adjusted based on the reasoning state and expression complexity. Specifically, we adopt a Transformer module to memorize & process the reasoning state and a Reinforcement Learning strategy to dynamically infer the reasoning steps. The work achieves the state-of-the-art performance or significant improvements on several REC datasets, ranging from RefCOCO (+, g) with short expressions, to Ref-Reasoning, a dataset with long and complex compositional expressions.

📄 PDF Abstract BibTeX arXiv:2208.00361

Code (0)

등록된 구현이 없습니다.

Tasks

AllReferring ExpressionReferring Expression ComprehensionRegion ProposalVisual Reasoning

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

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

RefBench-PRO: Perceptual and Reasoning Oriented Benchmark for Referring Expression Comprehension

2025-12-06 · Tianyi Gao, Hao Li, Han Fang, Xin Wei 외 arxiv

Referring Expression Comprehension (REC) is a vision-language task that localizes a specific image region based on a textual description. Existing REC benchmarks primarily evaluate perceptual capabilities and lack interp…

Referring Expression

Co-Grounding Networks with Semantic Attention for Referring Expression Comprehension in Videos

2021-03-23 · CVPR 2021 1 · Sijie Song, Xudong Lin, Jiaying Liu, Zongming Guo 외

In this paper, we address the problem of referring expression comprehension in videos, which is challenging due to complex expression and scene dynamics. Unlike previous methods which solve the problem in multiple stages…

Referring ExpressionReferring Expression ComprehensionVideo Grounding

Cops-Ref: A new Dataset and Task on Compositional Referring Expression Comprehension

2020-03-01 · CVPR 2020 6 · Zhenfang Chen, Peng Wang, Lin Ma, Kwan-Yee K. Wong 외

Referring expression comprehension (REF) aims at identifying a particular object in a scene by a natural language expression. It requires joint reasoning over the textual and visual domains to solve the problem. Some pop…

Referring ExpressionReferring Expression ComprehensionVisual Reasoning

A Real-Time Cross-modality Correlation Filtering Method for Referring Expression Comprehension

2019-09-16 · CVPR 2020 6 · Yue Liao, Si Liu, Guanbin Li, Fei Wang 외

Referring expression comprehension aims to localize the object instance described by a natural language expression. Current referring expression methods have achieved good performance. However, none of them is able to ac…

Referring ExpressionReferring Expression Comprehension