SOTAVerified

LiteFlowNet: A Lightweight Convolutional Neural Network for Optical Flow Estimation

2018-05-18CVPR 2018Code Available0· sign in to hype

Tak-Wai Hui, Xiaoou Tang, Chen Change Loy

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

FlowNet2, the state-of-the-art convolutional neural network (CNN) for optical flow estimation, requires over 160M parameters to achieve accurate flow estimation. In this paper we present an alternative network that outperforms FlowNet2 on the challenging Sintel final pass and KITTI benchmarks, while being 30 times smaller in the model size and 1.36 times faster in the running speed. This is made possible by drilling down to architectural details that might have been missed in the current frameworks: (1) We present a more effective flow inference approach at each pyramid level through a lightweight cascaded network. It not only improves flow estimation accuracy through early correction, but also permits seamless incorporation of descriptor matching in our network. (2) We present a novel flow regularization layer to ameliorate the issue of outliers and vague flow boundaries by using a feature-driven local convolution. (3) Our network owns an effective structure for pyramidal feature extraction and embraces feature warping rather than image warping as practiced in FlowNet2. Our code and trained models are available at https://github.com/twhui/LiteFlowNet .

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI 2012LiteFlowNet-ftAverage End-Point Error1.6Unverified
KITTI 2015LiteFlowNet-ftFl-all9.38Unverified
Sintel-cleanLiteFlowNet-ftAverage End-Point Error4.54Unverified
Sintel-finalLiteFlowNet-ftAverage End-Point Error5.38Unverified

Reproductions