English

FlowNet: Learning Optical Flow with Convolutional Networks

Computer Vision and Pattern Recognition 2015-06-18 v2 Machine Learning

Abstract

Convolutional neural networks (CNNs) have recently been very successful in a variety of computer vision tasks, especially on those linked to recognition. Optical flow estimation has not been among the tasks where CNNs were successful. In this paper we construct appropriate CNNs which are capable of solving the optical flow estimation problem as a supervised learning task. We propose and compare two architectures: a generic architecture and another one including a layer that correlates feature vectors at different image locations. Since existing ground truth data sets are not sufficiently large to train a CNN, we generate a synthetic Flying Chairs dataset. We show that networks trained on this unrealistic data still generalize very well to existing datasets such as Sintel and KITTI, achieving competitive accuracy at frame rates of 5 to 10 fps.

Keywords

Cite

@article{arxiv.1504.06852,
  title  = {FlowNet: Learning Optical Flow with Convolutional Networks},
  author = {Philipp Fischer and Alexey Dosovitskiy and Eddy Ilg and Philip Häusser and Caner Hazırbaş and Vladimir Golkov and Patrick van der Smagt and Daniel Cremers and Thomas Brox},
  journal= {arXiv preprint arXiv:1504.06852},
  year   = {2015}
}

Comments

Added supplementary material

R2 v1 2026-06-22T09:22:53.485Z