arXiv:2506.10601cs.CV2025-06

用空间分区提升点标注下的旋转目标检测精度

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

  • 通过像素级空间划分实现精准样本分配
  • 伪标签质量提升,比基线高6.73% mAP
  • 适合低资源场景的高效训练,仅需2小时

基于单点标注的弱监督学习因其能降低标注成本,成为旋转目标检测的研究热点。相比经典的教师-学生范式,简单模型范式(如 PointOBB-v2)可大幅减少训练资源需求,同时保持优异性能,具备更强的低成本训练潜力。然而,此类方法仍面临样本分配不足和伪标签质量差的问题。本文提出一种高效训练框架 SSP,融合规则驱动先验注入与数据驱动标签净化。具体包含两项设计:(1) 像素级空间分区样本分配,通过像素图的空间划分紧凑估计目标尺度上下界,挖掘高质量正样本与难负样本;(2) 语义空间分区框提取,基于语义图调制的空间分区生成实例,并转化为伪框用于监督检测器。在 DOTA-v1.0 等数据集上的实验表明,SSP 相比基线提升 +6.73% mAP,仅需 2 小时训练时间与 6 GB GPU 显存。当与更强检测器结合时,mAP 可达 50.81%。代码已开源。

原文摘要 · Abstract (English)

Given its ability to reduce annotation costs, weakly supervised learning based on single-point annotations has emerged as a research focus in oriented object detection. Compared with the classical teacher-student paradigm, the simple model paradigm (e.g., PointOBB-v2) can substantially further reduce resources required for training while ensuring strong performance. The latter exhibits greater potential for low-cost training, yet such methods still face challenges of insufficient sample assignment and poor pseudo-label quality. In this paper, we propose a training-efficient framework named SSP, which synergizes rule-driven prior injection and data-driven label purification. Specifically, SSP introduces two designs: (1) Pixel-level Spatial Partition-based Sample Assignment, which compactly estimates the upper and lower bounds of object scales and mines high-quality positive samples and hard negative samples through spatial partitioning of pixel maps. (2) Semantic Spatial Partition-based Box Extraction, which derives instances from spatial partitions modulated by semantic maps and converts them into pseudo-boxes for supervising detectors. Experiments on DOTA-v1.0 and other datasets demonstrate SSP's superiority: it achieves +6.73% mAP improvement compared with the baseline, while requiring only 2 h of training time and 6 GB of GPU memory. Furthermore, when SSP is integrated with stronger detector, the mAP can reach 50.81%. The code is available at https://github.com/antxinyuan/ssp.

目标检测弱监督点标注高效训练

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。