TIE-KD: Teacher-Independent and Explainable Knowledge Distillation for Monocular Depth Estimation
Sangwon Choi, Daejune Choi, Duksu Kim
TL;DR
TIE-KD addresses the high computational cost of state-of-the-art monocular depth estimation by introducing a teacher-independent, explainable knowledge distillation framework. It constructs a Depth Probability Map (DPM) from the teacher's depth output and distills knowledge to a flexible student using two losses: a DPM-based KL divergence and a depth-map SSIM loss, enabling effective transfer without architectural constraints. Across KITTI experiments with three diverse teachers, TIE-KD consistently outperforms traditional response-based KD, and demonstrates robustness across backbones and varying hyperparameters, while preserving interpretability via the DPM. This approach promises more practical, efficient, and transparent depth estimation deployments in real-world systems.
Abstract
Monocular depth estimation (MDE) is essential for numerous applications yet is impeded by the substantial computational demands of accurate deep learning models. To mitigate this, we introduce a novel Teacher-Independent Explainable Knowledge Distillation (TIE-KD) framework that streamlines the knowledge transfer from complex teacher models to compact student networks, eliminating the need for architectural similarity. The cornerstone of TIE-KD is the Depth Probability Map (DPM), an explainable feature map that interprets the teacher's output, enabling feature-based knowledge distillation solely from the teacher's response. This approach allows for efficient student learning, leveraging the strengths of feature-based distillation. Extensive evaluation of the KITTI dataset indicates that TIE-KD not only outperforms conventional response-based KD methods but also demonstrates consistent efficacy across diverse teacher and student architectures. The robustness and adaptability of TIE-KD underscore its potential for applications requiring efficient and interpretable models, affirming its practicality for real-world deployment.
