Highlight

Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression

Proposes Distance-IoU and Complete-IoU losses for bounding box regression, speeding convergence and improving accuracy in object detectors.

Based on

Distance-IoU Loss: Faster and Better Learning for Bounding Box Regression

By Zhaohui Zheng, Ping Wang, Wei Liu et al.AAAI Conference on Artificial Intelligence
Read original article →

The paper improves bounding box regression, a crucial step in object detection. The authors note that the commonly used ln-norm loss is misaligned with the Intersection over Union (IoU) evaluation metric, and that recent IoU and generalized IoU (GIoU) losses still suffer from slow convergence and inaccurate regression. They propose a Distance-IoU (DIoU) loss that incorporates the normalized distance between the predicted box and the target box, which converges much faster in training. They further identify three geometric factors, overlap area, central point distance, and aspect ratio, and combine them into a Complete-IoU (CIoU) loss.

Incorporating DIoU and CIoU losses into state-of-the-art detectors such as YOLO v3, SSD, and Faster R-CNN yields notable performance gains measured by both IoU and GIoU metrics. Moreover, DIoU can be adopted as the criterion within non-maximum suppression (NMS), further boosting detection performance, and the authors released source code and trained models.

Abstract

Bounding box regression is crucial in object detection, yet the common ln-norm loss is not tailored to the IoU metric, and prior IoU and generalized IoU (GIoU) losses converge slowly and regress inaccurately. This paper proposes a Distance-IoU (DIoU) loss adding the normalized distance between predicted and target boxes, converging faster than IoU and GIoU. Summarizing three geometric factors, overlap area, central point distance, and aspect ratio, it further proposes a Complete-IoU (CIoU) loss. Integrated into YOLO v3, SSD, Faster R-CNN, and NMS, they yield notable gains.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

object detectionbounding box regressionIoU lossDIoUCIoUnon-maximum suppression
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.