Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PointOBB: Learning Oriented Object Detection via Single Point Supervision

About

Single point-supervised object detection is gaining attention due to its cost-effectiveness. However, existing approaches focus on generating horizontal bounding boxes (HBBs) while ignoring oriented bounding boxes (OBBs) commonly used for objects in aerial images. This paper proposes PointOBB, the first single Point-based OBB generation method, for oriented object detection. PointOBB operates through the collaborative utilization of three distinctive views: an original view, a resized view, and a rotated/flipped (rot/flp) view. Upon the original view, we leverage the resized and rot/flp views to build a scale augmentation module and an angle acquisition module, respectively. In the former module, a Scale-Sensitive Consistency (SSC) loss is designed to enhance the deep network's ability to perceive the object scale. For accurate object angle predictions, the latter module incorporates self-supervised learning to predict angles, which is associated with a scale-guided Dense-to-Sparse (DS) matching strategy for aggregating dense angles corresponding to sparse objects. The resized and rot/flp views are switched using a progressive multi-view switching strategy during training to achieve coupled optimization of scale and angle. Experimental results on the DIOR-R and DOTA-v1.0 datasets demonstrate that PointOBB achieves promising performance, and significantly outperforms potential point-supervised baselines.

Junwei Luo, Xue Yang, Yi Yu, Qingyun Li, Junchi Yan, Yansheng Li• 2023

Related benchmarks

TaskDatasetResultRank
Oriented Object DetectionDOTA v1.0 (test)
SV68.8
378
Oriented Object DetectionDIOR-R (test)
APL58.4
28
Oriented Object DetectionDOTA v1.0
AP5030.08
16
Oriented Object DetectionDIOR
AP5037.31
15
Oriented Object DetectionDOTA v1.5
AP@5010.66
14
Oriented Object DetectionDOTA v2.0
AP505.53
14
Oriented Object DetectionFAIR1M
AP5011.19
14
Oriented Object DetectionSTAR
AP509.19
13
Oriented Object DetectionRSAR
AP5013.8
13
Oriented Object DetectionDIOR-R 5 (test)
APL58.2
12
Showing 10 of 11 rows

Other info

Code

Follow for update