A Systematic IoU-Related Method: Beyond Simplified Regression for Better Localization
Hanyang Peng, Shiqi Yu

TL;DR
This paper introduces a systematic IoU-related method that improves object localization in detectors by proposing a new metric, EIoU, and associated loss techniques, leading to significant accuracy gains without extra computational cost.
Contribution
The paper presents a novel extended IoU metric and a convexification-based loss, along with optimization and prediction techniques, to enhance localization accuracy in object detection.
Findings
4.2 mAP improvement on VOC2007
2.3 mAP improvement on COCO2017
Significant gains at stricter IoU thresholds
Abstract
Four-variable-independent-regression localization losses, such as Smooth- Loss, are used by default in modern detectors. Nevertheless, this kind of loss is oversimplified so that it is inconsistent with the final evaluation metric, intersection over union (IoU). Directly employing the standard IoU is also not infeasible, since the constant-zero plateau in the case of non-overlapping boxes and the non-zero gradient at the minimum may make it not trainable. Accordingly, we propose a systematic method to address these problems. Firstly, we propose a new metric, the extended IoU (EIoU), which is well-defined when two boxes are not overlapping and reduced to the standard IoU when overlapping. Secondly, we present the convexification technique (CT) to construct a loss on the basis of EIoU, which can guarantee the gradient at the minimum to be zero. Thirdly, we propose a steady…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution · Softmax · Region Proposal Network · RoIPool · Faster R-CNN
