paper-with-me

홈 › Papers

Modeling Context Between Objects for Referring Expression Understanding

2016-08-01 · Varun K. Nagaraja, Vlad I. Morariu, Larry S. Davis

Referring expressions usually describe an object using properties of the object and relationships of the object with other objects. We propose a technique that integrates context between objects to understand referring expressions. Our approach uses an LSTM to learn the probability of a referring expression, with input features from a region and a context region. The context regions are discovered using multiple-instance learning (MIL) since annotations for context objects are generally not available for training. We utilize max-margin based MIL objective functions for training the LSTM. Experiments on the Google RefExp and UNC RefExp datasets show that modeling context between objects provides better performance than modeling only object properties. We also qualitatively show that our technique can ground a referring expression to its referred region along with the supporting context region.

📄 PDF Abstract BibTeX arXiv:1608.00525

Code (1)

varun-nagaraja/referring-expressions 공식 구현

Tasks

Multiple Instance LearningObjectReferring Expression

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Modeling Context in Referring Expressions

2016-07-31 · Licheng Yu, Patrick Poirson, Shan Yang, Alexander C. Berg 외

Humans refer to objects in their environments all the time, especially in dialogue with other people. We explore generating and comprehending natural language referring expressions for objects in images. In particular, w…

Referring ExpressionReferring expression generationText Generation

Variational Context: Exploiting Visual and Textual Context for Grounding Referring Expressions

2019-07-08 · Yulei Niu, Hanwang Zhang, Zhiwu Lu, Shih-Fu Chang

We focus on grounding (i.e., localizing or linking) referring expressions in images, e.g., ``largest elephant standing behind baby elephant''. This is a general yet challenging vision-language task since it does not only…

Multiple Instance LearningReferring Expression

Grounding Referring Expressions in Images by Variational Context

2017-12-05 · CVPR 2018 6 · Hanwang Zhang, Yulei Niu, Shih-Fu Chang

We focus on grounding (i.e., localizing or linking) referring expressions in images, e.g., "largest elephant standing behind baby elephant". This is a general yet challenging vision-language task since it does not only r…

Multiple Instance LearningReferring Expression

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…

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