2016

Optical Flow Estimation using a Spatial Pyramid Network

Ranjan, Anurag, Black, Michael J.

Understand

We learn to compute optical flow by combining a classical spatial-pyramid formulation with deep learning.

  • This estimates large motions in a coarse-to-fine approach by warping one image of a pair at each pyramid level by the current flow estimate and computing an update to the flow.
  • Instead of the standard minimization of an objective function at each pyramid level, we train one deep network per level to compute the flow update.
  • Unlike the recent FlowNet approach, the networks do not need to deal with large motions; these are dealt with by the pyramid.

Reading the bibliography…