Region Proposal by Guided Anchoring
Jiaqi Wang, Kai Chen, Shuo Yang, Chen Change Loy, Dahua Lin

TL;DR
This paper introduces Guided Anchoring, a semantic feature-guided scheme for region proposal in object detection, significantly improving recall and detection accuracy while reducing the number of anchors needed.
Contribution
It proposes a novel Guided Anchoring method that predicts object locations and shapes jointly, enhancing efficiency and effectiveness over traditional dense anchoring schemes.
Findings
9.1% higher recall on MS COCO with fewer anchors
Improves detection mAP by 2.2% in Fast R-CNN
Enhances Faster R-CNN and RetinaNet performance
Abstract
Region anchors are the cornerstone of modern object detection techniques. State-of-the-art detectors mostly rely on a dense anchoring scheme, where anchors are sampled uniformly over the spatial domain with a predefined set of scales and aspect ratios. In this paper, we revisit this foundational stage. Our study shows that it can be done much more effectively and efficiently. Specifically, we present an alternative scheme, named Guided Anchoring, which leverages semantic features to guide the anchoring. The proposed method jointly predicts the locations where the center of objects of interest are likely to exist as well as the scales and aspect ratios at different locations. On top of predicted anchor shapes, we mitigate the feature inconsistency with a feature adaption module. We also study the use of high-quality proposals to improve detection performance. The anchoring scheme can be…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsGuided Anchoring · Focal Loss · Feature Pyramid Network · Average Pooling · RetinaNet · Fast R-CNN · Residual Connection · *Communicated@Fast*How Do I Communicate to Expedia? · 1x1 Convolution · Batch Normalization
