English

Deep Depth Completion of a Single RGB-D Image

Computer Vision and Pattern Recognition 2018-05-03 v2

Abstract

The goal of our work is to complete the depth channel of an RGB-D image. Commodity-grade depth cameras often fail to sense depth for shiny, bright, transparent, and distant surfaces. To address this problem, we train a deep network that takes an RGB image as input and predicts dense surface normals and occlusion boundaries. Those predictions are then combined with raw depth observations provided by the RGB-D camera to solve for depths for all pixels, including those missing in the original observation. This method was chosen over others (e.g., inpainting depths directly) as the result of extensive experiments with a new depth completion benchmark dataset, where holes are filled in training data through the rendering of surface reconstructions created from multiview RGB-D scans. Experiments with different network inputs, depth representations, loss functions, optimization methods, inpainting methods, and deep depth estimation networks show that our proposed approach provides better depth completions than these alternatives.

Keywords

Cite

@article{arxiv.1803.09326,
  title  = {Deep Depth Completion of a Single RGB-D Image},
  author = {Yinda Zhang and Thomas Funkhouser},
  journal= {arXiv preprint arXiv:1803.09326},
  year   = {2018}
}

Comments

Accepted by CVPR2018 (Spotlight). Project webpage: http://deepcompletion.cs.princeton.edu/ This version includes supplementary materials which provide more implementation details, quantitative evaluation, and qualitative results. Due to file size limit, please check project website for high-res paper

R2 v1 2026-06-23T01:04:29.792Z