Paper Overview
- Field: Computer Vision
- Authors: Yixuan Luo, Feng Qiao, Zhexiao Xiong, Yanjing Li, Nathan Jacobs
- Published: 2026-03-23
- arXiv: 2603.22270
Abstract
Optical flow estimation is a fundamental problem in computer vision, yet the reliance on expensive ground-truth annotations limits the scalability of supervised approaches. Although unsupervised and semi-supervised methods alleviate this issue, they often suffer from unreliable supervision signals based on brightness constancy and smoothness assumptions, leading to inaccurate motion estimation in complex real-world scenarios.
To overcome these limitations, the authors introduce GenOpticalFlow, a novel framework that synthesizes large-scale, perfectly aligned frame-flow data pairs for supervised optical flow training without human annotations.
Method Highlights
1. Pseudo optical flow generation: A pre-trained depth estimation network is used to generate pseudo optical flows. 2. Next-frame generation: These pseudo flows serve as conditioning inputs for a next-frame generation model, which produces high-fidelity, pixel-aligned subsequent frames. This makes it possible to create large amounts of high-quality synthetic data with exact motion correspondences. 3. Inconsistent pixel filtering: A filtering strategy identifies and removes unreliable pixels in generated frames, effectively improving fine-tuning performance on real-world datasets.
---
*Auto-collected on 2026-03-25.*