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

PIoU Loss: Towards Accurate Oriented Object Detection in Complex Environments

About

Object detection using an oriented bounding box (OBB) can better target rotated objects by reducing the overlap with background areas. Existing OBB approaches are mostly built on horizontal bounding box detectors by introducing an additional angle dimension optimized by a distance loss. However, as the distance loss only minimizes the angle error of the OBB and that it loosely correlates to the IoU, it is insensitive to objects with high aspect ratios. Therefore, a novel loss, Pixels-IoU (PIoU) Loss, is formulated to exploit both the angle and IoU for accurate OBB regression. The PIoU loss is derived from IoU metric with a pixel-wise form, which is simple and suitable for both horizontal and oriented bounding box. To demonstrate its effectiveness, we evaluate the PIoU loss on both anchor-based and anchor-free frameworks. The experimental results show that PIoU loss can dramatically improve the performance of OBB detectors, particularly on objects with high aspect ratios and complex backgrounds. Besides, previous evaluation datasets did not include scenarios where the objects have high aspect ratios, hence a new dataset, Retail50K, is introduced to encourage the community to adapt OBB detectors for more complex environments.

Zhiming Chen, Kean Chen, Weiyao Lin, John See, Hui Yu, Yan Ke, Cong Yang• 2020

Related benchmarks

TaskDatasetResultRank
Oriented Object DetectionDOTA v1.0 (test)
SV38.3
378
Object DetectionDOTA 1.0 (test)
Plane AP80.9
256
Oriented Object DetectionHRSC 2016 (test)--
55
Oriented Object DetectionHRSC2016
mAP89.2
35
Oriented Object DetectionDOTA single-scale 1.0 (test)
AP (PL)80.9
24
Showing 5 of 5 rows

Other info

Code

Follow for update