CVAug 28, 2019

Unsupervised Scale-consistent Depth and Ego-motion Learning from Monocular Video

arXiv:1908.10553v2586 citations
AI Analysis

It addresses scale ambiguity and moving object issues in unsupervised monocular learning for robotics and autonomous driving, with incremental improvements over prior methods.

This paper tackles the problem of scale-inconsistent depth and ego-motion predictions from unlabeled monocular videos by introducing a geometry consistency loss and a self-discovered mask, achieving state-of-the-art depth performance on KITTI and competitive visual odometry accuracy with stereo-trained models.

Recent work has shown that CNN-based depth and ego-motion estimators can be learned using unlabelled monocular videos. However, the performance is limited by unidentified moving objects that violate the underlying static scene assumption in geometric image reconstruction. More significantly, due to lack of proper constraints, networks output scale-inconsistent results over different samples, i.e., the ego-motion network cannot provide full camera trajectories over a long video sequence because of the per-frame scale ambiguity. This paper tackles these challenges by proposing a geometry consistency loss for scale-consistent predictions and an induced self-discovered mask for handling moving objects and occlusions. Since we do not leverage multi-task learning like recent works, our framework is much simpler and more efficient. Comprehensive evaluation results demonstrate that our depth estimator achieves the state-of-the-art performance on the KITTI dataset. Moreover, we show that our ego-motion network is able to predict a globally scale-consistent camera trajectory for long video sequences, and the resulting visual odometry accuracy is competitive with the recent model that is trained using stereo videos. To the best of our knowledge, this is the first work to show that deep networks trained using unlabelled monocular videos can predict globally scale-consistent camera trajectories over a long video sequence.

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