Self-Supervised Deep Depth Denoising

Abstract

Depth perception is considered an invaluable source of information for various vision tasks. However, depth maps acquired using consumer-level sensors still suffer from non-negligible noise. This fact has recently motivated researchers to exploit traditional filters, as well as the deep learning paradigm, in order to suppress the aforementioned non-uniform noise, while preserving geometric details. Despite the effort, deep depth denoising is still an open challenge mainly due to the lack of clean data that could be used as ground truth. In this paper, we propose a fully convolutional deep autoencoder that learns to denoise depth maps, surpassing the lack of ground truth data. Specifically, the proposed autoencoder exploits multiple views of the same scene from different points of view in order to learn to suppress noise in a self-supervised end-to-end manner using depth and color information during training, yet only depth during inference. To enforce self-supervision, we leverage a differentiable rendering technique to exploit photometric supervision, which is further regularized using geometric and surface priors. As the proposed approach relies on raw data acquisition, a large RGB-D corpus is collected using Intel RealSense sensors. Complementary to a quantitative evaluation, we demonstrate the effectiveness of the proposed self-supervised denoising approach on established 3D reconstruction applications. Code is avalable at https://github.com/VCL3D/DeepDepthDenoising

Cite

Text

Sterzentsenko et al. "Self-Supervised Deep Depth Denoising." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019. doi:10.1109/ICCV.2019.00133

Markdown

[Sterzentsenko et al. "Self-Supervised Deep Depth Denoising." Proceedings of the IEEE/CVF International Conference on Computer Vision, 2019.](https://mlanthology.org/iccv/2019/sterzentsenko2019iccv-selfsupervised/) doi:10.1109/ICCV.2019.00133

BibTeX

@inproceedings{sterzentsenko2019iccv-selfsupervised,
  title     = {{Self-Supervised Deep Depth Denoising}},
  author    = {Sterzentsenko, Vladimiros and Saroglou, Leonidas and Chatzitofis, Anargyros and Thermos, Spyridon and Zioulis, Nikolaos and Doumanoglou, Alexandros and Zarpalas, Dimitrios and Daras, Petros},
  booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
  year      = {2019},
  doi       = {10.1109/ICCV.2019.00133},
  url       = {https://mlanthology.org/iccv/2019/sterzentsenko2019iccv-selfsupervised/}
}