Side-Aware Boundary Localization for More Precise Object Detection
Jiaqi Wang, Wenwei Zhang, Yuhang Cao, Kai Chen, Jiangmiao Pang, Tao, Gong, Jianping Shi, Chen Change Loy, Dahua Lin

TL;DR
This paper introduces Side-Aware Boundary Localization (SABL), a novel method that improves object detection accuracy by localizing each bounding box side with dedicated networks and a two-step scheme, outperforming traditional regression methods.
Contribution
The paper proposes SABL, a new boundary localization approach with separate side predictions and a two-step scheme, enhancing detection precision over existing regression-based methods.
Findings
Significant improvements on Faster R-CNN, RetinaNet, and Cascade R-CNN.
Effective boundary localization with dedicated network branches.
Two-step localization scheme reduces displacement variance issues.
Abstract
Current object detection frameworks mainly rely on bounding box regression to localize objects. Despite the remarkable progress in recent years, the precision of bounding box regression remains unsatisfactory, hence limiting performance in object detection. We observe that precise localization requires careful placement of each side of the bounding box. However, the mainstream approach, which focuses on predicting centers and sizes, is not the most effective way to accomplish this task, especially when there exists displacements with large variance between the anchors and the targets. In this paper, we propose an alternative approach, named as Side-Aware Boundary Localization (SABL), where each side of the bounding box is respectively localized with a dedicated network branch. To tackle the difficulty of precise localization in the presence of displacements with large variance, we…
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 · Robotics and Sensor-Based Localization · Visual Attention and Saliency Detection
MethodsTest · Side-Aware Boundary Localization · Region Proposal Network · Convolution · Focal Loss · 1x1 Convolution · RoIPool · Softmax · Feature Pyramid Network · Faster R-CNN
