paper-with-me

홈 › Papers

Learning Modulated Loss for Rotated Object Detection

2019-11-19 · Wen Qian, Xue Yang, Silong Peng, Yue Guo, Junchi Yan

Popular rotated detection methods usually use five parameters (coordinates of the central point, width, height, and rotation angle) to describe the rotated bounding box and l1-loss as the loss function. In this paper, we argue that the aforementioned integration can cause training instability and performance degeneration, due to the loss discontinuity resulted from the inherent periodicity of angles and the associated sudden exchange of width and height. This problem is further pronounced given the regression inconsistency among five parameters with different measurement units. We refer to the above issues as rotation sensitivity error (RSE) and propose a modulated rotation loss to dismiss the loss discontinuity. Our new loss is combined with the eight-parameter regression to further solve the problem of inconsistent parameter regression. Experiments show the state-of-art performances of our method on the public aerial image benchmark DOTA and UCAS-AOD. Its generalization abilities are also verified on ICDAR2015, HRSC2016, and FDDB. Qualitative improvements can be seen in Fig 1, and the source code will be released with the publication of the paper.

📄 PDF Abstract BibTeX arXiv:1911.08299

Code (2)

Mrqianduoduo/RSDet-8P-4R tf
kawshik8/DL-project pytorch

Tasks

Objectobject-detectionObject DetectionObject Detection In Aerial Imagesregression

Similar Papers 제목 키워드 기반

RSDet++: Point-based Modulated Loss for More Accurate Rotated Object Detection

2021-09-24 · Wen Qian, Xue Yang, Silong Peng, Junchi Yan 외

We classify the discontinuity of loss in both five-param and eight-param rotated object detection methods as rotation sensitivity error (RSE) which will result in performance degeneration. We introduce a novel modulated …

Objectobject-detectionObject DetectionSensitivity

FPDIoU Loss: A Loss Function for Efficient Bounding Box Regression of Rotated Object Detection

2024-05-16 · Siliang Ma, Yong Xu

Bounding box regression is one of the important steps of object detection. However, rotation detectors often involve a more complicated loss based on SkewIoU which is unfriendly to gradient-based training. Most of the ex…

Objectobject-detectionObject Detectionregression+2

Rotated Object Detection via Scale-invariant Mahalanobis Distance in Aerial Images

2022-04-02 · Siyang Wen, Wei Guo, Yi Liu, Ruijie Wu

Rotated object detection in aerial images is a meaningful yet challenging task as objects are densely arranged and have arbitrary orientations. The eight-parameter (coordinates of box vectors) methods in rotated object d…

Objectobject-detectionObject DetectionObject Detection In Aerial Images

Enhancing Rotated Object Detection via Anisotropic Gaussian Bounding Box and Bhattacharyya Distance

2025-10-18 · Chien Thai, Mai Xuan Trang, Huong Ninh, Hoang Hiep Ly 외 arxiv

Detecting rotated objects accurately and efficiently is a significant challenge in computer vision, particularly in applications such as aerial imagery, remote sensing, and autonomous driving. Although traditional object…

Object LocalizationAutonomous DrivingObject Detection

DARDet: A Dense Anchor-free Rotated Object Detector in Aerial Images

2021-10-03 · Feng Zhang, Xueying Wang, Shilin Zhou, Yingqian Wang

Rotated object detection in aerial images has received increasing attention for a wide range of applications. However, it is also a challenging task due to the huge variations of scale, rotation, aspect ratio, and densel…

Objectobject-detectionObject DetectionObject Detection In Aerial Images