Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Multi-View Depth Estimation by Fusing Single-View Depth Probability with Multi-View Geometry

About

Multi-view depth estimation methods typically require the computation of a multi-view cost-volume, which leads to huge memory consumption and slow inference. Furthermore, multi-view matching can fail for texture-less surfaces, reflective surfaces and moving objects. For such failure modes, single-view depth estimation methods are often more reliable. To this end, we propose MaGNet, a novel framework for fusing single-view depth probability with multi-view geometry, to improve the accuracy, robustness and efficiency of multi-view depth estimation. For each frame, MaGNet estimates a single-view depth probability distribution, parameterized as a pixel-wise Gaussian. The distribution estimated for the reference frame is then used to sample per-pixel depth candidates. Such probabilistic sampling enables the network to achieve higher accuracy while evaluating fewer depth candidates. We also propose depth consistency weighting for the multi-view matching score, to ensure that the multi-view depth is consistent with the single-view predictions. The proposed method achieves state-of-the-art performance on ScanNet, 7-Scenes and KITTI. Qualitative evaluation demonstrates that our method is more robust against challenging artifacts such as texture-less/reflective surfaces and moving objects. Our code and model weights are available at https://github.com/baegwangbin/MaGNet.

Gwangbin Bae, Ignas Budvytis, Roberto Cipolla• 2021

Related benchmarks

TaskDatasetResultRank
Depth EstimationKITTI (Eigen split)
RMSE2.158
276
Monocular Depth EstimationDDAD (test)
RMSE9.23
122
Monocular Depth EstimationKITTI (test)
Abs Rel Error0.054
103
Depth EstimationScanNet
AbsRel0.112
94
Depth EstimationScanNet (test)
Abs Rel0.0804
65
Multi-view Depth EstimationDDAD (test)
AbsRel0.115
40
Depth Estimation7-Scenes (test)
Abs Rel0.1257
19
Depth EstimationKITTI Odometry 11 (Sequence 06)
Abs Rel Error0.039
12
Depth EstimationKITTI Odometry 11 (Sequence 00)
AbsRel5.6
12
Multi-view Depth EstimationKITTI Odometry 11 (sequence 04)
Absolute Relative Error0.066
12
Showing 10 of 19 rows

Other info

Code

Follow for update