16
4061

Generalized Intersection over Union: A Metric and A Loss for Bounding Box Regression

Abstract

Intersection over Union (IoU) is the most popular evaluation metric used in the object detection benchmarks. However, there is a gap between optimizing the commonly used distance losses for regressing the parameters of a bounding box and maximizing this metric value. The optimal objective for a metric is the metric itself. In the case of axis-aligned 2D bounding boxes, it can be shown that IoUIoU can be directly used as a regression loss. However, IoUIoU has a plateau making it infeasible to optimize in the case of non-overlapping bounding boxes. In this paper, we address the weaknesses of IoUIoU by introducing a generalized version as both a new loss and a new metric. By incorporating this generalized IoUIoU (GIoUGIoU) as a loss into the state-of-the art object detection frameworks, we show a consistent improvement on their performance using both the standard, IoUIoU based, and new, GIoUGIoU based, performance measures on popular object detection benchmarks such as PASCAL VOC and MS COCO.

View on arXiv
Comments on this paper