CVAIROMay 18, 2019

Semi-Supervised Monocular Depth Estimation with Left-Right Consistency Using Deep Neural Network

arXiv:1905.07542v160 citations
Originality Incremental advance
AI Analysis

This work addresses depth prediction from single images for applications like robotics and autonomous driving, but it is incremental as it builds on existing semi-supervised approaches with specific improvements.

The paper tackles monocular depth estimation by proposing a semi-supervised training method that uses left-right consistency in stereo reconstruction and correct LiDAR ground truth usage, achieving state-of-the-art performance on popular datasets.

There has been tremendous research progress in estimating the depth of a scene from a monocular camera image. Existing methods for single-image depth prediction are exclusively based on deep neural networks, and their training can be unsupervised using stereo image pairs, supervised using LiDAR point clouds, or semi-supervised using both stereo and LiDAR. In general, semi-supervised training is preferred as it does not suffer from the weaknesses of either supervised training, resulting from the difference in the cameras and the LiDARs field of view, or unsupervised training, resulting from the poor depth accuracy that can be recovered from a stereo pair. In this paper, we present our research in single image depth prediction using semi-supervised training that outperforms the state-of-the-art. We achieve this through a loss function that explicitly exploits left-right consistency in a stereo reconstruction, which has not been adopted in previous semi-supervised training. In addition, we describe the correct use of ground truth depth derived from LiDAR that can significantly reduce prediction error. The performance of our depth prediction model is evaluated on popular datasets, and the importance of each aspect of our semi-supervised training approach is demonstrated through experimental results. Our deep neural network model has been made publicly available.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes