The KFIoU Loss for Rotated Object Detection
Xue Yang, Yue Zhou, Gefan Zhang, Jirui Yang, Wentao Wang, Junchi Yan,, Xiaopeng Zhang, Qi Tian

TL;DR
This paper introduces the KFIoU loss, an efficient and differentiable approximation for SkewIoU in rotated object detection, improving training stability and accuracy across 2D and 3D datasets.
Contribution
The paper proposes a novel Gaussian-based approximate SkewIoU loss (KFIoU) that simplifies implementation and enhances performance over existing methods, including 3D extension.
Findings
KFIoU outperforms exact SkewIoU loss in experiments
Effective in 2D and 3D rotated object detection
Works well across various datasets and detectors
Abstract
Differing from the well-developed horizontal object detection area whereby the computing-friendly IoU based loss is readily adopted and well fits with the detection metrics. In contrast, rotation detectors often involve a more complicated loss based on SkewIoU which is unfriendly to gradient-based training. In this paper, we propose an effective approximate SkewIoU loss based on Gaussian modeling and Gaussian product, which mainly consists of two items. The first term is a scale-insensitive center point loss, which is used to quickly narrow the distance between the center points of the two bounding boxes. In the distance-independent second term, the product of the Gaussian distributions is adopted to inherently mimic the mechanism of SkewIoU by its definition, and show its alignment with the SkewIoU loss at trend-level within a certain distance (i.e. within 9 pixels). This is in…
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.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Advanced Image and Video Retrieval Techniques · Video Surveillance and Tracking Methods
MethodsBalanced Selection
