CLAICVLGApr 24, 2017

Being Negative but Constructively: Lessons Learnt from Creating Better Visual Question Answering Datasets

arXiv:1704.07121v240 citations
AI Analysis

This addresses dataset quality issues for VQA researchers, offering incremental improvements to existing datasets.

The paper tackles the problem of designing better visual question answering (VQA) datasets by analyzing how decoy answers affect model learning, showing that poor design can lead models to ignore visual or question information. It proposes automatic procedures to reconstruct decoys, resulting in remedied datasets where performance more faithfully reflects model differences, including creating the largest VQA dataset from Visual Genome.

Visual question answering (Visual QA) has attracted a lot of attention lately, seen essentially as a form of (visual) Turing test that artificial intelligence should strive to achieve. In this paper, we study a crucial component of this task: how can we design good datasets for the task? We focus on the design of multiple-choice based datasets where the learner has to select the right answer from a set of candidate ones including the target (\ie the correct one) and the decoys (\ie the incorrect ones). Through careful analysis of the results attained by state-of-the-art learning models and human annotators on existing datasets, we show that the design of the decoy answers has a significant impact on how and what the learning models learn from the datasets. In particular, the resulting learner can ignore the visual information, the question, or both while still doing well on the task. Inspired by this, we propose automatic procedures to remedy such design deficiencies. We apply the procedures to re-construct decoy answers for two popular Visual QA datasets as well as to create a new Visual QA dataset from the Visual Genome project, resulting in the largest dataset for this task. Extensive empirical studies show that the design deficiencies have been alleviated in the remedied datasets and the performance on them is likely a more faithful indicator of the difference among learning models. The datasets are released and publicly available via http://www.teds.usc.edu/website_vqa/.

Foundations

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

Your Notes