RepPoints V2: Verification Meets Regression for Object Detection
Yihong Chen, Zheng Zhang, Yue Cao, Liwei Wang, Stephen Lin, Han Hu

TL;DR
RepPoints V2 enhances object detection by integrating verification tasks into localization, leading to significant accuracy improvements over the original RepPoints and benefiting various detection frameworks.
Contribution
This paper introduces verification tasks into RepPoints for improved localization, achieving state-of-the-art results and demonstrating broader applicability.
Findings
About 2.0 mAP improvement over RepPoints on COCO
Achieves 52.1 mAP on COCO test-dev with a single model
Applicable to other detection frameworks and instance segmentation
Abstract
Verification and regression are two general methodologies for prediction in neural networks. Each has its own strengths: verification can be easier to infer accurately, and regression is more efficient and applicable to continuous target variables. Hence, it is often beneficial to carefully combine them to take advantage of their benefits. In this paper, we take this philosophy to improve state-of-the-art object detection, specifically by RepPoints. Though RepPoints provides high performance, we find that its heavy reliance on regression for object localization leaves room for improvement. We introduce verification tasks into the localization prediction of RepPoints, producing RepPoints v2, which provides consistent improvements of about 2.0 mAP over the original RepPoints on the COCO object detection benchmark using different backbones and training methods. RepPoints v2 also achieves…
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
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Image and Object Detection Techniques
MethodsRepPoints
