CVIVJun 6, 2024

SF-V: Single Forward Video Generation Model

arXiv:2406.04324v238 citations
AI Analysis

This work addresses the computational bottleneck for real-time video synthesis and editing, offering a significant speed improvement over existing methods.

The paper tackles the high computational cost of diffusion-based video generation models by proposing a method to fine-tune pre-trained models for single-step synthesis, achieving around 23x speedup compared to Stable Video Diffusion with competitive or better quality.

Diffusion-based video generation models have demonstrated remarkable success in obtaining high-fidelity videos through the iterative denoising process. However, these models require multiple denoising steps during sampling, resulting in high computational costs. In this work, we propose a novel approach to obtain single-step video generation models by leveraging adversarial training to fine-tune pre-trained video diffusion models. We show that, through the adversarial training, the multi-steps video diffusion model, i.e., Stable Video Diffusion (SVD), can be trained to perform single forward pass to synthesize high-quality videos, capturing both temporal and spatial dependencies in the video data. Extensive experiments demonstrate that our method achieves competitive generation quality of synthesized videos with significantly reduced computational overhead for the denoising process (i.e., around $23\times$ speedup compared with SVD and $6\times$ speedup compared with existing works, with even better generation quality), paving the way for real-time video synthesis and editing. More visualization results are made publicly available at https://snap-research.github.io/SF-V.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes