Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

LARP: Tokenizing Videos with a Learned Autoregressive Generative Prior

About

We present LARP, a novel video tokenizer designed to overcome limitations in current video tokenization methods for autoregressive (AR) generative models. Unlike traditional patchwise tokenizers that directly encode local visual patches into discrete tokens, LARP introduces a holistic tokenization scheme that gathers information from the visual content using a set of learned holistic queries. This design allows LARP to capture more global and semantic representations, rather than being limited to local patch-level information. Furthermore, it offers flexibility by supporting an arbitrary number of discrete tokens, enabling adaptive and efficient tokenization based on the specific requirements of the task. To align the discrete token space with downstream AR generation tasks, LARP integrates a lightweight AR transformer as a training-time prior model that predicts the next token on its discrete latent space. By incorporating the prior model during training, LARP learns a latent space that is not only optimized for video reconstruction but is also structured in a way that is more conducive to autoregressive generation. Moreover, this process defines a sequential order for the discrete tokens, progressively pushing them toward an optimal configuration during training, ensuring smoother and more accurate AR generation at inference time. Comprehensive experiments demonstrate LARP's strong performance, achieving state-of-the-art FVD on the UCF101 class-conditional video generation benchmark. LARP enhances the compatibility of AR models with videos and opens up the potential to build unified high-fidelity multimodal large language models (MLLMs).

Hanyu Wang, Saksham Suri, Yixuan Ren, Hao Chen, Abhinav Shrivastava• 2024

Related benchmarks

TaskDatasetResultRank
Video ClassificationKinetics-400--
131
Video GenerationUCF-101 (test)--
105
Video ClassificationKinetics-600
Top-1 Accuracy68.52
84
Video ClassificationKinetics 700
Top-1 Accuracy66.89
46
Video ReconstructionWebVid 10M
PSNR33.03
34
Video ReconstructionUCF-101
rFVD20
28
Video Frame PredictionKinetics-600
gFVD5.1
28
Class-Conditional Video GenerationUCF101
gFVD57
19
Temporal Action LocalizationTHUMOS14 v1.0 (50%-50%)
mAP (Avg)27.42
17
Temporal Action LocalizationActivityNet 1.3 (50%-50%)
Avg mAP25.53
17
Showing 10 of 21 rows

Other info

Code

Follow for update