Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Exploiting temporal consistency for real-time video depth estimation

About

Accuracy of depth estimation from static images has been significantly improved recently, by exploiting hierarchical features from deep convolutional neural networks (CNNs). Compared with static images, vast information exists among video frames and can be exploited to improve the depth estimation performance. In this work, we focus on exploring temporal information from monocular videos for depth estimation. Specifically, we take the advantage of convolutional long short-term memory (CLSTM) and propose a novel spatial-temporal CSLTM (ST-CLSTM) structure. Our ST-CLSTM structure can capture not only the spatial features but also the temporal correlations/consistency among consecutive video frames with negligible increase in computational cost. Additionally, in order to maintain the temporal consistency among the estimated depth frames, we apply the generative adversarial learning scheme and design a temporal consistency loss. The temporal consistency loss is combined with the spatial loss to update the model in an end-to-end fashion. By taking advantage of the temporal information, we build a video depth estimation framework that runs in real-time and generates visually pleasant results. Moreover, our approach is flexible and can be generalized to most existing depth estimation frameworks. Code is available at: https://tinyurl.com/STCLSTM

Haokui Zhang, Chunhua Shen, Ying Li, Yuanzhouhan Cao, Yu Liu, Youliang Yan• 2019

Related benchmarks

TaskDatasetResultRank
Depth EstimationNYU v2 (test)
Threshold Accuracy (delta < 1.25)0.833
423
Depth EstimationKITTI (Eigen split)
RMSE4.137
276
Monocular Depth EstimationKITTI (Eigen split)
Abs Rel0.101
193
Monocular Depth EstimationKITTI (test)
Abs Rel Error0.104
103
Depth EstimationKITTI
AbsRel0.101
92
Video Depth EstimationSintel (test)
Delta 1 Accuracy47.7
57
Video Depth EstimationKITTI (test)
Delta189
25
Video Depth EstimationVDW (test)
Delta 147.7
24
Depth EstimationTUM-RGBD--
16
Video Depth EstimationNYUDV2 (Eigen split)
OPW Score0.645
15
Showing 10 of 20 rows

Other info

Code

Follow for update