paper-with-me

Papers

MMRotate: A Rotated Object Detection Benchmark using PyTorch

2022-04-28 · Yue Zhou, Xue Yang, Gefan Zhang, Jiabao Wang, Yanyi Liu, Liping Hou, Xue Jiang, Xingzhao Liu, Junchi Yan, Chengqi Lyu, Wenwei Zhang, Kai Chen

We present an open-source toolbox, named MMRotate, which provides a coherent algorithm framework of training, inferring, and evaluation for the popular rotated object detection algorithm based on deep learning. MMRotate implements 18 state-of-the-art algorithms and supports the three most frequently used angle definition methods. To facilitate future research and industrial applications of rotated object detection-related problems, we also provide a large number of trained models and detailed benchmarks to give insights into the performance of rotated object detection. MMRotate is publicly released at https://github.com/open-mmlab/mmrotate.

📄 PDF Abstract BibTeX arXiv:2204.13317

Code (1)

open-mmlab/mmrotate 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

H2RBox: Horizontal Box Annotation is All You Need for Oriented Object Detection

2022-10-13 · Xue Yang, Gefan Zhang, Wentong Li, Xuehui Wang 외

Oriented object detection emerges in many applications from aerial images to autonomous driving, while many existing detection benchmarks are annotated with horizontal bounding box only which is also less costive than fi…

AllAutonomous DrivingBox-supervised Instance SegmentationInstance Segmentation+6

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

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