paper-with-me

Papers

Deep Modular Co-Attention Networks for Visual Question Answering

2019-06-25 · CVPR 2019 6 · Zhou Yu, Jun Yu, Yuhao Cui, DaCheng Tao, Qi Tian

Visual Question Answering (VQA) requires a fine-grained and simultaneous understanding of both the visual content of images and the textual content of questions. Therefore, designing an effective `co-attention' model to associate key words in questions with key objects in images is central to VQA performance. So far, most successful attempts at co-attention learning have been achieved by using shallow models, and deep co-attention models show little improvement over their shallow counterparts. In this paper, we propose a deep Modular Co-Attention Network (MCAN) that consists of Modular Co-Attention (MCA) layers cascaded in depth. Each MCA layer models the self-attention of questions and images, as well as the guided-attention of images jointly using a modular composition of two basic attention units. We quantitatively and qualitatively evaluate MCAN on the benchmark VQA-v2 dataset and conduct extensive ablation studies to explore the reasons behind MCAN's effectiveness. Experimental results demonstrate that MCAN significantly outperforms the previous state-of-the-art. Our best single model delivers 70.63$\%$ overall accuracy on the test-dev set. Code is available at https://github.com/MILVLG/mcan-vqa.

📄 PDF Abstract BibTeX arXiv:1906.10770

Code (7)

MILVLG/mcan-vqa 공식 구현 pytorch
ThanThoai/Visual-Question-Answering_Vietnamese pytorch
apugoneappu/ask_me_anything pytorch
apugoneappu/vqa_visualise pytorch
hieunghia-pat/UIT-MCAN pytorch
straightAYiJun/vqa-attention-visualize-system pytorch
vikrantmane7781/detectroon2 pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Self-Segregating and Coordinated-Segregating Transformer for Focused Deep Multi-Modular Network for Visual Question Answering

2020-06-25 · Chiranjib Sur

Attention mechanism has gained huge popularity due to its effectiveness in achieving high accuracy in different domains. But attention is opportunistic and is not justified by the content or usability of the content. Tra…

DiversityQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)+1

Question Guided Modular Routing Networks for Visual Question Answering

2019-04-17 · Yanze Wu, Qiang Sun, Jianqi Ma, Bin Li 외

This paper studies the task of Visual Question Answering (VQA), which is topical in Multimedia community recently. Particularly, we explore two critical research problems existed in VQA: (1) efficiently fusing the visual…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

Modular Visual Question Answering via Code Generation

2023-06-08 · Sanjay Subramanian, Medhini Narasimhan, Kushal Khangaonkar, Kevin Yang 외

We present a framework that formulates visual question answering as modular code generation. In contrast to prior work on modular approaches to VQA, our approach requires no additional training and relies on pre-trained …

Code GenerationIn-Context LearningQuestion AnsweringVisual Question Answering+1

VQA-MHUG: A Gaze Dataset to Study Multimodal Neural Attention in Visual Question Answering

2021-09-27 · CoNLL (EMNLP) 2021 11 · Ekta Sood, Fabian Kögel, Florian Strohm, Prajit Dhar 외

We present VQA-MHUG - a novel 49-participant dataset of multimodal human gaze on both images and questions during visual question answering (VQA) collected using a high-speed eye tracker. We use our dataset to analyze th…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Learning Sparse Mixture of Experts for Visual Question Answering

2019-09-19 · Vardaan Pahuja, Jie Fu, Christopher J. Pal

There has been a rapid progress in the task of Visual Question Answering with improved model architectures. Unfortunately, these models are usually computationally intensive due to their sheer size which poses a serious …

Mixture-of-ExpertsQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)