paper-with-me

홈 › Papers

PointOBB: Learning Oriented Object Detection via Single Point Supervision

2023-11-23 · CVPR 2024 1 · Junwei Luo, Xue Yang, Yi Yu, Qingyun Li, Junchi Yan, Yansheng Li

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.

📄 PDF Abstract BibTeX arXiv:2311.14757

Code (1)

luo-z13/pointobb 공식 구현 pytorch

Tasks

Objectobject-detectionObject DetectionOriented Object DetectionSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

PointOBB-v2: Towards Simpler, Faster, and Stronger Single Point Supervised Oriented Object Detection

2024-10-10 · Botao Ren, Xue Yang, Yi Yu, Junwei Luo 외

Single point supervised oriented object detection has gained attention and made initial progress within the community. Diverse from those approaches relying on one-shot samples or powerful pretrained models (e.g. SAM), P…

object-detectionObject DetectionOriented Object Detection

PointOBB-v3: Expanding Performance Boundaries of Single Point-Supervised Oriented Object Detection

2025-01-23 · Peiyuan Zhang, Junwei Luo, Xue Yang, Yi Yu 외

With the growing demand for oriented object detection (OOD), recent studies on point-supervised OOD have attracted significant interest. In this paper, we propose PointOBB-v3, a stronger single point-supervised OOD frame…

object-detectionObject DetectionOriented Object DetectionPseudo Label+1

P2RBox: Point Prompt Oriented Object Detection with SAM

2023-11-22 · Guangming Cao, Xuehui Yu, Wenwen Yu, Xumeng Han 외

Single-point annotation in oriented object detection of remote sensing scenarios is gaining increasing attention due to its cost-effectiveness. However, due to the granularity ambiguity of points, there is a significant …

Objectobject-detectionObject DetectionOriented Object Detection

Semantic-decoupled Spatial Partition Guided Point-supervised Oriented Object Detection

2025-06-12 · Xinyuan Liu, Hang Xu, Yike Ma, Yucheng Zhang 외

Recent remote sensing tech advancements drive imagery growth, making oriented object detection rapid development, yet hindered by labor-intensive annotation for high-density scenes. Oriented object detection with point s…

object-detectionObject DetectionOriented Object Detection

Single-stage Rotate Object Detector via Two Points with Solar Corona Heatmap

2022-02-14 · Beihang Song, Jing Li, Shan Xue, Jun Chang 외

Oriented object detection is a crucial task in computer vision. Current top-down oriented detection methods usually directly detect entire objects, and not only neglecting the authentic direction of targets, but also do …

Objectobject-detectionObject DetectionOriented Object Detection