paper-with-me

홈 › Papers

Rethinking Depth Estimation for Multi-View Stereo: A Unified Representation

2022-01-05 · CVPR 2022 1 · Rui Peng, Rongjie Wang, Zhenyu Wang, Yawen Lai, Ronggang Wang

Depth estimation is solved as a regression or classification problem in existing learning-based multi-view stereo methods. Although these two representations have recently demonstrated their excellent performance, they still have apparent shortcomings, e.g., regression methods tend to overfit due to the indirect learning cost volume, and classification methods cannot directly infer the exact depth due to its discrete prediction. In this paper, we propose a novel representation, termed Unification, to unify the advantages of regression and classification. It can directly constrain the cost volume like classification methods, but also realize the sub-pixel depth prediction like regression methods. To excavate the potential of unification, we design a new loss function named Unified Focal Loss, which is more uniform and reasonable to combat the challenge of sample imbalance. Combining these two unburdened modules, we present a coarse-to-fine framework, that we call UniMVSNet. The results of ranking first on both DTU and Tanks and Temples benchmarks verify that our model not only performs the best but also has the best generalization ability.

📄 PDF Abstract BibTeX arXiv:2201.01501

Code (1)

prstrive/unimvsnet 공식 구현 pytorch

Tasks

3D ReconstructionClassificationDepth EstimationDepth Predictionregression

Methods 이 논문이 사용한 방법론

Focal Loss A Focal Loss function addresses class imbalance during training in tasks like object detection. Focal loss applies a modulating term to the cross entropy loss in order to…

Similar Papers 제목 키워드 기반

A-TVSNet: Aggregated Two-View Stereo Network for Multi-View Stereo Depth Estimation

2020-03-02 · Sizhang Dai, Weibing Huang

We propose a learning-based network for depth map estimation from multi-view stereo (MVS) images. Our proposed network consists of three sub-networks: 1) a base network for initial depth map estimation from an unstructur…

Depth EstimationStereo Depth Estimation

Rethinking Disparity: A Depth Range Free Multi-View Stereo Based on Disparity

2022-11-30 · Qingsong Yan, Qiang Wang, Kaiyong Zhao, Bo Li 외

Existing learning-based multi-view stereo (MVS) methods rely on the depth range to build the 3D cost volume and may fail when the range is too large or unreliable. To address this problem, we propose a disparity-based MV…

GPU

Normal Assisted Stereo Depth Estimation

2019-11-24 · CVPR 2020 6 · Uday Kusupati, Shuo Cheng, Rui Chen, Hao Su

Accurate stereo depth estimation plays a critical role in various 3D tasks in both indoor and outdoor environments. Recently, learning-based multi-view stereo methods have demonstrated competitive performance with a limi…

Depth EstimationStereo Depth Estimation

Cross-spectral Gated-RGB Stereo Depth Estimation

2024-05-21 · CVPR 2024 1 · Samuel Brucker, Stefanie Walz, Mario Bijelic, Felix Heide

Gated cameras flood-illuminate a scene and capture the time-gated impulse response of a scene. By employing nanosecond-scale gates, existing sensors are capable of capturing mega-pixel gated images, delivering dense dept…

Depth EstimationStereo Depth Estimation

Planar Prior Assisted PatchMatch Multi-View Stereo

2019-12-26 · Qingshan Xu, Wenbing Tao

The completeness of 3D models is still a challenging problem in multi-view stereo (MVS) due to the unreliable photometric consistency in low-textured areas. Since low-textured areas usually exhibit strong planarity, plan…

Depth EstimationMulti-View 3D Reconstruction