NeW CRFs: Neural Window Fully-connected CRFs for Monocular Depth Estimation

Estimating the accurate depth from a single image is challenging since it is inherently ambiguous and ill-posed. While recent works design increasingly complicated and powerful networks to directly regress the depth map, we take the path of CRFs optimization. Due to the expensive computation, CRFs are usually performed between neighborhoods rather than the whole graph. To leverage the potential of fully-connected CRFs, we split the input into windows and perform the FC-CRFs optimization within each window, which reduces the computation complexity and makes FC-CRFs feasible. To better capture the relationships between nodes in the graph, we exploit the multi-head attention mechanism to compute a multi-head potential function, which is fed to the networks to output an optimized depth map. Then we build a bottom-up-top-down structure, where this neural window FC-CRFs module serves as the decoder, and a vision transformer serves as the encoder. The experiments demonstrate that our method significantly improves the performance across all metrics on both the KITTI and NYUv2 datasets, compared to previous methods. Furthermore, the proposed method can be directly applied to panorama images and outperforms all previous panorama methods on the MatterPort3D dataset. Project page: https://weihaosky.github.io/newcrfs.

PDF Abstract CVPR 2022 PDF CVPR 2022 Abstract

Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Uses Extra
Training Data
Result Benchmark
Monocular Depth Estimation KITTI Eigen split NeWCRFs absolute relative error 0.052 # 20
RMSE 2.129 # 24
Sq Rel 0.155 # 7
RMSE log 0.079 # 21
Delta < 1.25 0.974 # 22
Delta < 1.25^2 0.997 # 16
Delta < 1.25^3 0.999 # 11
Depth Prediction Matterport3D NeWCRFs RMSE log 0.0575 # 1
Monocular Depth Estimation Matterport3D NeWCRFs absolute relative error 0.0793 # 1
absolute error 0.197 # 1
RMSE 0.4279 # 1
Delta < 1.25 0.9376 # 1
Delta < 1.25^2 0.9812 # 1
Delta < 1.25^3 0.9933 # 1
Monocular Depth Estimation NYU-Depth V2 NeWCRFs RMSE 0.334 # 30
absolute relative error 0.095 # 32
Delta < 1.25 0.922 # 29
Delta < 1.25^2 0.992 # 17
Delta < 1.25^3 0.998 # 18
log 10 0.041 # 30

Methods