arXiv:2507.13363cs.CVcs.AI2025-07

用2D视觉语言模型实现无需人工标注的3D目标检测。

Just Add Geometry: Gradient-Free Open-Vocabulary 3D Detection Without Human-in-the-Loop

  • 用2D模型生成文本条件提议,通过几何反投影到3D空间。
  • 在nuScenes数据集上达到与有监督方法相当的定位精度。
  • 完全免训练,适合开放词汇场景下的3D感知任务。

现代3D目标检测数据集受限于狭窄的类别体系和昂贵的人工标注,难以扩展至开放世界。相比之下,基于网络规模图像-文本对训练的2D视觉语言模型具备丰富的语义理解能力,可通过自然语言提示实现开放词汇检测。本文利用2D基础模型的成熟性与类别多样性,实现无需任何人工标注3D标签的开放词汇3D目标检测。流程包括:使用2D视觉语言检测器生成文本条件提议,通过SAM进行分割,并结合相机几何关系及激光雷达或单目伪深度信息将提议反投影至3D空间。引入基于DBSCAN聚类与旋转卡尺的几何膨胀策略,无须训练即可推断3D边界框。为模拟真实世界恶劣条件,构建了雾化增强、仅含RGB图像的Pseudo-nuScenes数据集。实验表明,该方法在多种设置下(包括基于激光雷达和纯RGB-D输入)均表现出具有竞争力的定位性能,且全程免训练、支持开放词汇。结果凸显2D基础模型在可扩展3D感知中的巨大潜力。代码与资源已开源。

原文摘要 · Abstract (English)

Modern 3D object detection datasets are constrained by narrow class taxonomies and costly manual annotations, limiting their ability to scale to open-world settings. In contrast, 2D vision-language models trained on web-scale image-text pairs exhibit rich semantic understanding and support open-vocabulary detection via natural language prompts. In this work, we leverage the maturity and category diversity of 2D foundation models to perform open-vocabulary 3D object detection without any human-annotated 3D labels. Our pipeline uses a 2D vision-language detector to generate text-conditioned proposals, which are segmented with SAM and back-projected into 3D using camera geometry and either LiDAR or monocular pseudo-depth. We introduce a geometric inflation strategy based on DBSCAN clustering and Rotating Calipers to infer 3D bounding boxes without training. To simulate adverse real-world conditions, we construct Pseudo-nuScenes, a fog-augmented, RGB-only variant of the nuScenes dataset. Experiments demonstrate that our method achieves competitive localization performance across multiple settings, including LiDAR-based and purely RGB-D inputs, all while remaining training-free and open-vocabulary. Our results highlight the untapped potential of 2D foundation models for scalable 3D perception. We open-source our code and resources at https://github.com/atharv0goel/open-world-3D-det.

3D检测开放词汇免训练视觉语言模型

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