paper-with-me

홈 › 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, Zhidong Deng

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), PointOBB has shown promise due to its prior-free feature. In this paper, we propose PointOBB-v2, a simpler, faster, and stronger method to generate pseudo rotated boxes from points without relying on any other prior. Specifically, we first generate a Class Probability Map (CPM) by training the network with non-uniform positive and negative sampling. We show that the CPM is able to learn the approximate object regions and their contours. Then, Principal Component Analysis (PCA) is applied to accurately estimate the orientation and the boundary of objects. By further incorporating a separation mechanism, we resolve the confusion caused by the overlapping on the CPM, enabling its operation in high-density scenarios. Extensive comparisons demonstrate that our method achieves a training speed 15.58x faster and an accuracy improvement of 11.60%/25.15%/21.19% on the DOTA-v1.0/v1.5/v2.0 datasets compared to the previous state-of-the-art, PointOBB. This significantly advances the cutting edge of single point supervised oriented detection in the modular track.

📄 PDF Abstract BibTeX arXiv:2410.08210

Code (1)

luo-z13/pointobb pytorch

Tasks

object-detectionObject DetectionOriented Object Detection

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

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

PointOBB: Learning Oriented Object Detection via Single Point Supervision

2023-11-23 · CVPR 2024 1 · Junwei Luo, Xue Yang, Yi Yu, Qingyun 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)…

Objectobject-detectionObject DetectionOriented Object Detection+1

ResT V2: Simpler, Faster and Stronger

2022-04-15 · Qing-Long Zhang, Yu-Bin Yang

This paper proposes ResTv2, a simpler, faster, and stronger multi-scale vision Transformer for visual recognition. ResTv2 simplifies the EMSA structure in ResTv1 (i.e., eliminating the multi-head interaction part) and em…

Semantic Segmentation

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

Point Transformer V3: Simpler Faster Stronger

2024-01-01 · CVPR 2024 1 · Xiaoyang Wu, Li Jiang, Peng-Shuai Wang, Zhijian Liu 외

This paper is not motivated to seek innovation within the attention mechanism. Instead it focuses on overcoming the existing trade-offs between accuracy and efficiency within the context of point cloud processing lev…

Representation Learning