FiffDepth: Feed-forward Transformation of Diffusion-Based Generators for Detailed Depth Estimation
Yunpeng Bai, Qixing Huang
TL;DR
FiffDepth tackles monocular depth estimation under limited real labeled data by transforming a pretrained diffusion model into a deterministic, feed-forward depth predictor. By preserving the diffusion trajectory and introducing a learnable filter distillation that leverages DINOv2 pseudo-labels, it combines the detail-richness of generative models with the robust generalization of discriminative, pretrained nets. The approach uses synthetic data at $t=0$ for detail and real-data pseudo-label supervision at $t=-1$, with latent-space MAE, gradient-matching, and trajectory losses to optimize depth predictions. Empirically, it achieves strong zero-shot generalization, fine-grained depth details, and competitive efficiency compared to diffusion-based methods across diverse real-world scenes.
Abstract
Monocular Depth Estimation (MDE) is a fundamental 3D vision problem with numerous applications such as 3D scene reconstruction, autonomous navigation, and AI content creation. However, robust and generalizable MDE remains challenging due to limited real-world labeled data and distribution gaps between synthetic datasets and real data. Existing methods often struggle with real-world test data with low efficiency, reduced accuracy, and lack of detail. To address these issues, we propose an efficient MDE approach named FiffDepth. The key feature of FiffDepth is its use of diffusion priors. It transforms diffusion-based image generators into a feed-forward architecture for detailed depth estimation. FiffDepth preserves key generative features and integrates the strong generalization capabilities of models like DINOv2. Through benchmark evaluations, we demonstrate that FiffDepth achieves exceptional accuracy, stability, and fine-grained detail, offering significant improvements in MDE performance against state-of-the-art MDE approaches. The paper's source code is available here: https://yunpeng1998.github.io/FiffDepth/
