Snap Video: Scaled Spatiotemporal Transformers for Text-to-Video Synthesis

Contemporary models for generating images show remarkable quality and versatility. Swayed by these advantages, the research community repurposes them to generate videos. Since video content is highly redundant, we argue that naively bringing advances of image models to the video generation domain reduces motion fidelity, visual quality and impairs scalability. In this work, we build Snap Video, a video-first model that systematically addresses these challenges. To do that, we first extend the EDM framework to take into account spatially and temporally redundant pixels and naturally support video generation. Second, we show that a U-Net - a workhorse behind image generation - scales poorly when generating videos, requiring significant computational overhead. Hence, we propose a new transformer-based architecture that trains 3.31 times faster than U-Nets (and is ~4.5 faster at inference). This allows us to efficiently train a text-to-video model with billions of parameters for the first time, reach state-of-the-art results on a number of benchmarks, and generate videos with substantially higher quality, temporal consistency, and motion complexity. The user studies showed that our model was favored by a large margin over the most recent methods. See our website at https://snap-research.github.io/snapvideo/.

PDF Abstract

Datasets


Results from the Paper


Task Dataset Model Metric Name Metric Value Global Rank Benchmark
Text-to-Video Generation MSR-VTT Snap Video (512x288) CLIPSIM 0.2793 # 10
FVD 104.0 # 1
CLIP-FID 9.35 # 2
Text-to-Video Generation MSR-VTT Snap Video (288×288) CLIPSIM 0.2793 # 10
FVD 110.4 # 2
CLIP-FID 8.48 # 1
Text-to-Video Generation UCF-101 Snap Video (Zero-shot, 512x288) FVD16 200.2 # 2
Text-to-Video Generation UCF-101 Snap Video (Zero-shot, 288×288) FVD16 260.1 # 5

Methods