paper-with-me

Papers

Beyond the Limitation of Monocular 3D Detector via Knowledge Distillation

2023-01-01 · ICCV 2023 1 · Yiran Yang, Dongshuo Yin, Xuee Rong, Xian Sun, Wenhui Diao, Xinming Li

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.

📄 PDF Abstract BibTeX

Code (1)

youngfly/ISCKD 공식 구현

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Cross-Modality Knowledge Distillation Network for Monocular 3D Object Detection

2022-11-14 · Yu Hong, Hang Dai, Yong Ding

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+1

ODM3D: Alleviating Foreground Sparsity for Semi-Supervised Monocular 3D Object Detection

2023-10-28 · Weijia Zhang, Dongnan Liu, Chao Ma, Weidong Cai

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+5

Open-Vocabulary One-Stage Detection with Hierarchical Visual-Language Knowledge Distillation

2022-03-20 · CVPR 2022 1 · Zongyang Ma, Guan Luo, Jin Gao, Liang Li 외

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+3

Attention-Based Depth Distillation with 3D-Aware Positional Encoding for Monocular 3D Object Detection

2022-11-30 · Zizhang Wu, Yunzhe Wu, Jian Pu, Xianzhi Li 외

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+4

Scale-invariant and View-relational Representation Learning for Full Surround Monocular Depth

2025-12-09 · Kyumin Hwang, Wonhyeok Choi, Kiljoon Han, Wonjoon Choi 외 arxiv

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