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

Optimization for Arbitrary-Oriented Object Detection via Representation Invariance Loss

About

Arbitrary-oriented objects exist widely in natural scenes, and thus the oriented object detection has received extensive attention in recent years. The mainstream rotation detectors use oriented bounding boxes (OBB) or quadrilateral bounding boxes (QBB) to represent the rotating objects. However, these methods suffer from the representation ambiguity for oriented object definition, which leads to suboptimal regression optimization and the inconsistency between the loss metric and the localization accuracy of the predictions. In this paper, we propose a Representation Invariance Loss (RIL) to optimize the bounding box regression for the rotating objects. Specifically, RIL treats multiple representations of an oriented object as multiple equivalent local minima, and hence transforms bounding box regression into an adaptive matching process with these local minima. Then, the Hungarian matching algorithm is adopted to obtain the optimal regression strategy. We also propose a normalized rotation loss to alleviate the weak correlation between different variables and their unbalanced loss contribution in OBB representation. Extensive experiments on remote sensing datasets and scene text datasets show that our method achieves consistent and substantial improvement. The source code and trained models are available at https://github.com/ming71/RIDet.

Qi Ming, Lingjuan Miao, Zhiqiang Zhou, Xue Yang, Yunpeng Dong• 2021

Related benchmarks

TaskDatasetResultRank
Oriented Object DetectionDOTA v1.0 (test)
SV79.81
378
Object DetectionDOTA 1.0 (test)
Plane AP89.31
256
Oriented Object DetectionDOTA v1.5 (test)--
58
Oriented Object DetectionHRSC 2016 (test)
mAP89.63
55
Object DetectionUCAS-AOD
AP (Car)88.88
24
Rotation Object DetectionDOTA v2.0 (test)
AP5045.17
14
Rotation Object DetectionDOTA v1.0 (val)
AP5066.05
14
Quadrilateral Product DetectionUnitail 1.0 (test)
g-mAP45.7
10
Oriented Object DetectionUCAS-AOD (test)
AP (car)88.88
6
Quadrilateral Object DetectionHRSC2016 (test)
mAP89.1
4
Showing 10 of 10 rows

Other info

Code

Follow for update