FPDIoU Loss: A Loss Function for Efficient Bounding Box Regression of Rotated Object Detection
Siliang Ma, Yong Xu

TL;DR
This paper introduces FPDIoU, a novel loss function for rotated object detection that improves bounding box regression efficiency and accuracy by considering multiple geometric factors, outperforming existing methods.
Contribution
The paper proposes FPDIoU, a new loss function based on four points distance, enhancing rotated bounding box regression efficiency and accuracy in object detection models.
Findings
FPDIoU outperforms existing loss functions on multiple benchmarks.
The proposed loss improves training speed and detection accuracy.
State-of-the-art models benefit from FPDIoU in rotated object detection.
Abstract
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., , and ). The calculation process of some loss functions is extremely complex (e.g. ). 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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications
MethodsFocus
