Towards Holistic Modeling for Video Frame Interpolation with Auto-regressive Diffusion Transformers
Xinyu Peng, Han Li, Yuyang Huang, Ziyang Zheng, Yaoming Wang, Xin Chen, Wenrui Dai, Chenglin Li, Junni Zou, Hongkai Xiong
TL;DR
The paper tackles temporal incoherence in video frame interpolation by moving from frame-centric to holistic video modeling. It introduces LDF-VFI, an auto-regressive diffusion transformer that models entire video sequences, with a novel skip-concatenate sampling strategy to curb error accumulation, and a sparse, local attention plus tiled VAE encoding design to enable 4K-scale inference. A latent diffusion framework with a conditional VAE decoder and multi-scale video conditioning improves fidelity and coherence, while diffusion forcing enables stable autoregressive inference over long sequences. Empirically, LDF-VFI achieves state-of-the-art results on challenging long-sequence benchmarks, demonstrating improved per-frame quality and temporal consistency, especially in scenes with large motion, and provides a scalable, practical pipeline for high-resolution VFI.
Abstract
Existing video frame interpolation (VFI) methods often adopt a frame-centric approach, processing videos as independent short segments (e.g., triplets), which leads to temporal inconsistencies and motion artifacts. To overcome this, we propose a holistic, video-centric paradigm named \textbf{L}ocal \textbf{D}iffusion \textbf{F}orcing for \textbf{V}ideo \textbf{F}rame \textbf{I}nterpolation (LDF-VFI). Our framework is built upon an auto-regressive diffusion transformer that models the entire video sequence to ensure long-range temporal coherence. To mitigate error accumulation inherent in auto-regressive generation, we introduce a novel skip-concatenate sampling strategy that effectively maintains temporal stability. Furthermore, LDF-VFI incorporates sparse, local attention and tiled VAE encoding, a combination that not only enables efficient processing of long sequences but also allows generalization to arbitrary spatial resolutions (e.g., 4K) at inference without retraining. An enhanced conditional VAE decoder, which leverages multi-scale features from the input video, further improves reconstruction fidelity. Empirically, LDF-VFI achieves state-of-the-art performance on challenging long-sequence benchmarks, demonstrating superior per-frame quality and temporal consistency, especially in scenes with large motion. The source code is available at https://github.com/xypeng9903/LDF-VFI.
