NewEvery arXiv paper, its researchers & institutions — mapped.
computer vision

IoU Loss for 2D/3D Object Detection

arXiv:1908.03851

summary

The paper introduces a unified IoU‑based loss function that can be applied to both axis‑aligned and rotated 2D/3D bounding boxes, reducing the gap between training and testing performance in object detection.

Abstract

In 2D/3D object detection task, Intersection-over-Union (IoU) has been widely employed as an evaluation metric to evaluate the performance of different detectors in the testing stage. However, during the training stage, the common distance loss (\eg, $L_1$ or $L_2$) is often adopted as the loss function to minimize the discrepancy between the predicted and ground truth Bounding Box (Bbox). To eliminate the performance gap between training and testing, the IoU loss has been introduced for 2D object detection in \cite{yu2016unitbox} and \cite{rezatofighi2019generalized}. Unfortunately, all these approaches only work for axis-aligned 2D Bboxes, which cannot be applied for more general object detection task with rotated Bboxes. To resolve this issue, we investigate the IoU computation for two rotated Bboxes first and then implement a unified framework, IoU loss layer for both 2D and 3D object detection tasks. By integrating the implemented IoU loss into several state-of-the-art 3D object detectors, consistent improvements have been achieved for both bird-eye-view 2D detection and point cloud 3D detection on the public KITTI benchmark.

Accepted by international conference on 3d vision 2019

Topics & keywords

#object detection#intersection-over-union#rotated bounding boxes#3d detection#loss functionsIoU lossrotated bbox3D object detectionpoint cloudKITTI benchmark