FreqPrior: Improving Video Diffusion Models with Frequency Filtering Gaussian Noise
Yunlong Yuan, Yuanfan Guo, Chunwei Wang, Wei Zhang, Hang Xu, Li Zhang
TL;DR
The paper tackles the problem of improving text-to-video diffusion by refining the initial noise prior to mitigate variance decay and detail loss observed in prior methods like FreeInit. It introduces FreqPrior, a three-stage framework with sampling, diffusion, and noise refinement that uses a frequency-domain filter to retain low-frequency structure while enriching high-frequency content, ensuring the refined noise remains close to a standard Gaussian distribution $N(0,I)$. A partial sampling strategy that perturbs the latent at an intermediate timestep further accelerates inference without sacrificing quality. The authors provide a theoretical covariance bound showing the refined noise covariance approaches Gaussian more closely than FreeInit, and validate the approach on VBench across three base models, achieving state-of-the-art quality and semantic scores with about 23% faster inference. Overall, FreqPrior offers a principled, efficient pathway to higher-fidelity, semantically coherent video generation by rethinking the noise prior in the diffusion process.
Abstract
Text-driven video generation has advanced significantly due to developments in diffusion models. Beyond the training and sampling phases, recent studies have investigated noise priors of diffusion models, as improved noise priors yield better generation results. One recent approach employs the Fourier transform to manipulate noise, marking the initial exploration of frequency operations in this context. However, it often generates videos that lack motion dynamics and imaging details. In this work, we provide a comprehensive theoretical analysis of the variance decay issue present in existing methods, contributing to the loss of details and motion dynamics. Recognizing the critical impact of noise distribution on generation quality, we introduce FreqPrior, a novel noise initialization strategy that refines noise in the frequency domain. Our method features a novel filtering technique designed to address different frequency signals while maintaining the noise prior distribution that closely approximates a standard Gaussian distribution. Additionally, we propose a partial sampling process by perturbing the latent at an intermediate timestep during finding the noise prior, significantly reducing inference time without compromising quality. Extensive experiments on VBench demonstrate that our method achieves the highest scores in both quality and semantic assessments, resulting in the best overall total score. These results highlight the superiority of our proposed noise prior.
