CVApr 29, 2021

The Temporal Opportunist: Self-Supervised Multi-Frame Monocular Depth

arXiv:2104.14540v2361 citations
AI Analysis

This work addresses the challenge of leveraging temporal information in depth estimation for applications like autonomous driving, offering a novel approach that avoids expensive refinement, though it is incremental in improving existing self-supervised methods.

The paper tackles the problem of self-supervised monocular depth estimation by proposing ManyDepth, an adaptive method that uses sequence information at test time to improve depth predictions, outperforming all published self-supervised baselines on KITTI and Cityscapes datasets.

Self-supervised monocular depth estimation networks are trained to predict scene depth using nearby frames as a supervision signal during training. However, for many applications, sequence information in the form of video frames is also available at test time. The vast majority of monocular networks do not make use of this extra signal, thus ignoring valuable information that could be used to improve the predicted depth. Those that do, either use computationally expensive test-time refinement techniques or off-the-shelf recurrent networks, which only indirectly make use of the geometric information that is inherently available. We propose ManyDepth, an adaptive approach to dense depth estimation that can make use of sequence information at test time, when it is available. Taking inspiration from multi-view stereo, we propose a deep end-to-end cost volume based approach that is trained using self-supervision only. We present a novel consistency loss that encourages the network to ignore the cost volume when it is deemed unreliable, e.g. in the case of moving objects, and an augmentation scheme to cope with static cameras. Our detailed experiments on both KITTI and Cityscapes show that we outperform all published self-supervised baselines, including those that use single or multiple frames at test time.

Code Implementations1 repo
Foundations

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

Your Notes