Efficient Correlation Volume Sampling for Ultra-High-Resolution Optical Flow Estimation

📅 2025-05-22
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
Existing optical flow methods suffer from quadratic computational and memory complexity in pixel count due to dense sampling of the full pairwise correlation volume, making it infeasible to achieve both accuracy and efficiency on ultra-high-definition (UHD) images. This work proposes the first efficient correlation volume sampling scheme that preserves mathematical equivalence to RAF-T: it leverages CUDA-optimized sparse indexing and cache-aware sampling, lightweight tensor rearrangement, and a runtime scheduling mechanism co-designed with SEA-RAFT. Compared to the baseline, our method achieves a 90% speedup in correlation sampling and reduces memory footprint by 95%, cutting end-to-end inference memory usage by 50%. It attains state-of-the-art accuracy on an 8K-resolution benchmark and—critically—enables real-time optical flow estimation for UHD video for the first time.

Technology Category

Application Category

📝 Abstract
Recent optical flow estimation methods often employ local cost sampling from a dense all-pairs correlation volume. This results in quadratic computational and memory complexity in the number of pixels. Although an alternative memory-efficient implementation with on-demand cost computation exists, this is slower in practice and therefore prior methods typically process images at reduced resolutions, missing fine-grained details. To address this, we propose a more efficient implementation of the all-pairs correlation volume sampling, still matching the exact mathematical operator as defined by RAFT. Our approach outperforms on-demand sampling by up to 90% while maintaining low memory usage, and performs on par with the default implementation with up to 95% lower memory usage. As cost sampling makes up a significant portion of the overall runtime, this can translate to up to 50% savings for the total end-to-end model inference in memory-constrained environments. Our evaluation of existing methods includes an 8K ultra-high-resolution dataset and an additional inference-time modification of the recent SEA-RAFT method. With this, we achieve state-of-the-art results at high resolutions both in accuracy and efficiency.
Problem

Research questions and friction points this paper is trying to address.

Reducing computational and memory complexity in optical flow estimation
Improving efficiency of correlation volume sampling for high-resolution images
Achieving state-of-the-art accuracy and efficiency in ultra-high-resolution optical flow
Innovation

Methods, ideas, or system contributions that make the work stand out.

Efficient all-pairs correlation volume sampling
Low memory usage with exact mathematical operator
State-of-the-art high-resolution accuracy and efficiency
🔎 Similar Papers
No similar papers found.
K
Karlis Martins Briedis
DisneyResearch | Studios
M
Markus Gross
ETH Zürich, DisneyResearch | Studios
Christopher Schroers
Christopher Schroers
Principal Research Scientist, Disney Research|Studios