CVCLLGJun 21, 2016

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

arXiv:1606.06622v361 citations
Originality Incremental advance
AI Analysis

This addresses a key issue in VQA for improving human-machine interaction by preventing irrelevant questions from breaking dialogue continuity, though it is incremental as it builds on existing VQA frameworks.

The paper tackles the problem of identifying irrelevant questions in Visual Question Answering (VQA), such as non-visual or false-premise questions, and shows that their methods outperform strong baselines on relevance tasks, with human studies indicating that augmented VQA models are perceived as more intelligent and human-like.

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 reason about whether a question is even related to the given image (e.g. What is the capital of Argentina?) or if it requires information from external resources to answer correctly. This can break the continuity of a dialogue in human-machine interaction. Our approaches for determining relevance are composed of two stages. Given an image and a question, (1) we first determine whether the question is visual or not, (2) if visual, we determine whether the question is relevant to the given image or not. Our approaches, based on LSTM-RNNs, VQA model uncertainty, and caption-question similarity, are able to outperform strong baselines on both relevance tasks. We also present human studies showing that VQA models augmented with such question relevance reasoning are perceived as more intelligent, reasonable, and human-like.

Foundations

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

Your Notes