StereoDiff: Stereo-Diffusion Synergy for Video Depth Estimation
Haodong Li, Chen Wang, Jiahui Lei, Kostas Daniilidis, Lingjie Liu
TL;DR
StereoDiff addresses the challenge of video depth estimation by separating global and local consistency: static backgrounds are stabilized via a stereo-matching stage that yields strong global depth cues, while dynamic regions gain temporal smoothness through a one-shot video depth diffusion stage that denoises high-frequency fluctuations. The method is fully inference-based and training-free, leveraging MonST3R for robust stereo correspondences and DepthCrafter for diffusion priors, with a frequency-domain justification showing preservation of low-frequency global content and attenuation of high-frequency local noise. Empirically, StereoDiff achieves SoTA performance on four zero-shot benchmarks (Bonn, KITTI, ScanNetV2, Sintel), delivering improved temporal stability and cross-frame coherence with about 2.1x faster inference than prior diffusion-based approaches. The work highlights a principled synergy between geometry-based global cues and data-driven priors, enabling reliable video depth estimation across indoor and outdoor scenes while maintaining efficiency.
Abstract
Recent video depth estimation methods achieve great performance by following the paradigm of image depth estimation, i.e., typically fine-tuning pre-trained video diffusion models with massive data. However, we argue that video depth estimation is not a naive extension of image depth estimation. The temporal consistency requirements for dynamic and static regions in videos are fundamentally different. Consistent video depth in static regions, typically backgrounds, can be more effectively achieved via stereo matching across all frames, which provides much stronger global 3D cues. While the consistency for dynamic regions still should be learned from large-scale video depth data to ensure smooth transitions, due to the violation of triangulation constraints. Based on these insights, we introduce StereoDiff, a two-stage video depth estimator that synergizes stereo matching for mainly the static areas with video depth diffusion for maintaining consistent depth transitions in dynamic areas. We mathematically demonstrate how stereo matching and video depth diffusion offer complementary strengths through frequency domain analysis, highlighting the effectiveness of their synergy in capturing the advantages of both. Experimental results on zero-shot, real-world, dynamic video depth benchmarks, both indoor and outdoor, demonstrate StereoDiff's SoTA performance, showcasing its superior consistency and accuracy in video depth estimation.
