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

DELTAS: Depth Estimation by Learning Triangulation And densification of Sparse points

About

Multi-view stereo (MVS) is the golden mean between the accuracy of active depth sensing and the practicality of monocular depth estimation. Cost volume based approaches employing 3D convolutional neural networks (CNNs) have considerably improved the accuracy of MVS systems. However, this accuracy comes at a high computational cost which impedes practical adoption. Distinct from cost volume approaches, we propose an efficient depth estimation approach by first (a) detecting and evaluating descriptors for interest points, then (b) learning to match and triangulate a small set of interest points, and finally (c) densifying this sparse set of 3D points using CNNs. An end-to-end network efficiently performs all three steps within a deep learning framework and trained with intermediate 2D image and 3D geometric supervision, along with depth supervision. Crucially, our first step complements pose estimation using interest point detection and descriptor learning. We demonstrate state-of-the-art results on depth estimation with lower compute for different scene lengths. Furthermore, our method generalizes to newer environments and the descriptors output by our network compare favorably to strong baselines. Code is available at https://github.com/magicleap/DELTAS

Ayan Sinha, Zak Murez, James Bartolozzi, Vijay Badrinarayanan, Andrew Rabinovich• 2020

Related benchmarks

TaskDatasetResultRank
Depth EstimationScanNet (test)
Abs Rel0.0915
65
Depth EstimationSun3D (test)
Abs Rel12.45
22
Depth Estimation7-Scenes (test)
Abs Rel0.1548
19
Multi-view Depth EstimationScanNet 16 (test)
Abs Rel Error0.0915
12
Depth EstimationScanNet v2 (test)
Abs Diff0.1497
10
Occlusion estimationScanNet keyframes v2 (test)
IoU Overall48.48
9
Depth EstimationScanNet keyframes v2 (test)
Abs Diff0.1497
9
Interest Point Detection and DescriptionScanNet
MLE3.101
5
Showing 8 of 8 rows

Other info

Code

Follow for update