Focal and Efficient IOU Loss for Accurate Bounding Box Regression
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.
Code (1)
Tasks
object-detectionObject DetectionObject LocalizationregressionMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Focaler-IoU: More Focused Intersection over Union Loss
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 DetectionregressionVarifocalNet: An IoU-aware Dense Object Detector
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 DetectionGeneralized Focal Loss V2: Learning Reliable Localization Quality Estimation for Dense Object Detection
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 DetectionShape-IoU: More Accurate Metric considering Bounding Box Shape and Scale
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 DetectionregressionMPDIoU: A Loss for Efficient and Accurate Bounding Box Regression
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