CVApr 7, 2024

MonoTAKD: Teaching Assistant Knowledge Distillation for Monocular 3D Object Detection

arXiv:2404.04910v317 citationsh-index: 28Has CodeCVPR
Originality Incremental advance
AI Analysis

This work addresses a key challenge for autonomous driving systems by improving 3D detection from single cameras, though it is incremental as it builds on existing distillation methods.

The paper tackles depth ambiguity in monocular 3D object detection by introducing a camera-based teaching assistant model to transfer knowledge from a LiDAR-based teacher, achieving state-of-the-art performance on the KITTI3D dataset.

Monocular 3D object detection (Mono3D) holds noteworthy promise for autonomous driving applications owing to the cost-effectiveness and rich visual context of monocular camera sensors. However, depth ambiguity poses a significant challenge, as it requires extracting precise 3D scene geometry from a single image, resulting in suboptimal performance when transferring knowledge from a LiDAR-based teacher model to a camera-based student model. To facilitate effective distillation, we introduce Monocular Teaching Assistant Knowledge Distillation (MonoTAKD), which proposes a camera-based teaching assistant (TA) model to transfer robust 3D visual knowledge to the student model, leveraging the smaller feature representation gap. Additionally, we define 3D spatial cues as residual features that capture the differences between the teacher and the TA models. We then leverage these cues to improve the student model's 3D perception capabilities. Experimental results show that our MonoTAKD achieves state-of-the-art performance on the KITTI3D dataset. Furthermore, we evaluate the performance on nuScenes and KITTI raw datasets to demonstrate the generalization of our model to multi-view 3D and unsupervised data settings. Our code is available at https://github.com/hoiliu-0801/MonoTAKD.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes