Autoregressive Video Generation without Vector Quantization
About
This paper presents a novel approach that enables autoregressive video generation with high efficiency. We propose to reformulate the video generation problem as a non-quantized autoregressive modeling of temporal frame-by-frame prediction and spatial set-by-set prediction. Unlike raster-scan prediction in prior autoregressive models or joint distribution modeling of fixed-length tokens in diffusion models, our approach maintains the causal property of GPT-style models for flexible in-context capabilities, while leveraging bidirectional modeling within individual frames for efficiency. With the proposed approach, we train a novel video autoregressive model without vector quantization, termed NOVA. Our results demonstrate that NOVA surpasses prior autoregressive video models in data efficiency, inference speed, visual fidelity, and video fluency, even with a much smaller model capacity, i.e., 0.6B parameters. NOVA also outperforms state-of-the-art image diffusion models in text-to-image generation tasks, with a significantly lower training cost. Additionally, NOVA generalizes well across extended video durations and enables diverse zero-shot applications in one unified model. Code and models are publicly available at https://github.com/baaivision/NOVA.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Text-to-Image Generation | GenEval | Overall Score75 | 506 | |
| Text-to-Image Generation | T2I-CompBench | Shape Fidelity54.89 | 185 | |
| Text-to-Video Generation | VBench | Quality Score80.39 | 155 | |
| Video Generation | VBench 5s | Total Score80.12 | 58 | |
| Video Generation | VBench (test) | Semantic Score79.05 | 48 | |
| Video Generation | short videos 81-frames 240 prompts | Total Score3.7 | 38 | |
| Long Video Generation | 120, 240, 720 and 1440-frames long videos | Total Score2.48 | 20 | |
| Video Generation | VBench short video (test) | Subject Consistency79.05 | 16 | |
| Video Generation | VBench | Total Score80.12 | 14 | |
| Text-to-Video Generation | VBench T2V | Overall Score80.12 | 13 |