CVApr 12, 2017

What's in a Question: Using Visual Questions as a Form of Supervision

arXiv:1704.03895v17 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of reducing annotation costs for computer vision researchers, though it is incremental as it builds on existing VQA models.

The paper tackles the challenge of expensive fully annotated image datasets by using visual questions as a form of weak supervision, demonstrating that this approach leads to a 7.1% improvement on the standard VQA benchmark.

Collecting fully annotated image datasets is challenging and expensive. Many types of weak supervision have been explored: weak manual annotations, web search results, temporal continuity, ambient sound and others. We focus on one particular unexplored mode: visual questions that are asked about images. The key observation that inspires our work is that the question itself provides useful information about the image (even without the answer being available). For instance, the question "what is the breed of the dog?" informs the AI that the animal in the scene is a dog and that there is only one dog present. We make three contributions: (1) providing an extensive qualitative and quantitative analysis of the information contained in human visual questions, (2) proposing two simple but surprisingly effective modifications to the standard visual question answering models that allow them to make use of weak supervision in the form of unanswered questions associated with images and (3) demonstrating that a simple data augmentation strategy inspired by our insights results in a 7.1% improvement on the standard VQA benchmark.

Code Implementations1 repo
Foundations

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

Your Notes