VistaDepth: Improving far-range Depth Estimation with Spectral Modulation and Adaptive Reweighting
Mingxia Zhan, Li Zhang, Yingjie Wang, Xiaomeng Chu, Beibei Wang, Yanyong Zhang
TL;DR
VistaDepth tackles the challenge of far-range monocular depth estimation by addressing two core issues: spectral bias in the backbone and the long-tail distribution of depth data. It introduces Latent Frequency Modulation (LFM) to refine latent features in the frequency domain and BiasMap to adaptively reweight the diffusion supervision across timesteps, all within a frozen Stable Diffusion backbone. The approach achieves state-of-the-art results among diffusion-based MDE methods, with substantial improvements in distant structures and data efficiency (e.g., competitive indoor and outdoor benchmarks using far less labeled data). These contributions advance robust, high-fidelity depth perception for applications like autonomous driving and AR, and open avenues for faster diffusion-based depth estimation through distillation and data-centric training enhancements.
Abstract
Monocular depth estimation (MDE) aims to infer per-pixel depth from a single RGB image. While diffusion models have advanced MDE with impressive generalization, they often exhibit limitations in accurately reconstructing far-range regions. This difficulty arises from two key challenges. First, the implicit multi-scale processing in standard spatial-domain models can be insufficient for preserving the fine-grained, high-frequency details crucial for distant structures. Second, the intrinsic long-tail distribution of depth data imposes a strong training bias towards more prevalent near-range regions. To address these, we propose VistaDepth, a novel diffusion framework designed for balanced and accurate depth perception. We introduce two key innovations. First, the Latent Frequency Modulation (LFM) module enhances the model's ability to represent high-frequency details. It operates by having a lightweight network predict a dynamic, content-aware spectral filter to refine latent features, thereby improving the reconstruction of distant structures. Second, our BiasMap mechanism introduces an adaptive reweighting of the diffusion loss strategically scaled across diffusion timesteps. It further aligns the supervision with the progressive denoising process, establishing a more consistent learning signal. As a result, it mitigates data bias without sacrificing training stability. Experiments show that VistaDepth achieves state-of-the-art performance for diffusion-based MDE, particularly excelling in reconstructing detailed and accurate depth in far-range regions.
