Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

The KFIoU Loss for Rotated Object Detection

About

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 contrast to recent Gaussian modeling based rotation detectors e.g. GWD loss and KLD loss that involve a human-specified distribution distance metric which require additional hyperparameter tuning that vary across datasets and detectors. The resulting new loss called KFIoU loss is easier to implement and works better compared with exact SkewIoU loss, thanks to its full differentiability and ability to handle the non-overlapping cases. We further extend our technique to the 3-D case which also suffers from the same issues as 2-D. Extensive results on various public datasets (2-D/3-D, aerial/text/face images) with different base detectors show the effectiveness of our approach.

Xue Yang, Yue Zhou, Gefan Zhang, Jirui Yang, Wentao Wang, Junchi Yan, Xiaopeng Zhang, Qi Tian• 2022

Related benchmarks

TaskDatasetResultRank
Oriented Object DetectionDOTA v1.0 (test)
SV80.1
378
Object DetectionDOTA 1.0 (test)
Plane AP89.44
256
Oriented Object DetectionDOTA (test)--
92
Rotated Object DetectionDOTA 1.0 (test)
mAP81.03
46
Object DetectionDOTA v1.0
Overall mAP80.93
24
Object DetectionDOTA (test)
mAP80.93
15
Oriented Object DetectionDIOR-R 5 (test)
APL60.6
12
Oriented Object DetectionDOTA 1.0 (val)
PL84.4
12
Showing 8 of 8 rows

Other info

Follow for update