CVAug 7, 2017

Structured Attentions for Visual Question Answering

arXiv:1708.02071v1112 citationsHas Code
AI Analysis

This addresses the limitation of existing attention models in handling multi-region relations for VQA, offering a novel approach with significant performance gains.

The paper tackled the problem of encoding complex cross-region relations in visual attention for Visual Question Answering by modeling attention as a multivariate distribution over a grid-structured Conditional Random Field, resulting in surpassing the best baseline on CLEVR by 9.5% and the best published model on VQA by 1.25%.

Visual attention, which assigns weights to image regions according to their relevance to a question, is considered as an indispensable part by most Visual Question Answering models. Although the questions may involve complex relations among multiple regions, few attention models can effectively encode such cross-region relations. In this paper, we demonstrate the importance of encoding such relations by showing the limited effective receptive field of ResNet on two datasets, and propose to model the visual attention as a multivariate distribution over a grid-structured Conditional Random Field on image regions. We demonstrate how to convert the iterative inference algorithms, Mean Field and Loopy Belief Propagation, as recurrent layers of an end-to-end neural network. We empirically evaluated our model on 3 datasets, in which it surpasses the best baseline model of the newly released CLEVR dataset by 9.5%, and the best published model on the VQA dataset by 1.25%. Source code is available at https: //github.com/zhuchen03/vqa-sva.

Code Implementations1 repo
Foundations

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

Your Notes