CVNov 8, 2017

Multi-label Image Recognition by Recurrently Discovering Attentional Regions

arXiv:1711.02816v1328 citations
Originality Highly original
AI Analysis

This addresses a fundamental task in visual understanding for applications requiring efficient and interpretable multi-label classification, with incremental improvements over existing methods.

The paper tackles multi-label image recognition by introducing a recurrent memorized-attention module that eliminates the need for region proposals, achieving superior accuracy and efficiency on benchmarks like MS-COCO and PASCAL VOC 07.

This paper proposes a novel deep architecture to address multi-label image recognition, a fundamental and practical task towards general visual understanding. Current solutions for this task usually rely on an extra step of extracting hypothesis regions (i.e., region proposals), resulting in redundant computation and sub-optimal performance. In this work, we achieve the interpretable and contextualized multi-label image classification by developing a recurrent memorized-attention module. This module consists of two alternately performed components: i) a spatial transformer layer to locate attentional regions from the convolutional feature maps in a region-proposal-free way and ii) an LSTM (Long-Short Term Memory) sub-network to sequentially predict semantic labeling scores on the located regions while capturing the global dependencies of these regions. The LSTM also output the parameters for computing the spatial transformer. On large-scale benchmarks of multi-label image classification (e.g., MS-COCO and PASCAL VOC 07), our approach demonstrates superior performances over other existing state-of-the-arts in both accuracy and efficiency.

Foundations

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

Your Notes