CVJun 17, 2016

FVQA: Fact-based Visual Question Answering

arXiv:1606.05433v4542 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of enabling deeper reasoning in VQA for researchers and practitioners by moving beyond direct image-question analysis, though it is incremental as it builds upon existing VQA frameworks.

The authors tackled the limitation of existing Visual Question Answering (VQA) datasets by introducing FVQA, a dataset that requires external factual knowledge for answering questions, and they developed a novel model that leverages supporting facts to achieve improved reasoning capabilities.

Visual Question Answering (VQA) has attracted a lot of attention in both Computer Vision and Natural Language Processing communities, not least because it offers insight into the relationships between two important sources of information. Current datasets, and the models built upon them, have focused on questions which are answerable by direct analysis of the question and image alone. The set of such questions that require no external information to answer is interesting, but very limited. It excludes questions which require common sense, or basic factual knowledge to answer, for example. Here we introduce FVQA, a VQA dataset which requires, and supports, much deeper reasoning. FVQA only contains questions which require external information to answer. We thus extend a conventional visual question answering dataset, which contains image-question-answerg triplets, through additional image-question-answer-supporting fact tuples. The supporting fact is represented as a structural triplet, such as <Cat,CapableOf,ClimbingTrees>. We evaluate several baseline models on the FVQA dataset, and describe a novel model which is capable of reasoning about an image on the basis of supporting facts.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes