Acquisition of Localization Confidence for Accurate Object Detection
Borui Jiang, Ruixuan Luo, Jiayuan Mao, Tete Xiao, Yuning Jiang

TL;DR
This paper introduces IoU-Net, a novel approach that predicts localization confidence for bounding boxes, enhancing object detection accuracy by improving NMS and enabling better bounding box refinement.
Contribution
The paper proposes IoU-Net, the first network to predict IoU for bounding boxes, improving localization confidence and detection performance in CNN-based object detectors.
Findings
IoU-Net improves detection accuracy on MS-COCO.
Predicted IoU enhances non-maximum suppression.
The method is compatible with various state-of-the-art detectors.
Abstract
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…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsResidual Connection · Average Pooling · IoU-guided NMS · SGD with Momentum · Step Decay · Dense Connections · IoU-Net · Softmax · Mask R-CNN · RoIAlign
