Rethinking Rotated Object Detection with Gaussian Wasserstein Distance Loss
Xue Yang, Junchi Yan, Qi Ming, Wentao Wang, Xiaopeng Zhang, Qi Tian

TL;DR
This paper introduces a novel Gaussian Wasserstein distance-based loss for rotating object detection, addressing boundary discontinuity and IoU approximation issues, leading to improved detection performance across multiple datasets.
Contribution
The paper proposes a new regression loss based on Gaussian Wasserstein distance that effectively handles boundary issues and improves rotating object detection accuracy.
Findings
Effective on five datasets with different detectors
Addresses boundary discontinuity and rotational IoU approximation
Improves small object detection performance
Abstract
Boundary discontinuity and its inconsistency to the final detection metric have been the bottleneck for rotating detection regression loss design. In this paper, we propose a novel regression loss based on Gaussian Wasserstein distance as a fundamental approach to solve the problem. Specifically, the rotated bounding box is converted to a 2-D Gaussian distribution, which enables to approximate the indifferentiable rotational IoU induced loss by the Gaussian Wasserstein distance (GWD) which can be learned efficiently by gradient back-propagation. GWD can still be informative for learning even there is no overlapping between two rotating bounding boxes which is often the case for small object detection. Thanks to its three unique properties, GWD can also elegantly solve the boundary discontinuity and square-like problem regardless how the bounding box is defined. Experiments on five…
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 · Image and Object Detection Techniques · Domain Adaptation and Few-Shot Learning
