CVDec 18, 2024

Autoregressive Video Generation without Vector Quantization

arXiv:2412.14169v2158 citationsh-index: 10Has Code
Originality Highly original
AI Analysis

This work addresses the challenge of efficient and high-quality video generation for AI and multimedia applications, representing a novel method rather than an incremental improvement.

The paper tackles the problem of autoregressive video generation by proposing a non-quantized approach that reformulates it as temporal and spatial predictions, resulting in a model called NOVA that surpasses prior models in data efficiency, inference speed, visual fidelity, and video fluency with only 0.6B parameters, and even outperforms state-of-the-art image diffusion models in text-to-image tasks with lower training cost.

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.

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