BEVDistill: Cross-Modal BEV Distillation for Multi-View 3D Object Detection
Zehui Chen, Zhenyu Li, Shiquan Zhang, Liangji Fang, Qinhong Jiang,, Feng Zhao

TL;DR
BEVDistill introduces a cross-modal knowledge distillation framework that leverages LiDAR data to enhance multi-view 3D object detection from images, achieving state-of-the-art results without extra inference costs.
Contribution
The paper proposes BEVDistill, a novel cross-modal BEV knowledge distillation method that improves image-based 3D detection by incorporating LiDAR features in a teacher-student paradigm.
Findings
Outperforms existing KD methods on BEVFormer baseline
Achieves 59.4 NDS on nuScenes test leaderboard
No additional inference cost introduced
Abstract
3D object detection from multiple image views is a fundamental and challenging task for visual scene understanding. Owing to its low cost and high efficiency, multi-view 3D object detection has demonstrated promising application prospects. However, accurately detecting objects through perspective views is extremely difficult due to the lack of depth information. Current approaches tend to adopt heavy backbones for image encoders, making them inapplicable for real-world deployment. Different from the images, LiDAR points are superior in providing spatial cues, resulting in highly precise localization. In this paper, we explore the incorporation of LiDAR-based detectors for multi-view 3D object detection. Instead of directly training a depth prediction network, we unify the image and LiDAR features in the Bird-Eye-View (BEV) space and adaptively transfer knowledge across non-homogenous…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdvanced Neural Network Applications · Visual Attention and Saliency Detection · Human Pose and Action Recognition
MethodsTest · Knowledge Distillation
