Probabilistic Anchor Assignment with IoU Prediction for Object Detection

07/16/2020
by   Kang Kim, et al.
0

In object detection, determining which anchors to assign as positive or negative samples, known as anchor assignment, has been revealed as a core procedure that can significantly affect a model's performance. In this paper we propose a novel anchor assignment strategy that adaptively separates anchors into positive and negative samples for a ground truth bounding box according to the model's learning status such that it is able to reason about the separation in a probabilistic manner. To do so we first calculate the scores of anchors conditioned on the model and fit a probability distribution to these scores. The model is then trained with anchors separated into positive and negative samples according to their probabilities. Moreover, we investigate the gap between the training and testing objectives and propose to predict the Intersection-over-Unions of detected boxes as a measure of localization quality to reduce the discrepancy. The combined score of classification and localization qualities serving as a box selection metric in non-maximum suppression well aligns with the proposed anchor assignment strategy and leads significant performance improvements. The proposed methods only add a single convolutional layer to RetinaNet baseline and does not require multiple anchors per location, so are efficient. Experimental results verify the effectiveness of the proposed methods. Especially, our models set new records for single-stage detectors on MS COCO test-dev dataset with various backbones. Code is available at https://github.com/kkhoot/PAA.

READ FULL TEXT

page 2

page 4

page 8

page 13

page 20

page 21

page 22

research
01/23/2022

Dynamic Label Assignment for Object Detection by Combining Predicted and Anchor IoUs

Label assignment plays a significant role in modern object detection mod...
research
12/05/2019

Bridging the Gap Between Anchor-based and Anchor-free Detection via Adaptive Training Sample Selection

Object detection has been dominated by anchor-based detectors for severa...
research
08/01/2022

DSLA: Dynamic smooth label assignment for efficient anchor-free object detection

Anchor-free detectors basically formulate object detection as dense clas...
research
03/26/2021

OTA: Optimal Transport Assignment for Object Detection

Recent advances in label assignment in object detection mainly seek to i...
research
12/11/2019

Learning from Noisy Anchors for One-stage Object Detection

State-of-the-art object detectors rely on regressing and classifying an ...
research
11/04/2019

LapNet : Automatic Balanced Loss and Optimal Assignment for Real-Time Dense Object Detection

Several modern deep single-stage object detectors are really effective f...
research
04/28/2018

Precise Box Score: Extract More Information from Datasets to Improve the Performance of Face Detection

For the training of face detection network based on R-CNN framework, anc...

Please sign up or login with your details

Forgot password? Click here to reset