Deeper Depth Prediction with Fully Convolutional Residual Networks
Iro Laina, Christian Rupprecht, Vasileios Belagiannis, Federico Tombari, Nassir Navab
TL;DR
The paper tackles monocular depth estimation from a single RGB image by introducing a fully convolutional residual network that uses novel up-projection blocks and fast upsampling to produce dense depth maps at higher resolution with significantly fewer parameters and training data. Depth prediction is optimized using the reverse Huber (BerHu) loss, which better handles the heavy-tailed depth distributions common in real-world scenes. Empirical results on NYU Depth v2 and Make3D demonstrate state-of-the-art accuracy and real-time performance, with ablations illustrating the benefits of up-projection and BerHu loss. The approach is also validated in a SLAM context, showing practical utility for real-time 3D reconstruction without post-processing refinements.
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.
