CVDec 11, 2025

Video Depth Propagation

arXiv:2512.10725v12 citationsh-index: 27Has Code
Originality Incremental advance
AI Analysis

This addresses the need for real-time, consistent depth estimation in practical applications like visual perception, though it is incremental as it builds on prior video-based methods.

The paper tackles the problem of depth estimation in videos, where existing methods suffer from temporal inconsistencies or high computational costs, and proposes VeloDepth, an efficient online pipeline that achieves state-of-the-art temporal consistency and competitive accuracy with significantly faster inference.

Depth estimation in videos is essential for visual perception in real-world applications. However, existing methods either rely on simple frame-by-frame monocular models, leading to temporal inconsistencies and inaccuracies, or use computationally demanding temporal modeling, unsuitable for real-time applications. These limitations significantly restrict general applicability and performance in practical settings. To address this, we propose VeloDepth, an efficient and robust online video depth estimation pipeline that effectively leverages spatiotemporal priors from previous depth predictions and performs deep feature propagation. Our method introduces a novel Propagation Module that refines and propagates depth features and predictions using flow-based warping coupled with learned residual corrections. In addition, our design structurally enforces temporal consistency, resulting in stable depth predictions across consecutive frames with improved efficiency. Comprehensive zero-shot evaluation on multiple benchmarks demonstrates the state-of-the-art temporal consistency and competitive accuracy of VeloDepth, alongside its significantly faster inference compared to existing video-based depth estimators. VeloDepth thus provides a practical, efficient, and accurate solution for real-time depth estimation suitable for diverse perception tasks. Code and models are available at https://github.com/lpiccinelli-eth/velodepth

Code Implementations1 repo
Foundations

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

Your Notes