Residual Attention: A Simple but Effective Method for Multi-Label Recognition
Ke Zhu, Jianxin Wu

TL;DR
This paper introduces a simple class-specific residual attention module for multi-label image recognition, achieving state-of-the-art results with minimal complexity and computational cost.
Contribution
The paper proposes the class-specific residual attention (CSRA) module, a simple and effective method for capturing spatial regions in multi-label recognition, outperforming complex existing methods.
Findings
Achieves state-of-the-art results on multi-label recognition datasets.
Requires only 4 lines of code for implementation.
Provides consistent improvements across various pretrained models.
Abstract
Multi-label image recognition is a challenging computer vision task of practical use. Progresses in this area, however, are often characterized by complicated methods, heavy computations, and lack of intuitive explanations. To effectively capture different spatial regions occupied by objects from different categories, we propose an embarrassingly simple module, named class-specific residual attention (CSRA). CSRA generates class-specific features for every category by proposing a simple spatial attention score, and then combines it with the class-agnostic average pooling feature. CSRA achieves state-of-the-art results on multilabel recognition, and at the same time is much simpler than them. Furthermore, with only 4 lines of code, CSRA also leads to consistent improvement across many diverse pretrained models and datasets without any extra training. CSRA is both easy to implement and…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsText and Document Classification Technologies · Machine Learning and Data Classification · Machine Learning in Bioinformatics
MethodsAverage Pooling
