ViCo3D: Empowering LiDAR-based Collaborative 3D Object Detection with Vision Foundation Models· ViCo3D:用视觉基础模型增强LiDAR协同3D物体检测
LiDAR-based collaborative 3D perception in Vehicle-to-Everything (V2X) systems typically relies on fusing bird's-eye-view (BEV) features across agents. However, current BEV representations, typically extracted by LiDAR backbones trained from scratch, are geometry-dominated and lack general semantic priors, inherently limiting the efficacy of feature-level collaboration. Meanwhile, vision foundation models (VFMs) pretrained on large-scale image data have demonstrated strong capability in learning general-purpose and informative visual representations for 2D tasks, and have the potential to enhance agent-wise LiDAR BEV representations for collaboration. Despite this potential, adapting VFMs to LiDAR-based 3D detection remains challenging due to the substantial image-point cloud modality gap. To bridge this gap, we propose ViCo3D, a collaborative 3D object detection framework powered by VFMs. Specifically, ViCo3D adapts VFMs to LiDAR-based collaborative perception from three aspects: First, ViCo3D projects point clouds onto the BEV plane as three-channel images, enabling DINOv2 to extract BEV-space visual features from LiDAR inputs. Besides, to effectively integrate these DINOv2-derived features with LiDAR geometric features, ViCo3D introduces a multi-scale BEV fusion module within the single-agent encoder. In addition, ViCo3D adopts an ego-centric cross-agent fusion strategy to aggregate complementary information from multiple agents. Experiments on DAIR-V2X and V2XSet demonstrate that ViCo3D achieves state-of-the-art 3D detection performance. Remarkably, it delivers up to 1.8x greater collaborative gains than prior methods on DAIR-V2X. The code will be made public available for future investigation.
用视觉基础模型提升LiDAR协同3D物体检测性能。
- 核心方法
- ViCo3D通过将点云投影到BEV平面上生成三通道图像,用DINOv2提取视觉特征,并引入多尺度BEV融合模块及以自车为中心的跨车融合策略来整合信息。
- 适合谁读
- 研究者 / 工程师 / 产品
- 要解决的问题
- 当前基于LiDAR的V2X系统在进行3D目标检测时,依赖的BEV特征主要为几何主导,缺乏通用语义先验,限制了协同检测的效果。
- 关键实验
- 实验在DAIR-V2X和V2XSet数据集上进行,展示了ViCo3D在3D目标检测中的优越性能。
- 主要贡献
- 该方法在DAIR-V2X和V2XSet数据集上达到了最先进水平,并在DAIR-V2X上比现有方法提升了高达1.8倍的合作增益。
- 意义与局限
- ViCo3D有效利用了视觉基础模型的潜力,显著提升了基于LiDAR的3D目标检测的协同效果,但其在不同模态间的数据转换可能存在局限性。