CVJul 19, 2020

PIoU Loss: Towards Accurate Oriented Object Detection in Complex Environments

arXiv:2007.09584v1293 citations
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in computer vision for detecting objects in complex environments, but it is incremental as it builds on existing OBB detectors.

The paper tackles the problem of inaccurate oriented object detection for rotated objects with high aspect ratios by proposing a novel PIoU loss that combines angle and IoU metrics, resulting in dramatic performance improvements, particularly on a new Retail50K dataset.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes