DA-Flow: Degradation-Aware Optical Flow Estimation with Diffusion Models
This addresses a critical issue for computer vision applications dealing with corrupted video data, representing a strong domain-specific advancement.
The paper tackles the problem of optical flow estimation degrading under real-world corruptions like blur and noise, and presents DA-Flow, a hybrid architecture that fuses diffusion and convolutional features, achieving substantial performance improvements over existing methods on multiple benchmarks.
Optical flow models trained on high-quality data often degrade severely when confronted with real-world corruptions such as blur, noise, and compression artifacts. To overcome this limitation, we formulate Degradation-Aware Optical Flow, a new task targeting accurate dense correspondence estimation from real-world corrupted videos. Our key insight is that the intermediate representations of image restoration diffusion models are inherently corruption-aware but lack temporal awareness. To address this limitation, we lift the model to attend across adjacent frames via full spatio-temporal attention, and empirically demonstrate that the resulting features exhibit zero-shot correspondence capabilities. Based on this finding, we present DA-Flow, a hybrid architecture that fuses these diffusion features with convolutional features within an iterative refinement framework. DA-Flow substantially outperforms existing optical flow methods under severe degradation across multiple benchmarks.