Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

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

About

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.

Weihao Yuan, Xiaodong Gu, Zuozhuo Dai, Siyu Zhu, Ping Tan• 2022

Related benchmarks

TaskDatasetResultRank
Monocular Depth EstimationKITTI (Eigen)
Abs Rel0.052
523
Depth EstimationNYU v2 (test)
Threshold Accuracy (delta < 1.25)92.2
432
Monocular Depth EstimationNYU v2 (test)
Abs Rel0.095
300
Depth EstimationKITTI (Eigen split)
RMSE2.118
291
Monocular Depth EstimationKITTI (Eigen split)
Abs Rel0.052
215
Depth EstimationNYU Depth V2
RMSE0.333
209
Monocular Depth EstimationKITTI
Abs Rel0.052
203
Monocular Depth EstimationKITTI Raw Eigen (test)
RMSE6.246
159
Monocular Depth EstimationNYU V2
Delta 1 Acc92.2
131
Monocular Depth EstimationDDAD (test)
RMSE6.183
122
Showing 10 of 79 rows
...

Other info

Code

Follow for update