CVJan 27, 2018

Tell-and-Answer: Towards Explainable Visual Question Answering using Attributes and Captions

arXiv:1801.09041v11127 citations
Originality Incremental advance
AI Analysis

This addresses the problem of opaque decision-making in VQA for researchers and practitioners, offering a more interpretable approach, though it is incremental as it builds on existing pre-trained models.

The authors tackled the lack of explainability in Visual Question Answering (VQA) by proposing a two-step method that first extracts image attributes and captions as explanations, then uses these for reasoning to predict answers, achieving performance comparable to state-of-the-art models.

Visual Question Answering (VQA) has attracted attention from both computer vision and natural language processing communities. Most existing approaches adopt the pipeline of representing an image via pre-trained CNNs, and then using the uninterpretable CNN features in conjunction with the question to predict the answer. Although such end-to-end models might report promising performance, they rarely provide any insight, apart from the answer, into the VQA process. In this work, we propose to break up the end-to-end VQA into two steps: explaining and reasoning, in an attempt towards a more explainable VQA by shedding light on the intermediate results between these two steps. To that end, we first extract attributes and generate descriptions as explanations for an image using pre-trained attribute detectors and image captioning models, respectively. Next, a reasoning module utilizes these explanations in place of the image to infer an answer to the question. The advantages of such a breakdown include: (1) the attributes and captions can reflect what the system extracts from the image, thus can provide some explanations for the predicted answer; (2) these intermediate results can help us identify the inabilities of both the image understanding part and the answer inference part when the predicted answer is wrong. We conduct extensive experiments on a popular VQA dataset and dissect all results according to several measurements of the explanation quality. Our system achieves comparable performance with the state-of-the-art, yet with added benefits of explainability and the inherent ability to further improve with higher quality explanations.

Foundations

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

Your Notes