2021

DRO: Deep Recurrent Optimizer for Video to Depth

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

Understand

There are increasing interests of studying the video-to-depth (V2D) problem with machine learning techniques.

  • While earlier methods directly learn a mapping from images to depth maps and camera poses, more recent works enforce multi-view geometry constraints through optimization embedded in the learning framework.
  • This paper presents a novel optimization method based on recurrent neural networks to further exploit the potential of neural networks in V2D.
  • Specifically, our neural optimizer alternately updates the depth and camera poses through iterations to minimize a feature-metric cost, and two gated recurrent units iteratively improve the results by tracing historical information.

Reading the bibliography…