Beyond the Limitation of Monocular 3D Detector via Knowledge Distillation
Knowledge distillation (KD) is a promising approach that facilitates the compact student model to learn dark knowledge from the huge teacher model for better results. Although KD methods are well explored in the 2D detection task, existing approaches are not suitable for 3D monocular detection without considering spatial cues. Motivated by the potential of depth information, we propose a novel distillation framework that validly improves the performance of the student model without extra depth labels. Specifically, we first put forward a perspective-induced feature imitation, which utilizes the perspective principle (the farther the smaller) to facilitate the student to imitate more features of farther objects from the teacher model. Moreover, we construct a depth-guided matrix by the predicted depth gap of teacher and student to facilitate the model to learn more knowledge of farther objects in prediction level distillation. The proposed method is available for advanced monocular detectors with various backbones, which also brings no extra inference time. Extensive experiments on the KITTI and nuScenes benchmarks with diverse settings demonstrate that the proposed method outperforms the state-of-the-art KD methods.
Code (1)
Tasks
Knowledge DistillationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Cross-Modality Knowledge Distillation Network for Monocular 3D Object Detection
Leveraging LiDAR-based detectors or real LiDAR point data to guide monocular 3D detection has brought significant improvement, e.g., Pseudo-LiDAR methods. However, the existing methods usually apply non-end-to-end traini…
3D Object DetectionKnowledge DistillationMonocular 3D Object Detectionobject-detection+1ODM3D: Alleviating Foreground Sparsity for Semi-Supervised Monocular 3D Object Detection
Monocular 3D object detection (M3OD) is a significant yet inherently challenging task in autonomous driving due to absence of explicit depth cues in a single RGB image. In this paper, we strive to boost currently underpe…
3D Object DetectionAutonomous DrivingData AugmentationKnowledge Distillation+5Open-Vocabulary One-Stage Detection with Hierarchical Visual-Language Knowledge Distillation
Open-vocabulary object detection aims to detect novel object categories beyond the training set. The advanced open-vocabulary two-stage detectors employ instance-level visual-to-visual knowledge distillation to align the…
Knowledge DistillationLanguage ModellingObjectobject-detection+3Attention-Based Depth Distillation with 3D-Aware Positional Encoding for Monocular 3D Object Detection
Monocular 3D object detection is a low-cost but challenging task, as it requires generating accurate 3D localization solely from a single image input. Recent developed depth-assisted methods show promising results by usi…
3D Object DetectionDepth EstimationKnowledge DistillationMonocular 3D Object Detection+4Scale-invariant and View-relational Representation Learning for Full Surround Monocular Depth
Recent foundation models demonstrate strong generalization capabilities in monocular depth estimation. However, directly applying these models to Full Surround Monocular Depth Estimation (FSMDE) presents two major challe…
Monocular Depth EstimationRepresentation LearningKnowledge Distillation