Efficient Multimodal 3D Object Detector via Instance-Level Contrastive Distillation
Zhuoqun Su, Huimin Lu, Shuaifeng Jiao, Junhao Xiao, Yaonan Wang, Xieyuanli Chen
TL;DR
This work tackles cross-modal heterogeneity in multimodal 3D object detection by introducing Instance-level Contrastive Distillation (ICD), which transfers spatial knowledge from a frozen LiDAR teacher to the RGB image encoder using object-aware, instance-level contrastive learning. It also presents Cross Linear Attention Fusion Module (CLFM), a scalable fusion mechanism with linear complexity that enables bidirectional, global cross-modal interactions in BEV space. Together, ICD and CLFM yield state-of-the-art performance on KITTI multiclass 3D detection while maintaining online inference speeds around 14 FPS, and demonstrate generalization to nuScenes. The approach leverages a teacher-student framework, targeted instance-level supervision, and a kernel-based attention fusion to balance convergence across modalities and efficiently capture long-range dependencies in multimodal BEV features.
Abstract
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.
