Rethink Predicting the Optical Flow with the Kinetics Perspective
Yuhao Cheng, Siru Zhang, Yiqiang Yan

TL;DR
This paper introduces a novel approach to optical flow estimation that combines apparent and kinetic information, improving efficiency and accuracy, especially in occlusion and fast motion scenarios, without relying on correlation volume computation.
Contribution
It proposes a new method that predicts optical flow directly from features, incorporates a differentiable warp considering occlusion, and blends kinetic features with apparent features using a self-supervised loss.
Findings
Outperforms state-of-the-art methods in occlusion scenarios
Achieves better accuracy in fast-moving situations
Reduces computational complexity by avoiding correlation volume
Abstract
Optical flow estimation is one of the fundamental tasks in low-level computer vision, which describes the pixel-wise displacement and can be used in many other tasks. From the apparent aspect, the optical flow can be viewed as the correlation between the pixels in consecutive frames, so continuously refining the correlation volume can achieve an outstanding performance. However, it will make the method have a catastrophic computational complexity. Not only that, the error caused by the occlusion regions of the successive frames will be amplified through the inaccurate warp operation. These challenges can not be solved only from the apparent view, so this paper rethinks the optical flow estimation from the kinetics viewpoint.We propose a method combining the apparent and kinetics information from this motivation. The proposed method directly predicts the optical flow from the feature…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing Techniques and Applications · Cell Image Analysis Techniques · Anomaly Detection Techniques and Applications
