Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Probabilistic Anchor Assignment with IoU Prediction for Object Detection

About

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.

Kang Kim, Hee Seok Lee• 2020

Related benchmarks

TaskDatasetResultRank
Object DetectionCOCO 2017 (val)
AP40.4
2454
Object DetectionCOCO (test-dev)
mAP53.5
1195
Object DetectionMS COCO (test-dev)
mAP@.569.7
677
Object DetectionCOCO v2017 (test-dev)
mAP51.3
499
Object DetectionPASCAL VOC 2007+2012 (test)
mAP (mean Average Precision)58.3
95
Object DetectionAI-TOD (test)
AP@0.526.5
88
Object DetectionCrowdHuman (val)
AP86
52
Object DetectionSAR-Aircraft v1.0 (test)
mAP (AP'07)66.79
27
Object DetectionSARDet-100K (test)
MAP52.2
27
Object DetectionMSAR AP'07 protocol (test)
mAP63.37
24
Showing 10 of 14 rows

Other info

Code

Follow for update