snap-research / SF-V

This respository contains the code for SF-V: Single Forward Video Generation Model.

Home Page:https://snap-research.github.io/SF-V/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SF-V
Single Forward Video Generation Model

arXiv Project Page

This respository contains the code for the paper SF-V: Single Forward Video Generation Model. For more visualization results, please check our project page.

SF-V: Single Forward Video Generation Model
Zhixing Zhang 1,2, Yanyu Li 1, Yushu Wu 1, Yanwu Xu 1, Anil Kag 1, Ivan Skorokhodov 1, Willi Menapace 1, Aliaksandr Siarohin 1, Junli Cao 1, Dimitris Metaxas 2, Sergey Tulyakov 1, and Jian Ren 1
1 Snap Inc. 2 Rutgers University

TL;DR: SF-V is a video generation method that can generate high-quality and motion consistent videos by only performing the sampling once during inference.

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 23x speedup compared with SVD and 6x speedup compared with existing works, with even better generation quality), paving the way for real-time video synthesis and editing.

Reference

If our work helps you, please consider to cite our paper. Thanks!

@article{zhang2022sfv,
  title={SF-V: Single Forward Video Generation Model},
  author={Zhang, Zhixing and Li, Yanyu and Wu, Yushu and Xu, Yanwu and Kag, Anil and Skorokhodov, Ivan and Menapace, Willi and Siarohin, Aliaksandr and Cao, Junli and Metaxas, Dimitris and Tulyakov, Sergey and Ren, Jian},
  journal={arXiv preprint arXiv:2406.04324},
  year={2024}
}

About

This respository contains the code for SF-V: Single Forward Video Generation Model.

https://snap-research.github.io/SF-V/