VideoElevator: Elevating Video Generation Quality with Versatile Text-to-Image Diffusion Models
Yabo Zhang, Yuxiang Wei, Xianhui Lin, Zheng Hui, Peiran Ren, Xuansong Xie, Xiangyang Ji, Wangmeng Zuo
TL;DR
VideoElevator addresses the gap in video generation quality by decoupling each diffusion sampling step into temporal refinement and spatial enhancement, enabling training-free interaction between text-to-video and text-to-image diffusion models. By applying a temporal LPFF and T2V-based motion editing to obtain a motion-consistent latent, then invert to a T2I-compatible noise latent, and finally applying an inflated T2I with cross-frame attention to elevate details, it yields higher frame quality and better alignment with prompts. The approach works with both foundational and personalized T2I, improving baselines and enabling stylistically faithful, high-quality video synthesis without additional training. The results are validated through quantitative metrics, human studies, and ablations, highlighting the importance of LPFF, DDIM inversion, and cross-frame attention in achieving temporal coherence and visual fidelity.
Abstract
Text-to-image diffusion models (T2I) have demonstrated unprecedented capabilities in creating realistic and aesthetic images. On the contrary, text-to-video diffusion models (T2V) still lag far behind in frame quality and text alignment, owing to insufficient quality and quantity of training videos. In this paper, we introduce VideoElevator, a training-free and plug-and-play method, which elevates the performance of T2V using superior capabilities of T2I. Different from conventional T2V sampling (i.e., temporal and spatial modeling), VideoElevator explicitly decomposes each sampling step into temporal motion refining and spatial quality elevating. Specifically, temporal motion refining uses encapsulated T2V to enhance temporal consistency, followed by inverting to the noise distribution required by T2I. Then, spatial quality elevating harnesses inflated T2I to directly predict less noisy latent, adding more photo-realistic details. We have conducted experiments in extensive prompts under the combination of various T2V and T2I. The results show that VideoElevator not only improves the performance of T2V baselines with foundational T2I, but also facilitates stylistic video synthesis with personalized T2I. Our code is available at https://github.com/YBYBZhang/VideoElevator.
