CVAug 26, 2022

Dense Depth Distillation with Out-of-Distribution Simulated Images

arXiv:2208.12464v310 citationsh-index: 24
Originality Incremental advance
AI Analysis

This addresses the problem of efficient depth perception for real-world applications like robotics or autonomous systems, though it is incremental as it adapts existing knowledge distillation techniques to a specific domain.

The paper tackles data-free knowledge distillation for monocular depth estimation by using out-of-distribution simulated images to train a lightweight model without real-world data, achieving slightly better performance with only 1/6 of the training images compared to baseline methods.

We study data-free knowledge distillation (KD) for monocular depth estimation (MDE), which learns a lightweight model for real-world depth perception tasks by compressing it from a trained teacher model while lacking training data in the target domain. Owing to the essential difference between image classification and dense regression, previous methods of data-free KD are not applicable to MDE. To strengthen its applicability in real-world tasks, in this paper, we propose to apply KD with out-of-distribution simulated images. The major challenges to be resolved are i) lacking prior information about scene configurations of real-world training data and ii) domain shift between simulated and real-world images. To cope with these difficulties, we propose a tailored framework for depth distillation. The framework generates new training samples for embracing a multitude of possible object arrangements in the target domain and utilizes a transformation network to efficiently adapt them to the feature statistics preserved in the teacher model. Through extensive experiments on various depth estimation models and two different datasets, we show that our method outperforms the baseline KD by a good margin and even achieves slightly better performance with as few as 1/6 of training images, demonstrating a clear superiority.

Foundations

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

Your Notes