paper-with-me

Papers

ABC-CNN: An Attention Based Convolutional Neural Network for Visual Question Answering

2015-11-18 · Kan Chen, Jiang Wang, Liang-Chieh Chen, Haoyuan Gao, Wei Xu, Ram Nevatia

We propose a novel attention based deep learning architecture for visual question answering task (VQA). Given an image and an image related natural language question, VQA generates the natural language answer for the question. Generating the correct answers requires the model's attention to focus on the regions corresponding to the question, because different questions inquire about the attributes of different image regions. We introduce an attention based configurable convolutional neural network (ABC-CNN) to learn such question-guided attention. ABC-CNN determines an attention map for an image-question pair by convolving the image feature map with configurable convolutional kernels derived from the question's semantics. We evaluate the ABC-CNN architecture on three benchmark VQA datasets: Toronto COCO-QA, DAQUAR, and VQA dataset. ABC-CNN model achieves significant improvements over state-of-the-art methods on these datasets. The question-guided attention generated by ABC-CNN is also shown to reflect the regions that are highly relevant to the questions.

📄 PDF Abstract BibTeX arXiv:1511.05960

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Modulated Self-attention Convolutional Network for VQA

2019-10-08 · Jean-Benoit Delbrouck, Antoine Maiorca, Nathan Hubens, Stéphane Dupont

As new data-sets for real-world visual reasoning and compositional question answering are emerging, it might be needed to use the visual feature extraction as a end-to-end process during training. This small contribution…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)Visual Reasoning

Multi-Level Attention Networks for Visual Question Answering

2017-07-01 · CVPR 2017 7 · Dongfei Yu, Jianlong Fu, Tao Mei, Yong Rui

Inspired by the recent success of text-based question answering, visual question answering (VQA) is proposed to automatically answer natural language questions with the reference to a given image. Compared with text-base…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Dual Recurrent Attention Units for Visual Question Answering

2018-02-01 · Ahmed Osman, Wojciech Samek

Visual Question Answering (VQA) requires AI models to comprehend data in two domains, vision and text. Current state-of-the-art models use learned attention mechanisms to extract relevant information from the input domai…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Aligned Dual Channel Graph Convolutional Network for Visual Question Answering

2020-07-01 · ACL 2020 6 · Qingbao Huang, Jielong Wei, Yi Cai, Changmeng Zheng 외

Visual question answering aims to answer the natural language question about a given image. Existing graph-based methods only focus on the relations between objects in an image and neglect the importance of the syntactic…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Ask, Attend and Answer: Exploring Question-Guided Spatial Attention for Visual Question Answering

2015-11-17 · Huijuan Xu, Kate Saenko

We address the problem of Visual Question Answering (VQA), which requires joint image and language understanding to answer a question about a given photograph. Recent approaches have applied deep image captioning methods…

Image CaptioningQuestion AnsweringVisual Question AnsweringVisual Question Answering (VQA)