D-Net: A Generalised and Optimised Deep Network for Monocular Depth Estimation

Depth estimation is an essential component in computer vision systems for achieving 3D scene understanding. Efficient and accurate depth map estimation has numerous applications including self-driving vehicles and virtual reality tools. This paper presents a new deep network, called D-Net, for depth estimation from a single RGB image. The proposed network can be trained end-to-end, and its structure can be customised to meet different requirements in model size, speed, and prediction accuracy. Our approach gathers strong global and local contextual features at multiple resolutions, and then transfers these to high resolutions for clearer depth maps. For the encoder backbone, D-Net can utilise many state-of-the-art models including EfficientNet, HRNet and Swin Transformer to obtain dense depth maps. The proposed D-net is designed to have minimal parameters and reduced computational complexity. Extensive evaluations on the NYUv2 and KITTI benchmark datasets show that our model is highly accurate across multiple backbones, and it achieves state-of-the-art performance on both benchmarks when combined with the Swin Transformer and HRNets.

PDF Abstract

Datasets


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Monocular Depth Estimation KITTI Eigen split D-Net absolute relative error 0.056 # 26
RMSE 2.362 # 30
Sq Rel 0.189 # 2
RMSE log 0.087 # 26
Delta < 1.25 0.963 # 30
Delta < 1.25^2 0.995 # 28
Delta < 1.25^3 0.999 # 11
Monocular Depth Estimation NYU-Depth V2 D-Net RMSE 0.354 # 36
absolute relative error 0.095 # 31
Delta < 1.25 0.919 # 32
Delta < 1.25^2 0.988 # 28
Delta < 1.25^3 0.997 # 27
log 10 0.041 # 30

Methods


No methods listed for this paper. Add relevant methods here