CVJan 10, 2020

In Defense of Grid Features for Visual Question Answering

arXiv:2001.03615v2363 citations
AI Analysis

This work addresses the efficiency and simplicity of VQA models for researchers and practitioners, showing that complex region annotations are not necessary for strong performance.

The paper revisits grid-based convolutional features for visual question answering (VQA), finding they achieve comparable accuracy to region-based features while running over an order of magnitude faster, with a state-of-the-art accuracy of 72.71 on VQA 2.0 test-std.

Popularized as 'bottom-up' attention, bounding box (or region) based visual features have recently surpassed vanilla grid-based convolutional features as the de facto standard for vision and language tasks like visual question answering (VQA). However, it is not clear whether the advantages of regions (e.g. better localization) are the key reasons for the success of bottom-up attention. In this paper, we revisit grid features for VQA, and find they can work surprisingly well - running more than an order of magnitude faster with the same accuracy (e.g. if pre-trained in a similar fashion). Through extensive experiments, we verify that this observation holds true across different VQA models (reporting a state-of-the-art accuracy on VQA 2.0 test-std, 72.71), datasets, and generalizes well to other tasks like image captioning. As grid features make the model design and training process much simpler, this enables us to train them end-to-end and also use a more flexible network design. We learn VQA models end-to-end, from pixels directly to answers, and show that strong performance is achievable without using any region annotations in pre-training. We hope our findings help further improve the scientific understanding and the practical application of VQA. Code and features will be made available.

Code Implementations2 repos
Foundations

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

Your Notes