DeepVideoMVS: Multi-View Stereo on Video with Recurrent Spatio-Temporal Fusion
About
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
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Geometry Reconstruction | ScanNet | Accuracy6.7 | 54 | |
| 2D Depth Estimation | ScanNet | AbsRel0.061 | 26 | |
| 3D Scene Reconstruction | ScanNet v2 (test) | Accuracy0.117 | 26 | |
| Depth Estimation | 7-Scenes (test) | Abs Rel0.1157 | 19 | |
| Depth Estimation | TUM-RGBD | Abs Rel Error0.095 | 16 | |
| Multi-view Depth Estimation | ScanNet 16 (test) | Abs Rel Error0.0895 | 12 | |
| 3D Reconstruction | TUM-RGBD | F-score16.2 | 11 | |
| Depth Estimation | ICL-NUIM | Abs Rel Error0.106 | 11 | |
| 3D Reconstruction | ICL-NUIM | F-score17.3 | 11 | |
| Depth Estimation | ScanNet v2 (test) | Abs Diff0.1186 | 10 |