paper-with-me

Papers

Linear Gaussian Bounding Box Representation and Ring-Shaped Rotated Convolution for Oriented Object Detection

2023-11-09 · Zhen Zhou, Yunkai Ma, Junfeng Fan, Zhaoyang Liu, Fengshui Jing, Min Tan

In oriented object detection, current representations of oriented bounding boxes (OBBs) often suffer from boundary discontinuity problem. Methods of designing continuous regression losses do not essentially solve this problem. Although Gaussian bounding box (GBB) representation avoids this problem, directly regressing GBB is susceptible to numerical instability. We propose linear GBB (LGBB), a novel OBB representation. By linearly transforming the elements of GBB, LGBB avoids the boundary discontinuity problem and has high numerical stability. In addition, existing convolution-based rotation-sensitive feature extraction methods only have local receptive fields, resulting in slow feature aggregation. We propose ring-shaped rotated convolution (RRC), which adaptively rotates feature maps to arbitrary orientations to extract rotation-sensitive features under a ring-shaped receptive field, rapidly aggregating features and contextual information. Experimental results demonstrate that LGBB and RRC achieve state-of-the-art performance. Furthermore, integrating LGBB and RRC into various models effectively improves detection accuracy.

📄 PDF Abstract BibTeX arXiv:2311.05410

Code (1)

zhen6618/rotayolo 공식 구현 pytorch

Tasks

object-detectionObject DetectionOriented Object Detection

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…

Similar Papers 제목 키워드 기반

CircleNet: Anchor-free Detection with Circle Representation

2020-06-03 · Haichun Yang, Ruining Deng, Yuzhe Lu, Zheyu Zhu 외

Object detection networks are powerful in computer vision, but not necessarily optimized for biomedical object detection. In this work, we propose CircleNet, a simple anchor-free detection method with circle representati…

Objectobject-detectionObject Detection

Kurtosis-limited Sphere Shaping for Nonlinear Interference Noise Reduction in Optical Channels

2021-05-31 · Yunus Can Gültekin, Alex Alvarado, Olga Vassilieva, Inwoong Kim 외

Nonlinear interference (NLI) generated during the propagation of an optical waveform through the fiber depends on the fourth order standardized moment of the channel input distribution, also known as kurtosis. Probabilis…

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

GUIDE: Gaussian Unified Instance Detection for Enhanced Obstacle Perception in Autonomous Driving

2025-11-17 · Chunyong Hu, Qi Luo, Jianyun Xu, Song Wang 외 arxiv

In the realm of autonomous driving, accurately detecting surrounding obstacles is crucial for effective decision-making. Traditional methods primarily rely on 3D bounding boxes to represent these obstacles, which often f…

Computational EfficiencyAutonomous Driving

Efficient Probabilistic Planning with Maximum-Coverage Distributionally Robust Backward Reachable Trees

2025-10-06 · Alex Rose, Naman Aggarwal, Christopher Jewison, Jonathan P. How arxiv

This paper presents a new multi-query motion planning algorithm for linear Gaussian systems with the goal of reaching a Euclidean ball with high probability. We develop a new formulation for ball-shaped ambiguity sets of…

Motion Planning