Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 4.18 KB

README.md

File metadata and controls

47 lines (35 loc) · 4.18 KB

Oriented RepPoints

Oriented RepPoints for Aerial Object Detection

Abstract

In contrast to the generic object, aerial targets are often non-axis aligned with arbitrary orientations having the cluttered surroundings. Unlike the mainstreamed approaches regressing the bounding box orientations, this paper proposes an effective adaptive points learning approach to aerial object detection by taking advantage of the adaptive points representation, which is able to capture the geometric information of the arbitrary-oriented instances. To this end, three oriented conversion functions are presented to facilitate the classification and localization with accurate orientation. Moreover, we propose an effective quality assessment and sample assignment scheme for adaptive points learning toward choosing the representative oriented reppoints samples during training, which is able to capture the non-axis aligned features from adjacent objects or background noises. A spatial constraint is introduced to penalize the outlier points for roust adaptive learning. Experimental results on four challenging aerial datasets including DOTA, HRSC2016, UCAS-AOD and DIOR-R, demonstrate the efficacy of our proposed approach.

Results and models

DOTA1.0

Backbone mAP Angle lr schd Mem (GB) Inf Time (fps) Aug Batch Size Configs Download
ResNet50 (1024,1024,200) 71.94 le135 1x 3.45 16.1 - 2 oriented_reppoints_r50_fpn_1x_dota_le135 model | log
ResNet50 (1024,1024,200) 75.21 le135 40e 3.45 16.1 ms 2 oriented_reppoints_r50_fpn_40e_dota_ms_le135 model | log

Notes:

  • Oriented RepPoints needs to install MMCV >= 1.5.3.
  • ms means multi-scale image split online (768, 1280).

Citation

@inproceedings{li2022ori,
    title={Oriented RepPoints for Aerial Object Detection},
    author={Wentong Li, Yijie Chen, Kaixuan Hu, Jianke Zhu},
    booktitle={Proceedings of IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
    year={2022}
}