Improving Object Detection with Inverted Attention
Zeyi Huang, Wei Ke, Dong Huang

TL;DR
This paper introduces Inverted Attention, a highly efficient method that enhances object detectors by focusing on complementary object parts without extra training or testing overheads, improving performance on benchmarks.
Contribution
The paper proposes a novel Inverted Attention mechanism that operates along spatial and channel dimensions, improving detectors without additional training or network parameters.
Findings
Consistent improvements on benchmark datasets.
No extra training or testing overheads.
Effective for both two-stage and single-stage detectors.
Abstract
Improving object detectors against occlusion, blur and noise is a critical step to deploy detectors in real applications. Since it is not possible to exhaust all image defects through data collection, many researchers seek to generate hard samples in training. The generated hard samples are either images or feature maps with coarse patches dropped out in the spatial dimensions. Significant overheads are required in training the extra hard samples and/or estimating drop-out patches using extra network branches. In this paper, we improve object detectors using a highly efficient and fine-grain mechanism called Inverted Attention (IA). Different from the original detector network that only focuses on the dominant part of objects, the detector network with IA iteratively inverts attention on feature maps and puts more attention on complementary object parts, feature channels and even…
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
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · COVID-19 diagnosis using AI
