paper-with-me

홈 › Papers

IQ-VQA: Intelligent Visual Question Answering

2020-07-08 · Vatsal Goel, Mohit Chandak, Ashish Anand, Prithwijit Guha

Even though there has been tremendous progress in the field of Visual Question Answering, models today still tend to be inconsistent and brittle. To this end, we propose a model-independent cyclic framework which increases consistency and robustness of any VQA architecture. We train our models to answer the original question, generate an implication based on the answer and then also learn to answer the generated implication correctly. As a part of the cyclic framework, we propose a novel implication generator which can generate implied questions from any question-answer pair. As a baseline for future works on consistency, we provide a new human annotated VQA-Implications dataset. The dataset consists of ~30k questions containing implications of 3 types - Logical Equivalence, Necessary Condition and Mutual Exclusion - made from the VQA v2.0 validation dataset. We show that our framework improves consistency of VQA models by ~15% on the rule-based dataset, ~7% on VQA-Implications dataset and robustness by ~2%, without degrading their performance. In addition, we also quantitatively show improvement in attention maps which highlights better multi-modal understanding of vision and language.

📄 PDF Abstract BibTeX arXiv:2007.04422

Code (1)

mchandak29/IQ-VQA pytorch

Tasks

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Similar Papers 제목 키워드 기반

Proposing Plausible Answers for Open-ended Visual Question Answering

2016-10-20 · Omid Bakhshandeh, Trung Bui, Zhe Lin, Walter Chang

Answering open-ended questions is an essential capability for any intelligent agent. One of the most interesting recent open-ended question answering challenges is Visual Question Answering (VQA) which attempts to evalua…

Graph MatchingOpen-Ended Question AnsweringQuestion AnsweringVisual Question Answering+1

Blindfold Baselines for Embodied QA

2018-11-12 · Ankesh Anand, Eugene Belilovsky, Kyle Kastner, Hugo Larochelle 외

We explore blindfold (question-only) baselines for Embodied Question Answering. The EmbodiedQA task requires an agent to answer a question by intelligently navigating in a simulated environment, gathering necessary visua…

Embodied Question AnsweringQuestion Answering

Answering Questions about Data Visualizations using Efficient Bimodal Fusion

2019-08-05 · Kushal Kafle, Robik Shrestha, Brian Price, Scott Cohen 외

Chart question answering (CQA) is a newly proposed visual question answering (VQA) task where an algorithm must answer questions about data visualizations, e.g. bar charts, pie charts, and line graphs. CQA requires capab…

Chart Question AnsweringOptical Character RecognitionOptical Character Recognition (OCR)Question Answering+2

TVQA+: Spatio-Temporal Grounding for Video Question Answering

2019-04-25 · ACL 2020 6 · Jie Lei, Licheng Yu, Tamara L. Berg, Mohit Bansal

We present the task of Spatio-Temporal Video Question Answering, which requires intelligent systems to simultaneously retrieve relevant moments and detect referenced visual concepts (people and objects) to answer natural…

Question AnsweringVideo Question Answering

Question Relevance in VQA: Identifying Non-Visual And False-Premise Questions

2016-06-21 · EMNLP 2016 11 · Arijit Ray, Gordon Christie, Mohit Bansal, Dhruv Batra 외

Visual Question Answering (VQA) is the task of answering natural-language questions about images. We introduce the novel problem of determining the relevance of questions to images in VQA. Current VQA models do not reaso…

Question AnsweringQuestion SimilarityVisual Question AnsweringVisual Question Answering (VQA)