English

Removing Cost Volumes from Optical Flow Estimators

Computer Vision and Pattern Recognition 2025-10-16 v1

Abstract

Cost volumes are used in every modern optical flow estimator, but due to their computational and space complexity, they are often a limiting factor regarding both processing speed and the resolution of input frames. Motivated by our empirical observation that cost volumes lose their importance once all other network parts of, e.g., a RAFT-based pipeline have been sufficiently trained, we introduce a training strategy that allows removing the cost volume from optical flow estimators throughout training. This leads to significantly improved inference speed and reduced memory requirements. Using our training strategy, we create three different models covering different compute budgets. Our most accurate model reaches state-of-the-art accuracy while being 1.2×1.2\times faster and having a 6×6\times lower memory footprint than comparable models; our fastest model is capable of processing Full HD frames at 20FPS20\,\mathrm{FPS} using only 500MB500\,\mathrm{MB} of GPU memory.

Keywords

Cite

@article{arxiv.2510.13317,
  title  = {Removing Cost Volumes from Optical Flow Estimators},
  author = {Simon Kiefhaber and Stefan Roth and Simone Schaub-Meyer},
  journal= {arXiv preprint arXiv:2510.13317},
  year   = {2025}
}

Comments

ICCV 2025

R2 v1 2026-07-01T06:38:30.408Z