Scale-invariant and View-relational Representation Learning for Full Surround Monocular Depth
Kyumin Hwang, Wonhyeok Choi, Kiljoon Han, Wonjoon Choi, Minwoo Choi, Yongcheon Na, Minwoo Park, Sunghoon Im
TL;DR
This work enables real-time full-surround monocular depth estimation by transferring robust, scale-invariant depth knowledge from a foundation teacher to a lightweight FSMDE student via Cross-interaction Knowledge Distillation (CKD) and View-relational Knowledge Distillation (VRKD). The approach leverages a shared depth binning module and distills depth bin probabilities and inter-view relations to achieve metric-depth accuracy across all surround cameras. Empirical results on DDAD and nuScenes show consistent gains over supervised baselines and prior KD methods, with strong performance under real-time constraints and detailed ablations confirming the complementary benefits of CKD and VRKD. The framework demonstrates practical applicability for autonomous driving, bridging the gap between foundation-model generalization and efficient, accurate FSMDE deployment.
Abstract
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 challenges: (1) high computational cost, which limits real-time performance, and (2) difficulty in estimating metric-scale depth, as these models are typically trained to predict only relative depth. To address these limitations, we propose a novel knowledge distillation strategy that transfers robust depth knowledge from a foundation model to a lightweight FSMDE network. Our approach leverages a hybrid regression framework combining the knowledge distillation scheme--traditionally used in classification--with a depth binning module to enhance scale consistency. Specifically, we introduce a cross-interaction knowledge distillation scheme that distills the scale-invariant depth bin probabilities of a foundation model into the student network while guiding it to infer metric-scale depth bin centers from ground-truth depth. Furthermore, we propose view-relational knowledge distillation, which encodes structural relationships among adjacent camera views and transfers them to enhance cross-view depth consistency. Experiments on DDAD and nuScenes demonstrate the effectiveness of our method compared to conventional supervised methods and existing knowledge distillation approaches. Moreover, our method achieves a favorable trade-off between performance and efficiency, meeting real-time requirements.
