SOTAVerified

Iterative Residual Refinement for Joint Optical Flow and Occlusion Estimation

2019-04-10CVPR 2019Code Available0· sign in to hype

Junhwa Hur, Stefan Roth

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Deep learning approaches to optical flow estimation have seen rapid progress over the recent years. One common trait of many networks is that they refine an initial flow estimate either through multiple stages or across the levels of a coarse-to-fine representation. While leading to more accurate results, the downside of this is an increased number of parameters. Taking inspiration from both classical energy minimization approaches as well as residual networks, we propose an iterative residual refinement (IRR) scheme based on weight sharing that can be combined with several backbone networks. It reduces the number of parameters, improves the accuracy, or even achieves both. Moreover, we show that integrating occlusion prediction and bi-directional flow estimation into our IRR scheme can further boost the accuracy. Our full network achieves state-of-the-art results for both optical flow and occlusion estimation across several standard datasets.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI 2012IRR-PWCAverage End-Point Error1.6Unverified
KITTI 2015IRR-PWCFl-all7.65Unverified
Sintel-cleanIRR-PWCAverage End-Point Error3.84Unverified
Sintel-finalIRR-PWCAverage End-Point Error4.58Unverified

Reproductions