paper-with-me

홈 › Papers

Cost Volume Pyramid Based Depth Inference for Multi-View Stereo

2019-12-18 · CVPR 2020 6 · Jiayu Yang, Wei Mao, Jose M. Alvarez, Miaomiao Liu

We propose a cost volume-based neural network for depth inference from multi-view images. We demonstrate that building a cost volume pyramid in a coarse-to-fine manner instead of constructing a cost volume at a fixed resolution leads to a compact, lightweight network and allows us inferring high resolution depth maps to achieve better reconstruction results. To this end, we first build a cost volume based on uniform sampling of fronto-parallel planes across the entire depth range at the coarsest resolution of an image. Then, given current depth estimate, we construct new cost volumes iteratively on the pixelwise depth residual to perform depth map refinement. While sharing similar insight with Point-MVSNet as predicting and refining depth iteratively, we show that working on cost volume pyramid can lead to a more compact, yet efficient network structure compared with the Point-MVSNet on 3D points. We further provide detailed analyses of the relation between (residual) depth sampling and image resolution, which serves as a principle for building compact cost volume pyramid. Experimental results on benchmark datasets show that our model can perform 6x faster and has similar performance as state-of-the-art methods. Code is available at https://github.com/JiayuYANG/CVP-MVSNet

📄 PDF Abstract BibTeX arXiv:1912.08329

Code (1)

JiayuYANG/CVP-MVSNet 공식 구현 pytorch

Tasks

3D ReconstructionPoint Clouds

Similar Papers 제목 키워드 기반

Non-parametric Depth Distribution Modelling based Depth Inference for Multi-view Stereo

2022-05-08 · CVPR 2022 1 · Jiayu Yang, Jose M. Alvarez, Miaomiao Liu

Recent cost volume pyramid based deep neural networks have unlocked the potential of efficiently leveraging high-resolution images for depth inference from multi-view stereo. In general, those approaches assume that the …

Depth EstimationDepth Prediction

Cost Volume Pyramid Network with Multi-strategies Range Searching for Multi-view Stereo

2022-07-25 · Shiyu Gao, Zhaoxin Li, Zhaoqi Wang

Multi-view stereo is an important research task in computer vision while still keeping challenging. In recent years, deep learning-based methods have shown superior performance on this task. Cost volume pyramid network-b…

3D ReconstructionDepth EstimationStereo Matching

Attention Aware Cost Volume Pyramid Based Multi-view Stereo Network for 3D Reconstruction

2020-11-25 · Anzhu Yu, Wenyue Guo, Bing Liu, Xin Chen 외

We present an efficient multi-view stereo (MVS) network for 3D reconstruction from multiview images. While previous learning based reconstruction approaches performed quite well, most of them estimate depth maps at a fix…

3D Reconstruction

Cascade Cost Volume for High-Resolution Multi-View Stereo and Stereo Matching

2019-12-13 · CVPR 2020 6 · Xiaodong Gu, Zhiwen Fan, Zuozhuo Dai, Siyu Zhu 외

The deep multi-view stereo (MVS) and stereo matching approaches generally construct 3D cost volumes to regularize and regress the output depth or disparity. These methods are limited when high-resolution outputs are need…

3D ReconstructionGPUPoint CloudsStereo Matching

Pyramid Stereo Matching Network

2018-03-23 · CVPR 2018 6 · Jia-Ren Chang, Yong-Sheng Chen

Recent work has shown that depth estimation from a stereo pair of images can be formulated as a supervised learning task to be resolved with convolutional neural networks (CNNs). However, current architectures rely on pa…

Depth EstimationOmnnidirectional Stereo Depth EstimationStereo Depth EstimationStereo-LiDAR Fusion+2