TL;DR
DeepVideoMVS introduces a real-time multi-view stereo method for video that leverages recurrent spatio-temporal fusion with ConvLSTM to improve depth prediction accuracy while maintaining efficiency.
Contribution
It extends existing multi-view stereo models with a ConvLSTM-based temporal fusion mechanism that accounts for viewpoint changes, enhancing depth prediction in video streams.
Findings
Outperforms state-of-the-art methods on indoor scenes
Maintains real-time performance
Significantly improves depth accuracy
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsConvolution · Sigmoid Activation · Tanh Activation · ConvLSTM
