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

Acquisition of Localization Confidence for Accurate Object Detection

About

Modern CNN-based object detectors rely on bounding box regression and non-maximum suppression to localize objects. While the probabilities for class labels naturally reflect classification confidence, localization confidence is absent. This makes properly localized bounding boxes degenerate during iterative regression or even suppressed during NMS. In the paper we propose IoU-Net learning to predict the IoU between each detected bounding box and the matched ground-truth. The network acquires this confidence of localization, which improves the NMS procedure by preserving accurately localized bounding boxes. Furthermore, an optimization-based bounding box refinement method is proposed, where the predicted IoU is formulated as the objective. Extensive experiments on the MS-COCO dataset show the effectiveness of IoU-Net, as well as its compatibility with and adaptivity to several state-of-the-art object detectors.

Borui Jiang, Ruixuan Luo, Jiayuan Mao, Tete Xiao, Yuning Jiang• 2018

Related benchmarks

TaskDatasetResultRank
Object DetectionMS COCO (test-dev)
mAP@.559.3
677
Object DetectionCOCO v2017 (test-dev)
mAP38.3
499
Object DetectionCOCO (minival)
mAP40.6
184
Object DetectionMS-COCO
AP40.6
77
Showing 4 of 4 rows

Other info

Code

Follow for update