paper-with-me

Papers

Visual Coreference Resolution in Visual Dialog using Neural Module Networks

2018-09-06 · ECCV 2018 9 · Satwik Kottur, José M. F. Moura, Devi Parikh, Dhruv Batra, Marcus Rohrbach

Visual dialog entails answering a series of questions grounded in an image, using dialog history as context. In addition to the challenges found in visual question answering (VQA), which can be seen as one-round dialog, visual dialog encompasses several more. We focus on one such problem called visual coreference resolution that involves determining which words, typically noun phrases and pronouns, co-refer to the same entity/object instance in an image. This is crucial, especially for pronouns (e.g., it'), as the dialog agent must first link it to a previous coreference (e.g., boat'), and only then can rely on the visual grounding of the coreference boat' to reason about the pronoun it'. Prior work (in visual dialog) models visual coreference resolution either (a) implicitly via a memory network over history, or (b) at a coarse level for the entire question; and not explicitly at a phrase level of granularity. In this work, we propose a neural module network architecture for visual dialog by introducing two novel modules - Refer and Exclude - that perform explicit, grounded, coreference resolution at a finer word level. We demonstrate the effectiveness of our model on MNIST Dialog, a visually simple yet coreference-wise complex dataset, by achieving near perfect accuracy, and on VisDial, a large and challenging visual dialog dataset on real images, where our model outperforms other approaches, and is more interpretable, grounded, and consistent qualitatively.

📄 PDF Abstract BibTeX arXiv:1809.01816

Code (1)

facebookresearch/corefnmn tf

Tasks

Common Sense Reasoningcoreference-resolutionCoreference ResolutionVisual DialogVisual GroundingVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

VD-PCR: Improving Visual Dialog with Pronoun Coreference Resolution

2022-05-29 · Xintong Yu, Hongming Zhang, Ruixin Hong, Yangqiu Song 외

The visual dialog task requires an AI agent to interact with humans in multi-round dialogs based on a visual environment. As a common linguistic phenomenon, pronouns are often used in dialogs to improve the communication…

AI Agentcoreference-resolutionCoreference ResolutionVisual Dialog

GoG: Relation-aware Graph-over-Graph Network for Visual Dialog

2021-09-17 · Findings (ACL) 2021 8 · Feilong Chen, Xiuyi Chen, Fandong Meng, Peng Li 외

Visual dialog, which aims to hold a meaningful conversation with humans about a given image, is a challenging task that requires models to reason the complex dependencies among visual content, dialog history, and current…

coreference-resolutionCoreference ResolutionImplicit RelationsRelation+1

What You See is What You Get: Visual Pronoun Coreference Resolution in Dialogues

2019-09-01 · IJCNLP 2019 11 · Xintong Yu, Hongming Zhang, Yangqiu Song, Yan Song 외

Grounding a pronoun to a visual object it refers to requires complex reasoning from various information sources, especially in conversational scenarios. For example, when people in a conversation talk about something all…

coreference-resolutionCoreference ResolutionNatural Language Understanding

GRAVL-BERT: Graphical Visual-Linguistic Representations for Multimodal Coreference Resolution

2022-10-01 · COLING 2022 10 · Danfeng Guo, Arpit Gupta, Sanchit Agarwal, Jiun-Yu Kao 외

Learning from multimodal data has become a popular research topic in recent years. Multimodal coreference resolution (MCR) is an important task in this area. MCR involves resolving the references across different modalit…

coreference-resolutionCoreference ResolutionVisual Grounding

CLEVR-Dialog: A Diagnostic Dataset for Multi-Round Reasoning in Visual Dialog

2019-03-07 · NAACL 2019 6 · Satwik Kottur, José M. F. Moura, Devi Parikh, Dhruv Batra 외

Visual Dialog is a multimodal task of answering a sequence of questions grounded in an image, using the conversation history as context. It entails challenges in vision, language, reasoning, and grounding. However, study…

coreference-resolutionCoreference ResolutionDiagnosticVisual Dialog