用大模型生成语义提示,让3D目标检测在极少标注下仍表现优异
SP3D: Boosting Sparsely-Supervised 3D Object Detection via Accurate Cross-Modal Semantic Prompts
- 利用大模型生成精准跨模态语义提示作为种子点
- 通过动态聚类生成伪标签,提升稀疏标注下的检测精度
- 适合低资源场景的3D检测,支持零样本迁移
近期稀疏监督3D目标检测受到广泛关注,在仅需少量标注的情况下即可达到接近全监督的性能。然而,当准确标注极度稀缺时,现有方法仍面临挑战。本文提出SP3D增强策略,通过大型多模态模型(LMMs)生成精确的跨模态语义提示,以提升稀疏标注下的3D检测器特征区分能力。具体地,我们设计了置信点语义迁移(CPST)模块,通过边界约束的中心聚类选择生成准确语义提示;基于这些提示作为种子点,引入动态聚类伪标签生成(DCPG)模块,从多尺度邻域点的几何形状中生成伪监督信号;同时设计分布形状得分(DS score),筛选高质量监督信号用于初始训练。在KITTI和Waymo开放数据集上的实验表明,SP3D在极少量标注条件下显著提升稀疏监督检测器性能。此外,我们在零样本设置下验证了SP3D,其性能超越当前最先进方法。代码已公开于https://github.com/xmuqimingxia/SP3D。
原文摘要 · Abstract (English)
Recently, sparsely-supervised 3D object detection has gained great attention, achieving performance close to fully-supervised 3D objectors while requiring only a few annotated instances. Nevertheless, these methods suffer challenges when accurate labels are extremely absent. In this paper, we propose a boosting strategy, termed SP3D, explicitly utilizing the cross-modal semantic prompts generated from Large Multimodal Models (LMMs) to boost the 3D detector with robust feature discrimination capability under sparse annotation settings. Specifically, we first develop a Confident Points Semantic Transfer (CPST) module that generates accurate cross-modal semantic prompts through boundary-constrained center cluster selection. Based on these accurate semantic prompts, which we treat as seed points, we introduce a Dynamic Cluster Pseudo-label Generation (DCPG) module to yield pseudo-supervision signals from the geometry shape of multi-scale neighbor points. Additionally, we design a Distribution Shape score (DS score) that chooses high-quality supervision signals for the initial training of the 3D detector. Experiments on the KITTI dataset and Waymo Open Dataset (WOD) have validated that SP3D can enhance the performance of sparsely supervised detectors by a large margin under meager labeling conditions. Moreover, we verified SP3D in the zero-shot setting, where its performance exceeded that of the state-of-the-art methods. The code is available at https://github.com/xmuqimingxia/SP3D.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。