通过实例级对比蒸馏提升多模态3D目标检测的精度与速度
Efficient Multimodal 3D Object Detector via Instance-Level Contrastive Distillation
- 用实例级对比蒸馏对齐图像与点云特征,解决模态不一致问题
- 在KITTI和nuScenes上达到领先性能,同时推理更快
- 适合需要高效高精度3D检测的自动驾驶场景
多模态3D目标检测融合了几何敏感的激光雷达点云与语义丰富的RGB图像,以提升检测效果。然而,两种模态间的固有异质性,包括收敛不平衡和模态错位,带来显著挑战。同时,面向检测的特征规模大,限制了现有融合策略捕捉长距离依赖关系的能力。本文提出一种快速且高效的多模态3D目标检测框架,包含实例级对比蒸馏(ICD)和交叉线性注意力融合模块(CLFM)。ICD通过对象感知的对比蒸馏对齐图像实例特征与激光雷达表示,确保细粒度跨模态一致性。CLFM则提供一种高效可扩展的融合策略,在大规模多模态BEV特征中增强跨模态全局交互。在KITTI和nuScenes 3D目标检测基准上的大量实验表明,该方法有效且优于当前最先进(SOTA)方法,同时具备更优效率。代码已开源:https://github.com/nubot-nudt/ICD-Fusion。
原文摘要 · Abstract (English)
Multimodal 3D object detectors leverage the strengths of both geometry-aware LiDAR point clouds and semantically rich RGB images to enhance detection performance. However, the inherent heterogeneity between these modalities, including unbalanced convergence and modal misalignment, poses significant challenges. Meanwhile, the large size of the detection-oriented feature also constrains existing fusion strategies to capture long-range dependencies for the 3D detection tasks. In this work, we introduce a fast yet effective multimodal 3D object detector, incorporating our proposed Instance-level Contrastive Distillation (ICD) framework and Cross Linear Attention Fusion Module (CLFM). ICD aligns instance-level image features with LiDAR representations through object-aware contrastive distillation, ensuring fine-grained cross-modal consistency. Meanwhile, CLFM presents an efficient and scalable fusion strategy that enhances cross-modal global interactions within sizable multimodal BEV features. Extensive experiments on the KITTI and nuScenes 3D object detection benchmarks demonstrate the effectiveness of our methods. Notably, our 3D object detector outperforms state-of-the-art (SOTA) methods while achieving superior efficiency. The implementation of our method has been released as open-source at: https://github.com/nubot-nudt/ICD-Fusion.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。