CVJun 4, 2022

From Pixels to Objects: Cubic Visual Attention for Visual Question Answering

arXiv:2206.01923v167 citationsh-index: 84
Originality Incremental advance
AI Analysis

This work addresses region discontinuity and channel-weight conflicts in VQA for AI researchers, representing an incremental improvement with a novel hybrid method.

The paper tackled the problem of planar visual attention in Visual Question Answering (VQA) by proposing a Cubic Visual Attention (CVA) model that applies channel and spatial attention on object regions, resulting in significant performance improvements over state-of-the-art methods on COCO-QA, VQA, and Visual7W datasets.

Recently, attention-based Visual Question Answering (VQA) has achieved great success by utilizing question to selectively target different visual areas that are related to the answer. Existing visual attention models are generally planar, i.e., different channels of the last conv-layer feature map of an image share the same weight. This conflicts with the attention mechanism because CNN features are naturally spatial and channel-wise. Also, visual attention models are usually conducted on pixel-level, which may cause region discontinuous problems. In this paper, we propose a Cubic Visual Attention (CVA) model by successfully applying a novel channel and spatial attention on object regions to improve VQA task. Specifically, instead of attending to pixels, we first take advantage of the object proposal networks to generate a set of object candidates and extract their associated conv features. Then, we utilize the question to guide channel attention and spatial attention calculation based on the con-layer feature map. Finally, the attended visual features and the question are combined to infer the answer. We assess the performance of our proposed CVA on three public image QA datasets, including COCO-QA, VQA and Visual7W. Experimental results show that our proposed method significantly outperforms the state-of-the-arts.

Foundations

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

Your Notes