Cost Volume Pyramid Based Depth Inference for Multi-View Stereo
Jiayu Yang, Wei Mao, Jose M. Alvarez, Miaomiao Liu

TL;DR
This paper introduces a multi-view stereo depth inference method using a cost volume pyramid that refines depth maps iteratively, resulting in faster processing and comparable accuracy to state-of-the-art techniques.
Contribution
The novel approach of building a cost volume pyramid for efficient, high-resolution depth inference improves speed and compactness over previous methods like Point-MVSNet.
Findings
Achieves 6x faster inference speed than existing methods.
Maintains similar reconstruction accuracy to state-of-the-art models.
Provides detailed analysis of depth sampling and image resolution relationship.
Abstract
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…
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
Cost Volume Pyramid Based Depth Inference for Multi-View Stereo· youtube
Taxonomy
TopicsAdvanced Vision and Imaging · Optical measurement and interference techniques · Image Processing Techniques and Applications
