paper-with-me

Papers

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

2022-09-22 · Xue Yang, Gefan Zhang, Xiaojiang Yang, Yue Zhou, Wentao Wang, Jin Tang, Tao He, Junchi Yan

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 has fundamental limitations in building an effective regression loss for rotation detection, especially for high-precision detection with high IoU (e.g. 0.75). Instead, we propose to model the rotated objects as Gaussian distributions. A direct advantage is that our new regression loss regarding the distance between two Gaussians e.g. Kullback-Leibler Divergence (KLD), can well align the actual detection performance metric, which is not well addressed in existing methods. Moreover, the two bottlenecks i.e. boundary discontinuity and square-like problem also disappear. We also propose an efficient Gaussian metric-based label assignment strategy to further boost the performance. Interestingly, by analyzing the BBox parameters' gradients under our Gaussian-based KLD loss, we show that these parameters are dynamically updated with interpretable physical meaning, which help explain the effectiveness of our approach, especially for high-precision detection. We extend our approach from 2-D to 3-D with a tailored algorithm design to handle the heading estimation, and experimental results on twelve public datasets (2-D/3-D, aerial/text/face images) with various base detectors show its superiority.

📄 PDF Abstract BibTeX arXiv:2209.10839

Code (1)

yangxue0827/RotationDetection 공식 구현 tf

Tasks

regression

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
BASE 설명 없음

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

Gaussian Bounding Boxes and Probabilistic Intersection-over-Union for Object Detection

2021-06-10 · Jeffri M. Llerena, Luis Felipe Zeni, Lucas N. Kristen, Claudio Jung

Most object detection methods use bounding boxes to encode and represent the object shape and location. In this work, we explore a fuzzy representation of object regions using Gaussian distributions, which provides an im…

Objectobject-detectionObject Detection

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 외

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-p…

object-detectionObject DetectionObject Detection In Aerial Imagesregression

RotaTR: Detection Transformer for Dense and Rotated Object

2023-12-05 · Zhu Yuke, Ruan Yumeng, Yang Lei, Guo Sheng

Detecting the objects in dense and rotated scenes is a challenging task. Recent works on this topic are mostly based on Faster RCNN or Retinanet. As they are highly dependent on the pre-set dense anchors and the NMS oper…

Action RecognitionDecoderObjectobject-detection+1

Learning RoI Transformer for Detecting Oriented Objects in Aerial Images

2018-12-01 · Jian Ding, Nan Xue, Yang Long, Gui-Song Xia 외

Object detection in aerial images is an active yet challenging task in computer vision because of the birdview perspective, the highly complex backgrounds, and the variant appearances of objects. Especially when detectin…

General ClassificationObjectobject-detectionObject Detection+3