paper-with-me

홈 › Papers

Anchor-free Oriented Proposal Generator for Object Detection

2021-10-05 · Gong Cheng, Jiabao Wang, Ke Li, Xingxing Xie, Chunbo Lang, Yanqing Yao, Junwei Han

Oriented object detection is a practical and challenging task in remote sensing image interpretation. Nowadays, oriented detectors mostly use horizontal boxes as intermedium to derive oriented boxes from them. However, the horizontal boxes are inclined to get small Intersection-over-Unions (IoUs) with ground truths, which may have some undesirable effects, such as introducing redundant noise, mismatching with ground truths, detracting from the robustness of detectors, etc. In this paper, we propose a novel Anchor-free Oriented Proposal Generator (AOPG) that abandons horizontal box-related operations from the network architecture. AOPG first produces coarse oriented boxes by a Coarse Location Module (CLM) in an anchor-free manner and then refines them into high-quality oriented proposals. After AOPG, we apply a Fast R-CNN head to produce the final detection results. Furthermore, the shortage of large-scale datasets is also a hindrance to the development of oriented object detection. To alleviate the data insufficiency, we release a new dataset on the basis of our DIOR dataset and name it DIOR-R. Massive experiments demonstrate the effectiveness of AOPG. Particularly, without bells and whistles, we achieve the accuracy of 64.41%, 75.24% and 96.22% mAP on the DIOR-R, DOTA and HRSC2016 datasets respectively. Code and models are available at https://github.com/jbwang1997/AOPG.

📄 PDF Abstract BibTeX arXiv:2110.01931

Code (1)

jbwang1997/aopg 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOriented Object Detection

Methods 이 논문이 사용한 방법론

RoIPool 설명 없음
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…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Fast R-CNN Fast R-CNN is an object detection model that improves in its predecessor R-CNN in a number of ways. Instead of extracting CNN…

Similar Papers 제목 키워드 기반

Sparse R-CNN OBB: Ship Target Detection in SAR Images Based on Oriented Sparse Proposals

2024-09-12 · Kamirul Kamirul, Odysseas Pappas, Alin Achim

We present Sparse R-CNN OBB, a novel framework for the detection of oriented objects in SAR images leveraging sparse learnable proposals. The Sparse R-CNN OBB has streamlined architecture and ease of training as it utili…

AO2-DETR: Arbitrary-Oriented Object Detection Transformer

2022-05-25 · Linhui Dai, Hong Liu, Hao Tang, Zhiwei Wu 외

Arbitrary-oriented object detection (AOOD) is a challenging task to detect objects in the wild with arbitrary orientations and cluttered arrangements. Existing approaches are mainly based on anchor-based boxes or dense p…

DecoderInductive BiasObjectobject-detection+3

DAFNe: A One-Stage Anchor-Free Approach for Oriented Object Detection

2021-09-13 · Steven Lang, Fabrizio Ventola, Kristian Kersting

We present DAFNe, a Dense one-stage Anchor-Free deep Network for oriented object detection. As a one-stage model, it performs bounding box predictions on a dense grid over the input image, being architecturally simpler i…

object-detectionObject DetectionObject LocalizationOne-stage Anchor-free Oriented Object Detection+1

PETDet: Proposal Enhancement for Two-Stage Fine-Grained Object Detection

2023-12-16 · Wentao Li, Danpei Zhao, Bo Yuan, Yue Gao 외

Fine-grained object detection (FGOD) extends object detection with the capability of fine-grained recognition. In recent two-stage FGOD methods, the region proposal serves as a crucial link between detection and fine-gra…

Multi-Task LearningObjectobject-detectionObject Detection+1

HA-RDet: Hybrid Anchor Rotation Detector for Oriented Object Detection

2024-12-18 · Phuc D. A. Nguyen

Oriented object detection in aerial images poses a significant challenge due to their varying sizes and orientations. Current state-of-the-art detectors typically rely on either two-stage or one-stage approaches, often e…

object-detectionObject DetectionObject Detection In Aerial ImagesOriented Object Detection