OSV: One Step is Enough for High-Quality Image to Video Generation
Xiaofeng Mao, Zhengkai Jiang, Fu-Yun Wang, Jiangning Zhang, Hao Chen, Mingmin Chi, Yabiao Wang, Wenhan Luo
TL;DR
OSV tackles the high computational cost of video diffusion by a two-stage training regimen that blends GAN training with consistency distillation, plus a latent-space discriminator backed by a DINOv2 backbone. A latent upsampling module replaces the VAE decoder, and a high-order Time Travel Sampler enables accurate one-step generation with optional multi-step refinement. Quantitative results on OpenWebVid-1M show state-of-the-art performance for low-step generation, surpassing key baselines and approaching multi-step diffusion quality with far less computation. The approach also presents extensive ablations illustrating the contributions of Stage 1 GAN pretraining, Stage 2 distillation, multi-step solving, and the discriminator design, while noting limitations in complex human motion scenarios.
Abstract
Video diffusion models have shown great potential in generating high-quality videos, making them an increasingly popular focus. However, their inherent iterative nature leads to substantial computational and time costs. While efforts have been made to accelerate video diffusion by reducing inference steps (through techniques like consistency distillation) and GAN training (these approaches often fall short in either performance or training stability). In this work, we introduce a two-stage training framework that effectively combines consistency distillation with GAN training to address these challenges. Additionally, we propose a novel video discriminator design, which eliminates the need for decoding the video latents and improves the final performance. Our model is capable of producing high-quality videos in merely one-step, with the flexibility to perform multi-step refinement for further performance enhancement. Our quantitative evaluation on the OpenWebVid-1M benchmark shows that our model significantly outperforms existing methods. Notably, our 1-step performance(FVD 171.15) exceeds the 8-step performance of the consistency distillation based method, AnimateLCM (FVD 184.79), and approaches the 25-step performance of advanced Stable Video Diffusion (FVD 156.94).
