paper-with-me

Papers

FPDIoU Loss: A Loss Function for Efficient Bounding Box Regression of Rotated Object Detection

2024-05-16 · Siliang Ma, Yong Xu

Bounding box regression is one of the important steps of object detection. However, rotation detectors often involve a more complicated loss based on SkewIoU which is unfriendly to gradient-based training. Most of the existing loss functions for rotated object detection calculate the difference between two bounding boxes only focus on the deviation of area or each points distance (e.g., $\mathcal{L}_{Smooth-\ell 1}$, $\mathcal{L}_{RotatedIoU}$ and $\mathcal{L}_{PIoU}$). The calculation process of some loss functions is extremely complex (e.g. $\mathcal{L}_{KFIoU}$). In order to improve the efficiency and accuracy of bounding box regression for rotated object detection, we proposed a novel metric for arbitrary shapes comparison based on minimum points distance, which takes most of the factors from existing loss functions for rotated object detection into account, i.e., the overlap or nonoverlapping area, the central points distance and the rotation angle. We also proposed a loss function called $\mathcal{L}_{FPDIoU}$ based on four points distance for accurate bounding box regression focusing on faster and high quality anchor boxes. In the experiments, $FPDIoU$ loss has been applied to state-of-the-art rotated object detection (e.g., RTMDET, H2RBox) models training with three popular benchmarks of rotated object detection including DOTA, DIOR, HRSC2016 and two benchmarks of arbitrary orientation scene text detection including ICDAR 2017 RRC-MLT and ICDAR 2019 RRC-MLT, which achieves better performance than existing loss functions.

📄 PDF Abstract BibTeX arXiv:2405.09942

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject DetectionregressionScene Text DetectionText Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

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

Inner-IoU: More Effective Intersection over Union Loss with Auxiliary Bounding Box

2023-11-06 · Hao Zhang, Cong Xu, Shuaijie Zhang

With the rapid development of detectors, Bounding Box Regression (BBR) loss function has constantly updated and optimized. However, the existing IoU-based BBR still focus on accelerating convergence by adding new loss te…

Object 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

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 ove…

regression

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