Learning Optical Flow Field via Neural Ordinary Differential Equation
Leyla Mirvakhabova, Hong Cai, Jisoo Jeong, Hanno Ackermann, Farhad Zanjani, Fatih Porikli

TL;DR
This paper introduces a neural ODE-based method for optical flow estimation that dynamically adjusts refinement steps, achieving better accuracy with only one step compared to traditional fixed-step recurrent models.
Contribution
It presents a novel neural ODE approach for optical flow that models iterative refinement as a continuous process, improving flexibility and performance over fixed-step methods.
Findings
Achieves higher accuracy than baseline models.
Requires only a single refinement step.
Demonstrates flexibility of neural ODEs in optical flow tasks.
Abstract
Recent works on optical flow estimation use neural networks to predict the flow field that maps positions of one image to positions of the other. These networks consist of a feature extractor, a correlation volume, and finally several refinement steps. These refinement steps mimic the iterative refinements performed by classical optimization algorithms and are usually implemented by neural layers (e.g., GRU) which are recurrently executed for a fixed and pre-determined number of steps. However, relying on a fixed number of steps may result in suboptimal performance because it is not tailored to the input data. In this paper, we introduce a novel approach for predicting the derivative of the flow using a continuous model, namely neural ordinary differential equations (ODE). One key advantage of this approach is its capacity to model an equilibrium process, dynamically adjusting the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Vision and Imaging · Neural Networks and Reservoir Computing · Model Reduction and Neural Networks
