Temporal Regularization Makes Your Video Generator Stronger
Harold Haodong Chen, Haojian Huang, Xianfeng Wu, Yexin Liu, Yajing Bai, Wen-Jie Shu, Harry Yang, Ser-Nam Lim
TL;DR
This work tackles the challenge of temporal quality in video generation by introducing FluxFlow, a data-level temporal augmentation that perturbs training sequences without architectural changes. FluxFlow operates in two modes—frame-level and block-level—formally defined as $V_{ ext{frame}}= ext{Shuffle}(\{F_i\igm| i\, ext{in}\,\,\ ext{S}\})+\\{F_j\bigm| j\notin\mathcal{S}\}$ with $|\,\mathcal{S}\,|=loor{\alpha N}$ and $V_{ ext{block}}=\\{B_1,...,B_M\}\$, where a subset of blocks is reordered with probability $\beta$. Implemented as training-time pre-processing, FluxFlow yields significant gains in temporal coherence and diversity across UCF-101, VBench, and multiple architectures (U-Net, DiT, AR-based), while preserving spatial fidelity. Through quantitative metrics (FVD, Subject, Flicker, Motion, Dynamic) and qualitative user studies, the authors show that frame-level perturbations generally outperform block-level ones and that FluxFlow enhances learning of temporal dynamics without compromising frame quality. The work demonstrates that simple temporal augmentation can substantially elevate video generation quality and offers a foundation for broader exploration of temporal data augmentation strategies in generative video models.
Abstract
Temporal quality is a critical aspect of video generation, as it ensures consistent motion and realistic dynamics across frames. However, achieving high temporal coherence and diversity remains challenging. In this work, we explore temporal augmentation in video generation for the first time, and introduce FluxFlow for initial investigation, a strategy designed to enhance temporal quality. Operating at the data level, FluxFlow applies controlled temporal perturbations without requiring architectural modifications. Extensive experiments on UCF-101 and VBench benchmarks demonstrate that FluxFlow significantly improves temporal coherence and diversity across various video generation models, including U-Net, DiT, and AR-based architectures, while preserving spatial fidelity. These findings highlight the potential of temporal augmentation as a simple yet effective approach to advancing video generation quality.
