用单图扩散模型实现高效精准的视频深度估计。
Video Depth without Video Models
- 基于单图扩散模型构建多帧深度估计算法,处理短片段视频。
- 通过优化注册算法融合不同帧率的深度片段,保持时序一致性。
- 适合需要长视频深度估计且追求高精度的场景。
视频深度估计通过在每帧中推断密集深度,将单目视频提升至3D空间。近年来,得益于大基础模型和合成训练数据的发展,单图像深度估计取得进展,推动了视频深度研究的复兴。然而,直接对视频每帧应用单图像深度估计会忽略时间连续性,导致闪烁问题,并在相机运动引起深度范围突变时失效。虽然视频基础模型是合理解决方案,但存在训练推理成本高、3D一致性不足及固定长度输出需拼接等局限。本文提出一种新方法:将单图像潜伏扩散模型(LDM)改造为先进视频深度估计器,命名为RollingDepth。其核心包括:(i) 从单图像LDM衍生出多帧深度估计算法,将极短视频片段(通常为三帧)映射为深度片段;(ii) 一种鲁棒的基于优化的配准算法,可将不同采样帧率下的深度片段有效整合成一致视频。该方法能高效处理数百帧的长视频,精度优于专用视频深度模型和高性能单帧模型。项目主页:rollingdepth.github.io。
原文摘要 · Abstract (English)
Video depth estimation lifts monocular video clips to 3D by inferring dense depth at every frame. Recent advances in single-image depth estimation, brought about by the rise of large foundation models and the use of synthetic training data, have fueled a renewed interest in video depth. However, naively applying a single-image depth estimator to every frame of a video disregards temporal continuity, which not only leads to flickering but may also break when camera motion causes sudden changes in depth range. An obvious and principled solution would be to build on top of video foundation models, but these come with their own limitations; including expensive training and inference, imperfect 3D consistency, and stitching routines for the fixed-length (short) outputs. We take a step back and demonstrate how to turn a single-image latent diffusion model (LDM) into a state-of-the-art video depth estimator. Our model, which we call RollingDepth, has two main ingredients: (i) a multi-frame depth estimator that is derived from a single-image LDM and maps very short video snippets (typically frame triplets) to depth snippets. (ii) a robust, optimization-based registration algorithm that optimally assembles depth snippets sampled at various different frame rates back into a consistent video. RollingDepth is able to efficiently handle long videos with hundreds of frames and delivers more accurate depth videos than both dedicated video depth estimators and high-performing single-frame models. Project page: rollingdepth.github.io.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。