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

HR-Depth: High Resolution Self-Supervised Monocular Depth Estimation

About

Self-supervised learning shows great potential in monoculardepth estimation, using image sequences as the only source ofsupervision. Although people try to use the high-resolutionimage for depth estimation, the accuracy of prediction hasnot been significantly improved. In this work, we find thecore reason comes from the inaccurate depth estimation inlarge gradient regions, making the bilinear interpolation er-ror gradually disappear as the resolution increases. To obtainmore accurate depth estimation in large gradient regions, itis necessary to obtain high-resolution features with spatialand semantic information. Therefore, we present an improvedDepthNet, HR-Depth, with two effective strategies: (1) re-design the skip-connection in DepthNet to get better high-resolution features and (2) propose feature fusion Squeeze-and-Excitation(fSE) module to fuse feature more efficiently.Using Resnet-18 as the encoder, HR-Depth surpasses all pre-vious state-of-the-art(SoTA) methods with the least param-eters at both high and low resolution. Moreover, previousstate-of-the-art methods are based on fairly complex and deepnetworks with a mass of parameters which limits their realapplications. Thus we also construct a lightweight networkwhich uses MobileNetV3 as encoder. Experiments show thatthe lightweight network can perform on par with many largemodels like Monodepth2 at high-resolution with only20%parameters. All codes and models will be available at https://github.com/shawLyu/HR-Depth.

Xiaoyang Lyu, Liang Liu, Mengmeng Wang, Xin Kong, Lina Liu, Yong Liu, Xinxin Chen, Yi Yuan• 2020

Related benchmarks

TaskDatasetResultRank
Monocular Depth EstimationKITTI (Eigen)
Abs Rel0.101
502
Depth EstimationKITTI (Eigen split)
RMSE4.472
276
Monocular Depth EstimationKITTI (Eigen split)
Abs Rel0.101
193
Monocular Depth EstimationKITTI
Abs Rel0.109
161
Monocular Depth EstimationMake3D (test)
Abs Rel0.305
132
Monocular Depth EstimationKITTI 80m maximum depth (Eigen)
Abs Rel0.101
126
Monocular Depth EstimationDDAD (test)
RMSE12.428
122
Monocular Depth EstimationKITTI 2015 (Eigen split)
Abs Rel0.101
95
Monocular Depth EstimationKITTI Improved GT (Eigen)
AbsRel0.106
92
Monocular Depth EstimationKITTI improved ground truth (Eigen split)
Abs Rel0.085
65
Showing 10 of 22 rows

Other info

Code

Follow for update