Revisiting Feature Alignment for One-stage Object Detection
Yuntao Chen, Chenxia Han, Naiyan Wang, Zhaoxiang Zhang

TL;DR
This paper identifies a misalignment issue in one-stage object detectors and proposes a new operator and architecture, AlignDet, that improves detection accuracy by aligning features and anchors more effectively.
Contribution
The paper introduces the RoIConv operator and the AlignDet architecture, providing a principled solution to feature-anchor misalignment in one-stage detectors.
Findings
Achieves 44.1 mAP on COCO test-dev with ResNeXt-101.
Reveals the connection between im2col and RoIAlign operators.
Demonstrates improved detection performance over existing methods.
Abstract
Recently, one-stage object detectors gain much attention due to their simplicity in practice. Its fully convolutional nature greatly reduces the difficulty of training and deployment compared with two-stage detectors which require NMS and sorting for the proposal stage. However, a fundamental issue lies in all one-stage detectors is the misalignment between anchor boxes and convolutional features, which significantly hinders the performance of one-stage detectors. In this work, we first reveal the deep connection between the widely used im2col operator and the RoIAlign operator. Guided by this illuminating observation, we propose a RoIConv operator which aligns the features and its corresponding anchors in one-stage detection in a principled way. We then design a fully convolutional AlignDet architecture which combines the flexibility of learned anchors and the preciseness of aligned…
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.
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 · Robotics and Sensor-Based Localization
MethodsRoIAlign
