Ask Your Neurons: A Deep Learning Approach to Visual Question Answering
Mateusz Malinowski, Marcus Rohrbach, Mario Fritz
TL;DR
This work tackles visual question answering by proposing Ask Your Neurons, an end-to-end encoder–decoder framework that conditions on both image and question to generate answer sequences. The authors explore a modular architecture with diverse question encoders (LSTM, GRU, BOW, CNN), multiple visual encoders, and several multimodal fusion and decoding strategies, emphasizing a joint training regime. They extend the DAQUAR dataset with DAQUAR-Consensus to study inter-human agreement and introduce two consensus metrics, revealing substantial language-driven baselines and common-sense cues. The approach is further evaluated on the large-scale VQA dataset, showing competitive performance with a strong emphasis on a global visual representation and thorough analysis of design choices, including question encoding and fusion strategies. Overall, the paper highlights the importance of robust visual models and language–vision integration, introduces valuable consensus resources, and demonstrates the practicality of end-to-end multimodal QA systems for real-world imagery.
Abstract
We address a question answering task on real-world images that is set up as a Visual Turing Test. By combining latest advances in image representation and natural language processing, we propose Ask Your Neurons, a scalable, jointly trained, end-to-end formulation to this problem. In contrast to previous efforts, we are facing a multi-modal problem where the language output (answer) is conditioned on visual and natural language inputs (image and question). We provide additional insights into the problem by analyzing how much information is contained only in the language part for which we provide a new human baseline. To study human consensus, which is related to the ambiguities inherent in this challenging task, we propose two novel metrics and collect additional answers which extend the original DAQUAR dataset to DAQUAR-Consensus. Moreover, we also extend our analysis to VQA, a large-scale question answering about images dataset, where we investigate some particular design choices and show the importance of stronger visual models. At the same time, we achieve strong performance of our model that still uses a global image representation. Finally, based on such analysis, we refine our Ask Your Neurons on DAQUAR, which also leads to a better performance on this challenging task.
