arXiv:2603.07493cs.CV2026-03AAAI

通过沿光线传递深度知识,提升多视角3D检测在真实场景下的鲁棒性。

RayD3D: Distilling Depth Knowledge Along the Ray for Robust Multi-View 3D Object Detection

  • 基于光线的深度知识蒸馏,只传递与深度相关的信息。
  • 在NuScenes和RoboBEV上,所有基线模型性能均显著提升。
  • 无需增加推理开销,适合自动驾驶和机器人实时系统使用。

多视角3D目标检测在自动驾驶和机器人领域至关重要,但其在真实场景中的鲁棒性受限于难以准确预测深度值。主流方法交叉模态蒸馏虽能将激光雷达深度信息迁移到视觉模型,却也无意间引入了深度无关信息(如激光雷达密度)。为此,本文提出RayD3D,沿着从相机到物体真实位置的射线传递关键深度知识。依据成像原理,物体预测位置仅沿该射线变化,最终由深度预测决定。因此,沿射线蒸馏可实现更有效的深度信息迁移。具体设计两个基于射线的蒸馏模块:射线对比蒸馏(RCD)通过沿射线采样引入对比学习,使视觉模型学会激光雷达精确定位物体;射线加权蒸馏(RWD)根据射线自适应调整蒸馏权重,降低激光雷达中非深度相关信息的干扰。在三种代表性BEV模型(BEVDet、BEVDepth4D、BEVFormer)上验证,方法在干净的NuScenes数据集训练,测试于干净NuScenes及多种数据退化类型的RoboBEV。结果表明,所有基线模型在各场景下均显著提升,且不增加推理成本,优于近期发布的多视角与蒸馏模型。

原文摘要 · Abstract (English)

Multi-view 3D detection with bird's eye view (BEV) is crucial for autonomous driving and robotics, but its robustness in real-world is limited as it struggles to predict accurate depth values. A mainstream solution, cross-modal distillation, transfers depth information from LiDAR to camera models but also unintentionally transfers depth-irrelevant information (e.g. LiDAR density). To mitigate this issue, we propose RayD3D, which transfers crucial depth knowledge along the ray: a line projecting from the camera to true location of an object. It is based on the fundamental imaging principle that predicted location of this object can only vary along this ray, which is finally determined by predicted depth value. Therefore, distilling along the ray enables more effective depth information transfer. More specifically, we design two ray-based distillation modules. Ray-based Contrastive Distillation (RCD) incorporates contrastive learning into distillation by sampling along the ray to learn how LiDAR accurately locates objects. Ray-based Weighted Distillation (RWD) adaptively adjusts distillation weight based on the ray to minimize the interference of depth-irrelevant information in LiDAR. For validation, we widely apply RayD3D into three representative types of BEV-based models, including BEVDet, BEVDepth4D, and BEVFormer. Our method is trained on clean NuScenes, and tested on both clean NuScenes and RoboBEV with a variety types of data corruptions. Our method significantly improves the robustness of all the three base models in all scenarios without increasing inference costs, and achieves the best when compared to recently released multi-view and distillation models.

3D检测知识蒸馏多视角自动驾驶

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