paper-with-me

홈 › Papers

DARDet: A Dense Anchor-free Rotated Object Detector in Aerial Images

2021-10-03 · Feng Zhang, Xueying Wang, Shilin Zhou, Yingqian Wang

Rotated object detection in aerial images has received increasing attention for a wide range of applications. However, it is also a challenging task due to the huge variations of scale, rotation, aspect ratio, and densely arranged targets. Most existing methods heavily rely on a large number of pre-defined anchors with different scales, angles, and aspect ratios, and are optimized with a distance loss. Therefore, these methods are sensitive to anchor hyper-parameters and easily suffer from performance degradation caused by boundary discontinuity. To handle this problem, in this paper, we propose a dense anchor-free rotated object detector (DARDet) for rotated object detection in aerial images. Our DARDet directly predicts five parameters of rotated boxes at each foreground pixel of feature maps. We design a new alignment convolution module to extracts aligned features and introduce a PIoU loss for precise and stable regression. Our method achieves state-of-the-art performance on three commonly used aerial objects datasets (i.e., DOTA, HRSC2016, and UCAS-AOD) while keeping high efficiency. Code is available at https://github.com/zf020114/DARDet.

📄 PDF Abstract BibTeX arXiv:2110.01025

Code (1)

zf020114/dardet 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionObject Detection In Aerial Images

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

PP-YOLOE-R: An Efficient Anchor-Free Rotated Object Detector

2022-11-04 · Xinxin Wang, Guanzhong Wang, Qingqing Dang, Yi Liu 외

Arbitrary-oriented object detection is a fundamental task in visual scenes involving aerial images and scene text. In this report, we present PP-YOLOE-R, an efficient anchor-free rotated object detector based on PP-YOLOE…

Objectobject-detectionObject DetectionObject Detection In Aerial Images+2

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

FCOSR: A Simple Anchor-free Rotated Detector for Aerial Object Detection

2021-11-21 · Zhonghua Li, Biao Hou, Zitong Wu, Licheng Jiao 외

Existing anchor-base oriented object detection methods have achieved amazing results, but these methods require some manual preset boxes, which introduces additional hyperparameters and calculations. The existing anchor-…

object-detectionObject DetectionOriented Object Detection

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

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