paper-with-me

홈 › Papers

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

2020-11-25 · Anzhu Yu, Wenyue Guo, Bing Liu, Xin Chen, Xin Wang, Xuefeng Cao, Bingchuan Jiang

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 fixed resolution using plane sweep volumes with a fixed depth hypothesis at each plane, which requires densely sampled planes for desired accuracy and therefore is difficult to achieve high resolution depth maps. In this paper we introduce a coarseto-fine depth inference strategy to achieve high resolution depth. This strategy estimates the depth map at coarsest level, while the depth maps at finer levels are considered as the upsampled depth map from previous level with pixel-wise depth residual. Thus, we narrow the depth searching range with priori information from previous level and construct new cost volumes from the pixel-wise depth residual to perform depth map refinement. Then the final depth map could be achieved iteratively since all the parameters are shared between different levels. At each level, the self-attention layer is introduced to the feature extraction block for capturing the long range dependencies for depth inference task, and the cost volume is generated using similarity measurement instead of the variance based methods used in previous work. Experiments were conducted on both the DTU benchmark dataset and recently released BlendedMVS dataset. The results demonstrated that our model could outperform most state-of-the-arts (SOTA) methods. The codebase of this project is at https://github.com/ArthasMil/AACVP-MVSNet.

📄 PDF Abstract BibTeX arXiv:2011.12722

Code (1)

ArthasMil/AACVP-MVSNet 공식 구현 pytorch

Tasks

3D Reconstruction

Similar 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 res…

3D ReconstructionPoint Clouds

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

PCW-Net: Pyramid Combination and Warping Cost Volume for Stereo Matching

2020-06-23 · Zhelun Shen, Yuchao Dai, Xibin Song, Zhibo Rao 외

Existing deep learning based stereo matching methods either focus on achieving optimal performances on the target dataset while with poor generalization for other datasets or focus on handling the cross-domain generaliza…

Disparity EstimationDomain GeneralizationStereo Matching

PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume

2017-09-07 · CVPR 2018 6 · Deqing Sun, Xiaodong Yang, Ming-Yu Liu, Jan Kautz

We present a compact but effective CNN model for optical flow, called PWC-Net. PWC-Net has been designed according to simple and well-established principles: pyramidal processing, warping, and the use of a cost volume. C…

Dense Pixel Correspondence EstimationOptical Flow Estimation

Multi-scale Cross-form Pyramid Network for Stereo Matching

2019-04-25 · Zhidong Zhu, Mingyi He, Yuchao Dai, Zhibo Rao 외

Stereo matching plays an indispensable part in autonomous driving, robotics and 3D scene reconstruction. We propose a novel deep learning architecture, which called CFP-Net, a Cross-Form Pyramid stereo matching network f…

3D Feature Matching3D Scene ReconstructionAutonomous DrivingForm+2