paper-with-me

Papers

Intersection over Union with smoothing for bounding box regression

2023-03-27 · Petra Števuliáková, Petr Hurtik

We focus on the construction of a loss function for the bounding box regression. The Intersection over Union (IoU) metric is improved to converge faster, to make the surface of the loss function smooth and continuous over the whole searched space, and to reach a more precise approximation of the labels. The main principle is adding a smoothing part to the original IoU, where the smoothing part is given by a linear space with values that increases from the ground truth bounding box to the border of the input image, and thus covers the whole spatial search space. We show the motivation and formalism behind this loss function and experimentally prove that it outperforms IoU, DIoU, CIoU, and SIoU by a large margin. We experimentally show that the proposed loss function is robust with respect to the noise in the dimension of ground truth bounding boxes. The reference implementation is available at gitlab.com/irafm-ai/smoothing-iou.

📄 PDF Abstract BibTeX arXiv:2303.15067

Code (1)

https://gitlab.com/irafm-ai/smoothing-iou 공식 구현 tf

Tasks

regression

Similar Papers 제목 키워드 기반

Alpha-IoU: A Family of Power Intersection over Union Losses for Bounding Box Regression

2021-10-26 · NeurIPS 2021 12 · Jiabo He, Sarah Erfani, Xingjun Ma, James Bailey 외

Bounding box (bbox) regression is a fundamental task in computer vision. So far, the most commonly used loss functions for bbox regression are the Intersection over Union (IoU) loss and its variants. In this paper, we ge…

object-detectionObject Detectionregression

$\alpha$-IoU: A Family of Power Intersection over Union Losses for Bounding Box Regression

2021-05-21 · NeurIPS 2021 12 · Jiabo He, Sarah Monazam Erfani, Xingjun Ma, James Bailey 외

Bounding box (bbox) regression is a fundamental task in computer vision. So far, the most commonly used loss functions for bbox regression are the Intersection over Union (IoU) loss and its variants. In this paper, we ge…

object-detectionObject Detectionregression

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

2019-02-25 · CVPR 2019 6 · Hamid Rezatofighi, Nathan Tsoi, JunYoung Gwak, Amir Sadeghian 외

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…

Objectobject-detectionObject Detectionregression

Focaler-IoU: More Focused Intersection over Union Loss

2024-01-19 · Hao Zhang, Shuaijie Zhang

Bounding box regression plays a crucial role in the field of object detection, and the positioning accuracy of object detection largely depends on the loss function of bounding box regression. Existing researchs improve …

Objectobject-detectionObject Detectionregression

SCALoss: Side and Corner Aligned Loss for Bounding Box Regression

2021-04-01 · Tu Zheng, Shuai Zhao, Yang Liu, Zili Liu 외

Bounding box regression is an important component in object detection. Recent work achieves promising performance by optimizing the Intersection over Union~(IoU). However, IoU-based loss has the gradient vanish problem i…

object-detectionObject Detectionregression