Ask Me Anything: Free-form Visual Question Answering Based on Knowledge from External Sources
Qi Wu, Peng Wang, Chunhua Shen, Anthony Dick, Anton van den Hengel
TL;DR
This work tackles open-ended visual question answering by integrating an image-derived textual representation with external knowledge from a large KB. It introduces a three-stream textual representation—attribute-based, caption-based, and KB-derived—merged via a multi-input LSTM encoder-decoder to generate natural-language answers. The approach achieves state-of-the-art results on Toronto COCO-QA and strong performance on the VQA dataset, demonstrating that external knowledge substantially enhances questions requiring information beyond the image. The method emphasizes generality and potential for deeper scene understanding with larger, more informative KBs, and suggests future work on generating KB queries tailored to the image-question content.
Abstract
We propose a method for visual question answering which combines an internal representation of the content of an image with information extracted from a general knowledge base to answer a broad range of image-based questions. This allows more complex questions to be answered using the predominant neural network-based approach than has previously been possible. It particularly allows questions to be asked about the contents of an image, even when the image itself does not contain the whole answer. The method constructs a textual representation of the semantic content of an image, and merges it with textual information sourced from a knowledge base, to develop a deeper understanding of the scene viewed. Priming a recurrent neural network with this combined information, and the submitted question, leads to a very flexible visual question answering approach. We are specifically able to answer questions posed in natural language, that refer to information not contained in the image. We demonstrate the effectiveness of our model on two publicly available datasets, Toronto COCO-QA and MS COCO-VQA and show that it produces the best reported results in both cases.
