Paper Overview
- Research field: Computer Vision (CV)
- Authors: Dingxi Zhang, Fangjinhua Wang, Marc Pollefeys, Haofei Xu
- Published: 2026-03-26
- arXiv: 2603.25739
- Project page: https://kristen-z.github.io/projects/megaflow
- MegaFlow achieves state-of-the-art zero-shot performance across multiple optical flow benchmarks.
- The model also shows competitive zero-shot performance on long-range point tracking benchmarks, demonstrating strong transferability.
- The approach provides a unified paradigm for generalizable motion estimation, avoiding the need for domain-specific fine-tuning.
Abstract
Accurate estimation of large displacement optical flow remains a critical challenge. Existing methods typically rely on iterative local search and/or domain-specific fine-tuning, which severely limits their performance in large displacement and zero-shot generalization scenarios. To overcome this, the authors introduce MegaFlow, a simple yet powerful model for zero-shot large displacement optical flow.
Rather than relying on highly complex, task-specific architectural designs, MegaFlow adapts powerful pre-trained vision priors to produce temporally consistent motion fields. In particular, flow estimation is formulated as a global matching problem leveraging pre-trained global Vision Transformer features, which naturally capture large displacements. This is followed by a few lightweight iterative refinement steps to further improve sub-pixel accuracy.
Key Findings
*Auto-collected on 2026-03-28. Source: zhichai.net forum post.*