paper-with-me

홈 › Papers

A Confidence-based Iterative Solver of Depths and Surface Normals for Deep Multi-view Stereo

2022-01-19 · ICCV 2021 10 · Wang Zhao, Shaohui Liu, Yi Wei, Hengkai Guo, Yong-Jin Liu

In this paper, we introduce a deep multi-view stereo (MVS) system that jointly predicts depths, surface normals and per-view confidence maps. The key to our approach is a novel solver that iteratively solves for per-view depth map and normal map by optimizing an energy potential based on the locally planar assumption. Specifically, the algorithm updates depth map by propagating from neighboring pixels with slanted planes, and updates normal map with local probabilistic plane fitting. Both two steps are monitored by a customized confidence map. This solver is not only effective as a post-processing tool for plane-based depth refinement and completion, but also differentiable such that it can be efficiently integrated into deep learning pipelines. Our multi-view stereo system employs multiple optimization steps of the solver over the initial prediction of depths and surface normals. The whole system can be trained end-to-end, decoupling the challenging problem of matching pixels within poorly textured regions from the cost-volume based neural network. Experimental results on ScanNet and RGB-D Scenes V2 demonstrate state-of-the-art performance of the proposed deep MVS system on multi-view depth estimation, with our proposed solver consistently improving the depth quality over both conventional and deep learning based MVS pipelines. Code is available at https://github.com/thuzhaowang/idn-solver.

📄 PDF Abstract BibTeX arXiv:2201.07609

Code (1)

thuzhaowang/idn-solver 공식 구현 pytorch

Tasks

Depth Estimation

Similar Papers 제목 키워드 기반

Joint Prediction of Depths, Normals and Surface Curvature from RGB Images using CNNs

2017-06-23 · Thanuja Dharmasiri, Andrew Spek, Tom Drummond

Understanding the 3D structure of a scene is of vital importance, when it comes to developing fully autonomous robots. To this end, we present a novel deep learning based framework that estimates depth, surface normals a…

SURGE: Surface Regularized Geometry Estimation from a Single Image

2016-12-01 · NeurIPS 2016 12 · Peng Wang, Xiaohui Shen, Bryan Russell, Scott Cohen 외

This paper introduces an approach to regularize 2.5D surface normal and depth predictions at each pixel given a single input image. The approach infers and reasons about the underlying 3D planar surfaces depicted in the …

Unsupervised Learning of Geometry with Edge-aware Depth-Normal Consistency

2017-11-10 · Zhenheng Yang, Peng Wang, Wei Xu, Liang Zhao 외

Learning to reconstruct depths in a single image by watching unlabeled videos via deep convolutional network (DCN) is attracting significant attention in recent years. In this paper, we introduce a surface normal represe…

Depth Estimation

Deep Depth Completion of a Single RGB-D Image

2018-03-25 · CVPR 2018 6 · Yinda Zhang, Thomas Funkhouser

The goal of our work is to complete the depth channel of an RGB-D image. Commodity-grade depth cameras often fail to sense depth for shiny, bright, transparent, and distant surfaces. To address this problem, we train a d…

Depth CompletionDepth Estimation

Fast and Accurate Surface Normal Integration on Non-Rectangular Domains

2016-10-19 · Martin Bähr, Michael Breuß, Yvain Quéau, Ali Sharifi Boroujerdi 외

The integration of surface normals for the purpose of computing the shape of a surface in 3D space is a classic problem in computer vision. However, even nowadays it is still a challenging task to devise a method that co…

Computational Efficiency