SOTAVerified

DPFlow: Adaptive Optical Flow Estimation with a Dual-Pyramid Framework

2025-03-19CVPR 2025Code Available4· sign in to hype

Henrique Morimitsu, Xiaobin Zhu, Roberto M. Cesar Jr., Xiangyang Ji, Xu-Cheng Yin

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Optical flow estimation is essential for video processing tasks, such as restoration and action recognition. The quality of videos is constantly increasing, with current standards reaching 8K resolution. However, optical flow methods are usually designed for low resolution and do not generalize to large inputs due to their rigid architectures. They adopt downscaling or input tiling to reduce the input size, causing a loss of details and global information. There is also a lack of optical flow benchmarks to judge the actual performance of existing methods on high-resolution samples. Previous works only conducted qualitative high-resolution evaluations on hand-picked samples. This paper fills this gap in optical flow estimation in two ways. We propose DPFlow, an adaptive optical flow architecture capable of generalizing up to 8K resolution inputs while trained with only low-resolution samples. We also introduce Kubric-NK, a new benchmark for evaluating optical flow methods with input resolutions ranging from 1K to 8K. Our high-resolution evaluation pushes the boundaries of existing methods and reveals new insights about their generalization capabilities. Extensive experimental results show that DPFlow achieves state-of-the-art results on the MPI-Sintel, KITTI 2015, Spring, and other high-resolution benchmarks.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
KITTI 2015DPFlowFl-all3.56Unverified
KITTI 2015 (train)DPFlowF1-all11.1Unverified
Sintel-cleanDPFlowAverage End-Point Error1.05Unverified
Sintel-finalDPFlowAverage End-Point Error1.98Unverified
SpringDPFlow1px total3.44Unverified

Reproductions