CVLGDec 3, 2020

DeepVideoMVS: Multi-View Stereo on Video with Recurrent Spatio-Temporal Fusion

arXiv:2012.02177v3112 citationsHas Code
AI Analysis

This work addresses the problem of real-time multi-view stereo depth prediction for applications requiring continuous scene understanding, such as robotics or augmented reality, by improving accuracy and efficiency.

This paper proposes an online multi-view depth prediction method for posed video streams that propagates scene geometry information from previous time steps to the current one. The method significantly improves depth predictions and outperforms existing state-of-the-art multi-view stereo methods on most evaluated metrics across hundreds of indoor scenes, while maintaining real-time performance.

We propose an online multi-view depth prediction approach on posed video streams, where the scene geometry information computed in the previous time steps is propagated to the current time step in an efficient and geometrically plausible way. The backbone of our approach is a real-time capable, lightweight encoder-decoder that relies on cost volumes computed from pairs of images. We extend it by placing a ConvLSTM cell at the bottleneck layer, which compresses an arbitrary amount of past information in its states. The novelty lies in propagating the hidden state of the cell by accounting for the viewpoint changes between time steps. At a given time step, we warp the previous hidden state into the current camera plane using the previous depth prediction. Our extension brings only a small overhead of computation time and memory consumption, while improving the depth predictions significantly. As a result, we outperform the existing state-of-the-art multi-view stereo methods on most of the evaluated metrics in hundreds of indoor scenes while maintaining a real-time performance. Code available: https://github.com/ardaduz/deep-video-mvs

Code Implementations2 repos
Foundations

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

Your Notes