MonoTAKD: Teaching Assistant Knowledge Distillation for Monocular 3D Object Detection
Hou-I Liu, Christine Wu, Jen-Hao Cheng, Wenhao Chai, Shian-Yun Wang, Gaowen Liu, Hugo Latapie, Jhih-Ciang Wu, Jenq-Neng Hwang, Hong-Han Shuai, Wen-Huang Cheng
TL;DR
MonoTAKD tackles depth ambiguity in monocular 3D object detection by introducing a camera-based Teaching Assistant (TA) that provides robust 3D visual knowledge to a camera-based student via end-to-end knowledge distillation. The framework combines intra-modal distillation (IMD) to transfer visual 3D cues and cross-modal residual distillation (CMRD) to convey LiDAR-exclusive spatial cues, aided by a Spatial Alignment Module (SAM) and a Feature Fusion Module (FFM) to refine BEV representations. Training optimizes a composite loss $L_{total} = L_{IMD} + L_{CMRD} + L_{logit}$, enabling strong performance on KITTI3D and robust generalization to nuScenes and KITTI raw, while keeping training costs practical. Overall, MonoTAKD provides a principled, end-to-end distillation framework that narrows cross-modality gaps and advances practical monocular 3D perception for autonomous driving.
Abstract
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.
