Learning Depth from Single Monocular Images Using Deep Convolutional Neural Fields
Fayao Liu, Chunhua Shen, Guosheng Lin, Ian Reid
TL;DR
Depth estimation from a single RGB image is highly ill-posed. The authors propose a deep convolutional neural field (DCNF) that jointly learns unary potentials from CNNs and pairwise potentials over superpixels within a continuous CRF, enabling analytic likelihood optimization and closed-form MAP inference. They further develop DCNF-FCSP, a faster variant using fully convolutional networks and a novel superpixel pooling method, which enables deeper architectures without sacrificing accuracy. Empirical results on NYU v2, Make3D, and KITTI show state-of-the-art performance and substantial speedups, demonstrating the practical impact of combining deep learning with continuous CRFs for dense monocular depth estimation.
Abstract
In this article, we tackle the problem of depth estimation from single monocular images. Compared with depth estimation using multiple images such as stereo depth perception, depth from monocular images is much more challenging. Prior work typically focuses on exploiting geometric priors or additional sources of information, most using hand-crafted features. Recently, there is mounting evidence that features from deep convolutional neural networks (CNN) set new records for various vision applications. On the other hand, considering the continuous characteristic of the depth values, depth estimations can be naturally formulated as a continuous conditional random field (CRF) learning problem. Therefore, here we present a deep convolutional neural field model for estimating depths from single monocular images, aiming to jointly explore the capacity of deep CNN and continuous CRF. In particular, we propose a deep structured learning scheme which learns the unary and pairwise potentials of continuous CRF in a unified deep CNN framework. We then further propose an equally effective model based on fully convolutional networks and a novel superpixel pooling method, which is $\sim 10$ times faster, to speedup the patch-wise convolutions in the deep model. With this more efficient model, we are able to design deeper networks to pursue better performance. Experiments on both indoor and outdoor scene datasets demonstrate that the proposed method outperforms state-of-the-art depth estimation approaches.
