Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

A Lightweight Optical Flow CNN - Revisiting Data Fidelity and Regularization

About

Over four decades, the majority addresses the problem of optical flow estimation using variational methods. With the advance of machine learning, some recent works have attempted to address the problem using convolutional neural network (CNN) and have showed promising results. FlowNet2, the state-of-the-art CNN, requires over 160M parameters to achieve accurate flow estimation. Our LiteFlowNet2 outperforms FlowNet2 on Sintel and KITTI benchmarks, while being 25.3 times smaller in the model size and 3.1 times faster in the running speed. LiteFlowNet2 is built on the foundation laid by conventional methods and resembles the corresponding roles as data fidelity and regularization in variational methods. We compute optical flow in a spatial-pyramid formulation as SPyNet but through a novel lightweight cascaded flow inference. It provides high flow estimation accuracy through early correction with seamless incorporation of descriptor matching. Flow regularization is used to ameliorate the issue of outliers and vague flow boundaries through feature-driven local convolutions. Our network also owns an effective structure for pyramidal feature extraction and embraces feature warping rather than image warping as practiced in FlowNet2 and SPyNet. Comparing to LiteFlowNet, LiteFlowNet2 improves the optical flow accuracy on Sintel Clean by 23.3%, Sintel Final by 12.8%, KITTI 2012 by 19.6%, and KITTI 2015 by 18.8%, while being 2.2 times faster. Our network protocol and trained models are made publicly available on https://github.com/twhui/LiteFlowNet2.

Tak-Wai Hui, Xiaoou Tang, Chen Change Loy• 2019

Related benchmarks

TaskDatasetResultRank
Optical Flow EstimationKITTI 2015 (train)
Fl-epe1.47
431
Optical Flow EstimationMPI Sintel Final (train)
Endpoint Error (EPE)3.78
209
Optical Flow EstimationMPI Sintel Clean (train)
EPE1.3
202
Optical FlowSintel (train)
AEPE (Clean)1.3
179
Optical FlowMPI Sintel Clean (test)
AEE3.45
158
Optical FlowMPI-Sintel final (test)--
137
Optical FlowSintel (test)
AEPE (Final)4.69
120
Optical FlowKITTI 2012 (train)
AEE3.42
115
Optical Flow EstimationSintel clean (test)
EPE3.48
103
Optical Flow EstimationSintel Final (test)
EPE4.69
101
Showing 10 of 22 rows

Other info

Code

Follow for update