CVJul 31, 2022

Less is More: Consistent Video Depth Estimation with Masked Frames Modeling

arXiv:2208.00380v242 citationsh-index: 49Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of consistent depth estimation in videos for applications like 3D reconstruction and virtual reality, offering a novel approach that reduces computational overhead compared to prior methods.

The paper tackles the problem of achieving temporal consistency in video depth estimation by proposing a frame masking network (FMNet) that predicts depths for masked frames using neighboring frames, resulting in comparable spatial accuracy and higher temporal consistency without needing additional data like optical flow or camera poses.

Temporal consistency is the key challenge of video depth estimation. Previous works are based on additional optical flow or camera poses, which is time-consuming. By contrast, we derive consistency with less information. Since videos inherently exist with heavy temporal redundancy, a missing frame could be recovered from neighboring ones. Inspired by this, we propose the frame masking network (FMNet), a spatial-temporal transformer network predicting the depth of masked frames based on their neighboring frames. By reconstructing masked temporal features, the FMNet can learn intrinsic inter-frame correlations, which leads to consistency. Compared with prior arts, experimental results demonstrate that our approach achieves comparable spatial accuracy and higher temporal consistency without any additional information. Our work provides a new perspective on consistent video depth estimation. Our official project page is https://github.com/RaymondWang987/FMNet.

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