RGB-D Local Implicit Function for Depth Completion of Transparent Objects

Abstract

Majority of the perception methods in robotics require depth information provided by RGB-D cameras. However, standard 3D sensors fail to capture depth of transparent objects due to refraction and absorption of light. In this paper, we introduce a new approach for depth completion of transparent objects from a single RGB-D image. Key to our approach is a local implicit neural representation built on ray-voxel pairs that allows our method to generalize to unseen objects and achieve fast inference speed. Based on this representation, we present a novel framework that can complete missing depth given noisy RGB-D input. We further improve the depth estimation iteratively using a self-correcting refinement model. To train the whole pipeline, we build a large scale synthetic dataset with transparent objects. Experiments demonstrate that our method performs significantly better than the current state-of-the-art methods on both synthetic and real world data. In addition, our approach improves the inference speed by a factor of 20 compared to the previous best method, ClearGrasp. Code will be released at https://research.nvidia.com/publication/2021-03_RGB-D-Local-Implicit.

Cite

Text

Zhu et al. "RGB-D Local Implicit Function for Depth Completion of Transparent Objects." Conference on Computer Vision and Pattern Recognition, 2021. doi:10.1109/CVPR46437.2021.00462

Markdown

[Zhu et al. "RGB-D Local Implicit Function for Depth Completion of Transparent Objects." Conference on Computer Vision and Pattern Recognition, 2021.](https://mlanthology.org/cvpr/2021/zhu2021cvpr-rgbd/) doi:10.1109/CVPR46437.2021.00462

BibTeX

@inproceedings{zhu2021cvpr-rgbd,
  title     = {{RGB-D Local Implicit Function for Depth Completion of Transparent Objects}},
  author    = {Zhu, Luyang and Mousavian, Arsalan and Xiang, Yu and Mazhar, Hammad and van Eenbergen, Jozef and Debnath, Shoubhik and Fox, Dieter},
  booktitle = {Conference on Computer Vision and Pattern Recognition},
  year      = {2021},
  pages     = {4649-4658},
  doi       = {10.1109/CVPR46437.2021.00462},
  url       = {https://mlanthology.org/cvpr/2021/zhu2021cvpr-rgbd/}
}