Inferring distributions over depth from a single image

IROS 2019

Gengshan Yang1 Peiyun Hu1 Deva Ramanan1,2
1Robotics Institute, Carnegie Mellon University
2Argo AI

Abstract

When building geometric scene understanding system for autonomous vehicles, it is crucial to know when the system might fail. Most contemporary approaches cast the problem as depth regression, whose output is a depth value for each pixel. Such approaches cannot diagnose when failures might occur. One attractive alternative is a deep Bayesian network, which captures uncertainty in both model parameters and ambiguous sensor measurements. However, estimating uncertainties is often slow and the distributions are often limited to be uni-modal. In this paper, we recast the continuous problem of depth regression as discrete binary classification, whose output is an un-normalized probabilistic distribution over possible depths for each pixel. Such output allows one to reliably and efficiently capture multi-modal depth distributions in ambiguous cases, such as depth discontinuitiesand reflective surfaces. Results on standard benchmarks show that our method produces accurate depth predictions and significantly better uncertainty estimations than prior arts while running near real-time. Finally, by making use of uncertainties of the predicted distribution, we significantly reduces streak-like artifacts, and improves accuracy as well as momory efficiency in 3D maps built with monocular depth estimation.


Demo for dense mapping:

Bibtex

@inproceedings{yang2019inferring, title={Inferring distributions over depth from a single image}, author={Yang, Gengshan and Hu, Peiyun and Ramanan, Deva}, booktitle={2019 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS)}, year={2019}, organization={IEEE} }

Acknowledgments

This work was supported by the CMU Argo AI Center for Autonomous Vehicle Research.