CVGRLGROApr 10, 2019

Depth from Videos in the Wild: Unsupervised Monocular Depth Learning from Unknown Cameras

arXiv:1904.04998v1398 citations
Originality Highly original
AI Analysis

This enables accurate depth and motion extraction from arbitrary videos of unknown origin, addressing a key challenge in computer vision for applications like autonomous driving and robotics.

The paper tackles the problem of learning depth, motion, and camera intrinsics from monocular videos without supervision, achieving new state-of-the-art results on depth prediction and odometry across Cityscapes, KITTI, and EuRoC datasets.

We present a novel method for simultaneous learning of depth, egomotion, object motion, and camera intrinsics from monocular videos, using only consistency across neighboring video frames as supervision signal. Similarly to prior work, our method learns by applying differentiable warping to frames and comparing the result to adjacent ones, but it provides several improvements: We address occlusions geometrically and differentiably, directly using the depth maps as predicted during training. We introduce randomized layer normalization, a novel powerful regularizer, and we account for object motion relative to the scene. To the best of our knowledge, our work is the first to learn the camera intrinsic parameters, including lens distortion, from video in an unsupervised manner, thereby allowing us to extract accurate depth and motion from arbitrary videos of unknown origin at scale. We evaluate our results on the Cityscapes, KITTI and EuRoC datasets, establishing new state of the art on depth prediction and odometry, and demonstrate qualitatively that depth prediction can be learned from a collection of YouTube videos.

Code Implementations4 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