paper-with-me

Papers

Reasoning Over History: Context Aware Visual Dialog

2020-11-02 · EMNLP (nlpbt) 2020 11 · Muhammad A. Shah, Shikib Mehri, Tejas Srinivasan

While neural models have been shown to exhibit strong performance on single-turn visual question answering (VQA) tasks, extending VQA to a multi-turn, conversational setting remains a challenge. One way to address this challenge is to augment existing strong neural VQA models with the mechanisms that allow them to retain information from previous dialog turns. One strong VQA model is the MAC network, which decomposes a task into a series of attention-based reasoning steps. However, since the MAC network is designed for single-turn question answering, it is not capable of referring to past dialog turns. More specifically, it struggles with tasks that require reasoning over the dialog history, particularly coreference resolution. We extend the MAC network architecture with Context-aware Attention and Memory (CAM), which attends over control states in past dialog turns to determine the necessary reasoning operations for the current question. MAC nets with CAM achieve up to 98.25% accuracy on the CLEVR-Dialog dataset, beating the existing state-of-the-art by 30% (absolute). Our error analysis indicates that with CAM, the model's performance particularly improved on questions that required coreference resolution.

📄 PDF Abstract BibTeX arXiv:2011.00669

Code (0)

등록된 구현이 없습니다.

Tasks

coreference-resolutionCoreference ResolutionQuestion AnsweringVisual DialogVisual Question AnsweringVisual Question Answering (VQA)

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

DMRM: A Dual-channel Multi-hop Reasoning Model for Visual Dialog

2019-12-18 · Feilong Chen, Fandong Meng, Jiaming Xu, Peng Li 외

Visual Dialog is a vision-language task that requires an AI agent to engage in a conversation with humans grounded in an image. It remains a challenging task since it requires the agent to fully understand a given questi…

AI AgentDecoderMultimodal ReasoningVisual Dialog

MemOCR: Layout-Aware Visual Memory for Efficient Long-Horizon Reasoning

2026-01-29 · Yaorui Shi, Shugui Liu, Yu Yang, Wenyu Mao 외 arxiv

Long-horizon agentic reasoning necessitates effectively compressing growing interaction histories into a limited context window. Most existing memory systems serialize history as text, where token-level cost is uniform a…

Reinforcement Learning

HOP+: History-enhanced and Order-aware Pre-training for Vision-and-Language Navigation

2023-03-20 · IEEE Transactions on Pattern Analysis and Machine Intelligence 2023 3 · Yanyuan Qiao, Yuankai Qi, Yicong Hong, Zheng Yu 외

Recent works attempt to employ pre-training in Vision-and-Language Navigation (VLN). However, these methods neglect the importance of historical contexts or ignore predicting future actions during pre-training, limiting …

Decision MakingLanguage ModelingLanguage ModellingMasked Language Modeling+1

Making History Matter: History-Advantage Sequence Training for Visual Dialog

2019-02-25 · ICCV 2019 10 · Tianhao Yang, Zheng-Jun Zha, Hanwang Zhang

We study the multi-round response generation in visual dialog, where a response is generated according to a visually grounded conversational history. Given a triplet: an image, Q&A history, and current question, all the …

Answer GenerationDecoderReinforcement LearningResponse Generation+3

GraphFlow: Exploiting Conversation Flow with Graph Neural Networks for Conversational Machine Comprehension

2019-07-31 · Yu Chen, Lingfei Wu, Mohammed J. Zaki

Conversational machine comprehension (MC) has proven significantly more challenging compared to traditional MC since it requires better utilization of conversation history. However, most existing approaches do not effect…

Graph Neural NetworkGraph structure learningMachine Reading ComprehensionReading Comprehension