仅用图像训练开放词汇3D检测模型,无需任何3D数据。
Training an Open-Vocabulary Monocular 3D Object Detection Model without 3D Data
- 用2D模型和伪LiDAR自动生成3D标签,实现纯图像训练。
- 在KITTI和ScanNet上达到领先性能,优于基线模型。
- 适合想低成本部署3D检测系统的自动驾驶与机器人团队。
开放词汇3D目标检测因在自动驾驶和机器人中的广泛应用而备受关注,旨在有效识别先前未见领域的新型类别。然而,现有基于点云的开放词汇3D检测模型受限于高部署成本。本文提出一种新型开放词汇单目3D检测框架OVM3D-Det,仅使用RGB图像进行训练,兼具低成本与可扩展性,无需高精度激光雷达或3D传感器输入,也无需生成3D边界框。该方法利用开放词汇2D模型与伪LiDAR自动标注RGB图像中的3D物体,促进开放词汇单目3D检测器的学习。然而,直接使用伪LiDAR生成的标签进行训练存在缺陷,因噪声点云导致边界框不准确,且遮挡严重。为此,本文提出两项创新设计:自适应伪LiDAR侵蚀与结合大语言模型先验知识的边界框精修。这些技术有效校准3D标签,实现纯图像训练。大量实验表明,OVM3D-Det在室内和室外场景下均优于基线模型。代码将公开。
原文摘要 · Abstract (English)
Open-vocabulary 3D object detection has recently attracted considerable attention due to its broad applications in autonomous driving and robotics, which aims to effectively recognize novel classes in previously unseen domains. However, existing point cloud-based open-vocabulary 3D detection models are limited by their high deployment costs. In this work, we propose a novel open-vocabulary monocular 3D object detection framework, dubbed OVM3D-Det, which trains detectors using only RGB images, making it both cost-effective and scalable to publicly available data. Unlike traditional methods, OVM3D-Det does not require high-precision LiDAR or 3D sensor data for either input or generating 3D bounding boxes. Instead, it employs open-vocabulary 2D models and pseudo-LiDAR to automatically label 3D objects in RGB images, fostering the learning of open-vocabulary monocular 3D detectors. However, training 3D models with labels directly derived from pseudo-LiDAR is inadequate due to imprecise boxes estimated from noisy point clouds and severely occluded objects. To address these issues, we introduce two innovative designs: adaptive pseudo-LiDAR erosion and bounding box refinement with prior knowledge from large language models. These techniques effectively calibrate the 3D labels and enable RGB-only training for 3D detectors. Extensive experiments demonstrate the superiority of OVM3D-Det over baselines in both indoor and outdoor scenarios. The code will be released.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。