paper-with-me

Papers

Learning High-Precision Bounding Box for Rotated Object Detection via Kullback-Leibler Divergence

2021-06-03 · NeurIPS 2021 12 · Xue Yang, Xiaojiang Yang, Jirui Yang, Qi Ming, Wentao Wang, Qi Tian, Junchi Yan

Existing rotated object detectors are mostly inherited from the horizontal detection paradigm, as the latter has evolved into a well-developed area. However, these detectors are difficult to perform prominently in high-precision detection due to the limitation of current regression loss design, especially for objects with large aspect ratios. Taking the perspective that horizontal detection is a special case for rotated object detection, in this paper, we are motivated to change the design of rotation regression loss from induction paradigm to deduction methodology, in terms of the relation between rotation and horizontal detection. We show that one essential challenge is how to modulate the coupled parameters in the rotation regression loss, as such the estimated parameters can influence to each other during the dynamic joint optimization, in an adaptive and synergetic way. Specifically, we first convert the rotated bounding box into a 2-D Gaussian distribution, and then calculate the Kullback-Leibler Divergence (KLD) between the Gaussian distributions as the regression loss. By analyzing the gradient of each parameter, we show that KLD (and its derivatives) can dynamically adjust the parameter gradients according to the characteristics of the object. It will adjust the importance (gradient weight) of the angle parameter according to the aspect ratio. This mechanism can be vital for high-precision detection as a slight angle error would cause a serious accuracy drop for large aspect ratios objects. More importantly, we have proved that KLD is scale invariant. We further show that the KLD loss can be degenerated into the popular $l_{n}$-norm loss for horizontal detection. Experimental results on seven datasets using different detectors show its consistent superiority, and codes are available at https://github.com/yangxue0827/RotationDetection and https://github.com/open-mmlab/mmrotate.

📄 PDF Abstract BibTeX arXiv:2106.01883

Code (2)

yangxue0827/RotationDetection 공식 구현 tf
open-mmlab/mmrotate pytorch

Tasks

object-detectionObject DetectionObject Detection In Aerial Imagesregression

Similar Papers 제목 키워드 기반

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

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

From Horizontal to Rotated: Cross-View Object Geo-Localization with Orientation Awareness

2026-03-16 · Chenlin Fu, Ao Gong, Yingying Zhu arxiv

Cross-View object geo-localization (CVOGL) aims to precisely determine the geographic coordinates of a query object from a ground or drone perspective by referencing a satellite map. Segmentation-based approaches offer h…

Detecting Rotated Objects as Gaussian Distributions and Its 3-D Generalization

2022-09-22 · Xue Yang, Gefan Zhang, Xiaojiang Yang, Yue Zhou 외

Existing detection methods commonly use a parameterized bounding box (BBox) to model and detect (horizontal) objects and an additional rotation angle parameter is used for rotated objects. We argue that such a mechanism …

regression

Towards Toxic and Narcotic Medication Detection with Rotated Object Detector

2021-10-19 · Jiao Peng, Feifan Wang, Zhongqiang Fu, Yiying Hu 외

Recent years have witnessed the advancement of deep learning vision technologies and applications in the medical industry. Intelligent devices for special medication management are in great need of, which requires more p…

Management