paper-with-me

Papers

Recursive Visual Attention in Visual Dialog

2018-12-06 · CVPR 2019 6 · Yulei Niu, Hanwang Zhang, Manli Zhang, Jianhong Zhang, Zhiwu Lu, Ji-Rong Wen

Visual dialog is a challenging vision-language task, which requires the agent to answer multi-round questions about an image. It typically needs to address two major problems: (1) How to answer visually-grounded questions, which is the core challenge in visual question answering (VQA); (2) How to infer the co-reference between questions and the dialog history. An example of visual co-reference is: pronouns (\eg, `they'') in the question (\eg, Are they on or off?'') are linked with nouns (\eg, lamps'') appearing in the dialog history (\eg, `How many lamps are there?'') and the object grounded in the image. In this work, to resolve the visual co-reference for visual dialog, we propose a novel attention mechanism called Recursive Visual Attention (RvA). Specifically, our dialog agent browses the dialog history until the agent has sufficient confidence in the visual co-reference resolution, and refines the visual attention recursively. The quantitative and qualitative experimental results on the large-scale VisDial v0.9 and v1.0 datasets demonstrate that the proposed RvA not only outperforms the state-of-the-art methods, but also achieves reasonable recursion and interpretable attention maps without additional annotations. The code is available at \url{https://github.com/yuleiniu/rva}.

📄 PDF Abstract BibTeX arXiv:1812.02664

Code (1)

yuleiniu/rva 공식 구현 pytorch

Tasks

Question AnsweringVisual DialogVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Variational Disentangled Attention for Regularized Visual Dialog

2021-09-29 · Jen-Tzung Chien, Hsiu-Wei Tien

One of the most important challenges in a visual dialog is to effectively extract the information from a given image and its historical conversation which are related to the current question. Many studies adopt the soft …

Question AnsweringVisual DialogVisual Question AnsweringVisual Question Answering (VQA)

Visual Reference Resolution using Attention Memory for Visual Dialog

2017-09-23 · NeurIPS 2017 12 · Paul Hongsuck Seo, Andreas Lehrmann, Bohyung Han, Leonid Sigal

Visual dialog is a task of answering a series of inter-dependent questions given an input image, and often requires to resolve visual references among the questions. This problem is different from visual question answeri…

Parameter PredictionQuestion AnsweringVisual DialogVisual Grounding+2

Dual Attention Networks for Visual Reference Resolution in Visual Dialog

2019-02-25 · IJCNLP 2019 11 · Gi-Cheon Kang, Jaeseo Lim, Byoung-Tak Zhang

Visual dialog (VisDial) is a task which requires an AI agent to answer a series of questions grounded in an image. Unlike in visual question answering (VQA), the series of questions should be able to capture a temporal c…

AI AgentQuestion AnsweringVisual DialogVisual Grounding+2

Factor Graph Attention

2019-04-11 · CVPR 2019 6 · Idan Schwartz, Seunghak Yu, Tamir Hazan, Alexander Schwing

Dialog is an effective way to exchange information, but subtle details and nuances are extremely important. While significant progress has paved a path to address visual dialog with algorithms, details and nuances remain…

Graph AttentionQuestion AnsweringVisual DialogVisual Question Answering+1

Audio-Visual Person Verification based on Recursive Fusion of Joint Cross-Attention

2024-03-07 · R. Gnana Praveen, Jahangir Alam

Person or identity verification has been recently gaining a lot of attention using audio-visual fusion as faces and voices share close associations with each other. Conventional approaches based on audio-visual fusion re…