paper-with-me

Papers

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

2020-12-03 · CVPR 2021 1 · Arda Düzçeker, Silvano Galliani, Christoph Vogel, Pablo Speciale, Mihai Dusmanu, Marc Pollefeys

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

📄 PDF Abstract BibTeX arXiv:2012.02177

Code (2)

ardaduz/deep-video-mvs 공식 구현 pytorch
oppo-us-research/riav-mvs pytorch

Tasks

DecoderDepth EstimationDepth Prediction

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
ConvLSTM ConvLSTM is a type of recurrent neural network for spatio-temporal prediction that has convolutional structures in both the input-to-state and state-to-state transitions. The…

Similar Papers 제목 키워드 기반

Recurrent MVSNet for High-resolution Multi-view Stereo Depth Inference

2019-02-27 · CVPR 2019 6 · Yao Yao, Zixin Luo, Shiwei Li, Tianwei Shen 외

Deep learning has recently demonstrated its excellent performance for multi-view stereo (MVS). However, one major limitation of current learned MVS approaches is the scalability: the memory-consuming cost volume regulari…

Vocal Bursts Intensity Prediction

Non-local Recurrent Regularization Networks for Multi-view Stereo

2021-10-13 · Qingshan Xu, Martin R. Oswald, Wenbing Tao, Marc Pollefeys 외

In deep multi-view stereo networks, cost regularization is crucial to achieve accurate depth estimation. Since 3D cost volume filtering is usually memory-consuming, recurrent 2D cost map regularization has recently becom…

Depth Estimation

Deep Stereo Video Inpainting

2023-01-01 · CVPR 2023 1 · Zhiliang Wu, Changchang Sun, Hanyu Xuan, Yan Yan

Stereo video inpainting aims to fill the missing regions on the left and right views of the stereo video with plausible content simultaneously. Compared with the single video inpainting that has achieved promising re…

Video Inpainting

Low-Latency Neural Stereo Streaming

2024-03-26 · CVPR 2024 1 · Qiqi Hou, Farzad Farhadzadeh, Amir Said, Guillaume Sautiere 외

The rise of new video modalities like virtual reality or autonomous driving has increased the demand for efficient multi-view video compression methods, both in terms of rate-distortion (R-D) performance and in terms of …

Autonomous DrivingMotion CompensationVideo Compression

RAFT-Stereo: Multilevel Recurrent Field Transforms for Stereo Matching

2021-09-15 · Lahav Lipson, Zachary Teed, Jia Deng

We introduce RAFT-Stereo, a new deep architecture for rectified stereo based on the optical flow network RAFT. We introduce multi-level convolutional GRUs, which more efficiently propagate information across the image. A…

Optical Flow EstimationStereo Depth EstimationStereo Disparity EstimationStereo Matching