2022

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

Yuan, Weihao, Gu, Xiaodong, Dai, Zuozhuo et al.

Understand

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.

Reading the bibliography…