Papers › FlowNet: Learning Optical Flow with Convolutional Networks

FlowNet: Learning Optical Flow with Convolutional Networks

26 Apr 2015ICCV 2015 12arXiv:1504.06852archive 2025-07-28

Philipp Fischer, Alexey Dosovitskiy, Eddy Ilg, Philip Häusser, Caner Hazırbaş, Vladimir Golkov, Patrick van der Smagt, Daniel Cremers, Thomas Brox

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.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="1504.06852")

Code

Syntology Ran 1 of 20 code samples harvested from 3 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · violated contract.

By repository: community (archive-listed): 20 samples from 3 repositories, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

18 repositories listed; official and paper-mentioned ones first.

ClementPinard/Pytorch-Correlation-extension mentioned on GitHubpytorchMIT report
McDo/LightFlowPytorch mentioned on GitHubpytorchMIT report
ankitAMD/Optical-Flow_Python mentioned on GitHub report
guanfuchen/video_obj mentioned on GitHubpytorch report
jgorgenucsd/corr_tf mentioned on GitHubtfNOASSERTION report
lab-midas/lapnet mentioned on GitHubtfMIT report
msracver/Deep-Feature-Flow mentioned on GitHubmxnetMIT report
neu-vi/ezflow mentioned on GitHubpytorchMIT report
neu-vig/ezflow mentioned on GitHubpytorchMIT report
philferriere/tfoptflow mentioned on GitHubtf report
remibasaru/Flow-Net mentioned on GitHubtf report
rickyHong/tfoptflow-repl mentioned on GitHubtf report
simonmeister/UnFlow mentioned on GitHubtf report
yukitsuji/chainer_function mentioned on GitHub report
open-mmlab/mmflow pytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

20 samples harvested; 1 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
19unverified

Licence: 0 of the 20 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

str2bool McDo/LightFlowPytorch/utils/util.py community (archive-listed) ran · violated contract MIT (permissive) · 25c7475539e39da4 · report
EPE McDo/LightFlowPytorch/loss.py community (archive-listed) unverified MIT (permissive) · b77a7cb2a29a19c7 · report
KITTI_loader McDo/LightFlowPytorch/datasets/KITTI.py community (archive-listed) unverified MIT (permissive) · 4e7beea709169af7 · report
L1Loss McDo/LightFlowPytorch/loss.py community (archive-listed) unverified MIT (permissive) · e58f02bc54cf9db9 · report
L2Loss McDo/LightFlowPytorch/loss.py community (archive-listed) unverified MIT (permissive) · 1869efdefff249d5 · report
adjust_learning_rate McDo/LightFlowPytorch/utils/util.py community (archive-listed) unverified MIT (permissive) · 97509470e0c1680e · report
compute_color McDo/LightFlowPytorch/utils/flowlib.py community (archive-listed) unverified MIT (permissive) · ab41dcb0fc2e9217 · report
conv_dw McDo/LightFlowPytorch/models/FlowNetL.py community (archive-listed) unverified MIT (permissive) · fd0432127db8b8c0 · report
flow_to_image McDo/LightFlowPytorch/utils/flowlib.py community (archive-listed) unverified MIT (permissive) · 11b939d4bfc443d5 · report
flownetc ClementPinard/FlowNetPytorch/models/FlowNetC.py community (archive-listed) unverified MIT (permissive) · 2e9326c5343dd6d0 · report
flownetc_bn ClementPinard/FlowNetPytorch/models/FlowNetC.py community (archive-listed) unverified MIT (permissive) · 59b45a46f776690d · report
flownetl McDo/LightFlowPytorch/models/FlowNetL.py community (archive-listed) unverified MIT (permissive) · 83d924e4f07e21c6 · report
flying_chairs McDo/LightFlowPytorch/datasets/flyingchairs.py community (archive-listed) unverified MIT (permissive) · e851f9b7068b4e4a · report
get_grads ClementPinard/Pytorch-Correlation-extension/check.py community (archive-listed) unverified MIT (permissive) · 19ee68e6a7f1011b · report
load_flow_from_png McDo/LightFlowPytorch/datasets/KITTI.py community (archive-listed) unverified MIT (permissive) · 8f05b2af27a4b333 · report
make_dataset McDo/LightFlowPytorch/datasets/KITTI.py community (archive-listed) unverified MIT (permissive) · 97658411b60eb6fa · report
make_dataset McDo/LightFlowPytorch/datasets/flyingchairs.py community (archive-listed) unverified MIT (permissive) · 5b483f6b2c434ae9 · report
make_dataset McDo/LightFlowPytorch/datasets/mpisintel.py community (archive-listed) unverified MIT (permissive) · bd1431a30359f7b7 · report
read_flow McDo/LightFlowPytorch/utils/flowlib.py community (archive-listed) unverified MIT (permissive) · 9c84ff434efaba0b · report
split2list McDo/LightFlowPytorch/datasets/util.py community (archive-listed) unverified MIT (permissive) · 1fe407a51fa0b922 · report

Tasks

Optical Flow Estimation

Datasets

Introduced by this paper, per the archive.

FlyingChairs

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections