English

Sparse-to-Dense: Depth Prediction from Sparse Depth Samples and a Single Image

Robotics 2018-02-27 v2 Artificial Intelligence Computer Vision and Pattern Recognition

Abstract

We consider the problem of dense depth prediction from a sparse set of depth measurements and a single RGB image. Since depth estimation from monocular images alone is inherently ambiguous and unreliable, to attain a higher level of robustness and accuracy, we introduce additional sparse depth samples, which are either acquired with a low-resolution depth sensor or computed via visual Simultaneous Localization and Mapping (SLAM) algorithms. We propose the use of a single deep regression network to learn directly from the RGB-D raw data, and explore the impact of number of depth samples on prediction accuracy. Our experiments show that, compared to using only RGB images, the addition of 100 spatially random depth samples reduces the prediction root-mean-square error by 50% on the NYU-Depth-v2 indoor dataset. It also boosts the percentage of reliable prediction from 59% to 92% on the KITTI dataset. We demonstrate two applications of the proposed algorithm: a plug-in module in SLAM to convert sparse maps to dense maps, and super-resolution for LiDARs. Software and video demonstration are publicly available.

Keywords

Cite

@article{arxiv.1709.07492,
  title  = {Sparse-to-Dense: Depth Prediction from Sparse Depth Samples and a Single Image},
  author = {Fangchang Ma and Sertac Karaman},
  journal= {arXiv preprint arXiv:1709.07492},
  year   = {2018}
}

Comments

accepted to ICRA 2018. 8 pages, 8 figures, 3 tables. Video at https://www.youtube.com/watch?v=vNIIT_M7x7Y. Code at https://github.com/fangchangma/sparse-to-dense

R2 v1 2026-06-22T21:51:07.617Z