Zero-Shot Visual Question Answering
Damien Teney, Anton van den Hengel
TL;DR
Zero-shot Visual Question Answering tackles generalization by ensuring test questions/answers contain unseen words. The authors establish a zero-shot evaluation framework on Visual7W, create new splits, and evaluate a range of strategies, including pretrained word embeddings, stem-based sharing, test-time exemplar retrieval, and enhanced image representations. Extensive experiments show that these components improve zero-shot performance and, collectively, yield state-of-the-art results on standard VQA settings while exposing weaknesses in existing methods. The work underscores the value of auxiliary data and test-time retrieval for robust, vocab-general VQA and outlines promising directions for future research.
Abstract
Part of the appeal of Visual Question Answering (VQA) is its promise to answer new questions about previously unseen images. Most current methods demand training questions that illustrate every possible concept, and will therefore never achieve this capability, since the volume of required training data would be prohibitive. Answering general questions about images requires methods capable of Zero-Shot VQA, that is, methods able to answer questions beyond the scope of the training questions. We propose a new evaluation protocol for VQA methods which measures their ability to perform Zero-Shot VQA, and in doing so highlights significant practical deficiencies of current approaches, some of which are masked by the biases in current datasets. We propose and evaluate several strategies for achieving Zero-Shot VQA, including methods based on pretrained word embeddings, object classifiers with semantic embeddings, and test-time retrieval of example images. Our extensive experiments are intended to serve as baselines for Zero-Shot VQA, and they also achieve state-of-the-art performance in the standard VQA evaluation setting.
