paper-with-me

홈 › Papers

Focal and Efficient IOU Loss for Accurate Bounding Box Regression

2021-01-20 · Yi-Fan Zhang, Weiqiang Ren, Zhang Zhang, Zhen Jia, Liang Wang, Tieniu Tan

In object detection, bounding box regression (BBR) is a crucial step that determines the object localization performance. However, we find that most previous loss functions for BBR have two main drawbacks: (i) Both $\ell_n$-norm and IOU-based loss functions are inefficient to depict the objective of BBR, which leads to slow convergence and inaccurate regression results. (ii) Most of the loss functions ignore the imbalance problem in BBR that the large number of anchor boxes which have small overlaps with the target boxes contribute most to the optimization of BBR. To mitigate the adverse effects caused thereby, we perform thorough studies to exploit the potential of BBR losses in this paper. Firstly, an Efficient Intersection over Union (EIOU) loss is proposed, which explicitly measures the discrepancies of three geometric factors in BBR, i.e., the overlap area, the central point and the side length. After that, we state the Effective Example Mining (EEM) problem and propose a regression version of focal loss to make the regression process focus on high-quality anchor boxes. Finally, the above two parts are combined to obtain a new loss function, namely Focal-EIOU loss. Extensive experiments on both synthetic and real datasets are performed. Notable superiorities on both the convergence speed and the localization accuracy can be achieved over other BBR losses.

📄 PDF Abstract BibTeX arXiv:2101.08158

Code (1)

Instinct323/wiou/blob/v2/iou.py pytorch

Tasks

object-detectionObject DetectionObject Localizationregression

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

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

VarifocalNet: An IoU-aware Dense Object Detector

2020-08-31 · CVPR 2021 1 · Haoyang Zhang, Ying Wang, Feras Dayoub, Niko Sünderhauf

Accurately ranking the vast number of candidate detections is crucial for dense object detectors to achieve high performance. Prior work uses the classification score or a combination of classification and predicted loca…

General ClassificationObjectObject Detection

Generalized Focal Loss V2: Learning Reliable Localization Quality Estimation for Dense Object Detection

2020-11-25 · CVPR 2021 1 · Xiang Li, Wenhai Wang, Xiaolin Hu, Jun Li 외

Localization Quality Estimation (LQE) is crucial and popular in the recent advancement of dense object detectors since it can provide accurate ranking scores that benefit the Non-Maximum Suppression processing and improv…

Dense Object Detectionobject-detectionObject Detection

Shape-IoU: More Accurate Metric considering Bounding Box Shape and Scale

2023-12-29 · Hao Zhang, Shuaijie Zhang

As an important component of the detector localization branch, bounding box regression loss plays a significant role in object detection tasks. The existing bounding box regression methods usually consider the geometric …

object-detectionObject Detectionregression

MPDIoU: A Loss for Efficient and Accurate Bounding Box Regression

2023-07-14 · Ma Siliang, Xu Yong

Bounding box regression (BBR) has been widely used in object detection and instance segmentation, which is an important step in object localization. However, most of the existing loss functions for bounding box regressio…

Instance SegmentationObjectobject-detectionObject Detection+4