English

Deeper Depth Prediction with Fully Convolutional Residual Networks

Computer Vision and Pattern Recognition 2016-09-20 v2

Abstract

This paper addresses the problem of estimating the depth map of a scene given a single RGB image. We propose a fully convolutional architecture, encompassing residual learning, to model the ambiguous mapping between monocular images and depth maps. In order to improve the output resolution, we present a novel way to efficiently learn feature map up-sampling within the network. For optimization, we introduce the reverse Huber loss that is particularly suited for the task at hand and driven by the value distributions commonly present in depth maps. Our model is composed of a single architecture that is trained end-to-end and does not rely on post-processing techniques, such as CRFs or other additional refinement steps. As a result, it runs in real-time on images or videos. In the evaluation, we show that the proposed model contains fewer parameters and requires fewer training data than the current state of the art, while outperforming all approaches on depth estimation. Code and models are publicly available.

Keywords

Cite

@article{arxiv.1606.00373,
  title  = {Deeper Depth Prediction with Fully Convolutional Residual Networks},
  author = {Iro Laina and Christian Rupprecht and Vasileios Belagiannis and Federico Tombari and Nassir Navab},
  journal= {arXiv preprint arXiv:1606.00373},
  year   = {2016}
}

Comments

Published at IEEE International Conference on 3D Vision (3DV) 2016

R2 v1 2026-06-22T14:15:09.242Z