paper-with-me

Papers

Multi-label Image Recognition by Recurrently Discovering Attentional Regions

2017-11-08 · ICCV 2017 10 · Zhouxia Wang, Tianshui Chen, Guanbin Li, Ruijia Xu, Liang Lin

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.

📄 PDF Abstract BibTeX arXiv:1711.02816

Code (0)

등록된 구현이 없습니다.

Tasks

General Classificationimage-classificationImage ClassificationMulti-Label Image ClassificationMulti-Label Image RecognitionRegion Proposal

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Spatial Transformer A Spatial Transformer is an image model block that explicitly allows the spatial manipulation of data within a [convolutional neural…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

ConceptLearner: Discovering Visual Concepts from Weakly Labeled Image Collections

2014-11-19 · CVPR 2015 6 · Bolei Zhou, Vignesh Jagadeesh, Robinson Piramuthu

Discovering visual knowledge from weakly labeled data is crucial to scale up computer vision recognition system, since it is expensive to obtain fully labeled data for a large number of concept categories. In this paper,…

object-detectionObject DetectionScene Recognition

Incomplete Multi-Label Image Recognition by Co-learning Semantic-Aware Features and Label Recovery

2025-10-11 · Zhi-Fen He, Ren-Dong Xie, Bo Li, Bin Liu 외 arxiv

Multi-label image recognition with incomplete labels is a challenging yet vital task in computer vision, which faces two fundamental challenges: learning semantic-aware features and recovering missing labels. In this pap…

Recurrent Regression for Face Recognition

2016-07-24 · Yang Li, Wenming Zheng, Zhen Cui

To address the sequential changes of images including poses, in this paper we propose a recurrent regression neural network(RRNN) framework to unify two classic tasks of cross-pose face recognition on still images and vi…

Face Recognitionregression

Joint Multi-Feature Spatial Context for Scene Recognition on the Semantic Manifold

2015-06-01 · CVPR 2015 6 · Xinhang Song, Shuqiang Jiang, Luis Herranz

In the semantic multinomial framework patches and images are modeled as points in a semantic probability simplex. Patch theme models are learned resorting to weak supervision via image labels, which leads the problem of …

Scene Recognition

Recurrent Soft Attention Model for Common Object Recognition

2017-05-04 · Liliang Ren

We propose the Recurrent Soft Attention Model, which integrates the visual attention from the original image to a LSTM memory cell through a down-sample network. The model recurrently transmits visual attention to the me…

modelObjectobject-detectionObject Detection+1