paper-with-me

Papers

Rethinking Boundary Discontinuity Problem for Oriented Object Detection

2023-05-17 · CVPR 2024 1 · Hang Xu, Xinyuan Liu, Haonan Xu, Yike Ma, Zunjie Zhu, Chenggang Yan, Feng Dai

Oriented object detection has been developed rapidly in the past few years, where rotation equivariance is crucial for detectors to predict rotated boxes. It is expected that the prediction can maintain the corresponding rotation when objects rotate, but severe mutation in angular prediction is sometimes observed when objects rotate near the boundary angle, which is well-known boundary discontinuity problem. The problem has been long believed to be caused by the sharp loss increase at the angular boundary, and widely used joint-optim IoU-like methods deal with this problem by loss-smoothing. However, we experimentally find that even state-of-the-art IoU-like methods actually fail to solve the problem. On further analysis, we find that the key to solution lies in encoding mode of the smoothing function rather than in joint or independent optimization. In existing IoU-like methods, the model essentially attempts to fit the angular relationship between box and object, where the break point at angular boundary makes the predictions highly unstable.To deal with this issue, we propose a dual-optimization paradigm for angles. We decouple reversibility and joint-optim from single smoothing function into two distinct entities, which for the first time achieves the objectives of both correcting angular boundary and blending angle with other parameters.Extensive experiments on multiple datasets show that boundary discontinuity problem is well-addressed. Moreover, typical IoU-like methods are improved to the same level without obvious performance gap. The code is available at https://github.com/hangxu-cv/cvpr24acm.

📄 PDF Abstract BibTeX arXiv:2305.10061

Code (1)

hangxu-cv/cvpr24acm 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOriented Object Detection

Methods 이 논문이 사용한 방법론

Repair 설명 없음

Similar Papers 제목 키워드 기반

ABFL: Angular Boundary Discontinuity Free Loss for Arbitrary Oriented Object Detection in Aerial Images

2023-11-21 · Zifei Zhao, Shengyang Li

Arbitrary oriented object detection (AOOD) in aerial images is a widely concerned and highly challenging task, and plays an important role in many scenarios. The core of AOOD involves the representation, encoding, and fe…

object-detectionObject DetectionObject Detection In Aerial ImagesOriented Object Detection

GauCho: Gaussian Distributions with Cholesky Decomposition for Oriented Object Detection

2025-02-03 · CVPR 2025 1 · Jeffri Murrugarra-LLerena, Jose Henrique Lima Marques, Claudio R. Jung

Oriented Object Detection (OOD) has received increased attention in the past years, being a suitable solution for detecting elongated objects in remote sensing analysis. In particular, using regression loss functions bas…

object-detectionObject DetectionOriented Object Detectionregression

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 외

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

object-detectionObject DetectionOriented Object Detection

Rethinking Rotated Object Detection with Gaussian Wasserstein Distance Loss

2021-01-28 · Xue Yang, Junchi Yan, Qi Ming, Wentao Wang 외

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

object-detectionObject DetectionObject Detection In Aerial Imagesregression+1

Learning Polar Encodings for Arbitrary-Oriented Ship Detection in SAR Images

2021-03-24 · Yishan He, Fei Gao, Jun Wang, Amir Hussain 외

Common horizontal bounding box (HBB)-based methods are not capable of accurately locating slender ship targets with arbitrary orientations in synthetic aperture radar (SAR) images. Therefore, in recent years, methods bas…

regressionSAR Ship Detection