Stacked Attention Networks for Image Question Answering
Zichao Yang, Xiaodong He, Jianfeng Gao, Li Deng, Alex Smola

TL;DR
This paper introduces stacked attention networks (SANs) that perform multi-step reasoning to answer questions about images by progressively focusing on relevant visual regions, significantly improving accuracy over previous methods.
Contribution
The paper proposes a multi-layer SAN model that enhances image question answering by enabling iterative attention-based reasoning over image regions.
Findings
SANs outperform previous state-of-the-art methods on four datasets.
Visualization shows SANs progressively locate relevant visual clues.
Multi-step attention improves reasoning capability.
Abstract
This paper presents stacked attention networks (SANs) that learn to answer natural language questions from images. SANs use semantic representation of a question as query to search for the regions in an image that are related to the answer. We argue that image question answering (QA) often requires multiple steps of reasoning. Thus, we develop a multiple-layer SAN in which we query an image multiple times to infer the answer progressively. Experiments conducted on four image QA data sets demonstrate that the proposed SANs significantly outperform previous state-of-the-art approaches. The visualization of the attention layers illustrates the progress that the SAN locates the relevant visual clues that lead to the answer of the question layer-by-layer.
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Stacked Attention Networks for Image Question Answering· youtube
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
