Papers › LARP: Tokenizing Videos with a Learned Autoregressive Generative Prior

LARP: Tokenizing Videos with a Learned Autoregressive Generative Prior

28 Oct 2024arXiv:2410.21264archive 2025-07-28

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

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).

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.21264")

Code

Syntology Ran 4 of 13 code samples harvested from 1 repository linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 1 ran · fixture could not drive it.

By repository: community (archive-listed): 13 samples from 1 repository, 4 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hywang66/LARP mentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 4 ran; 1 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
1ran · fixture could not drive it
9unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hywang66/LARP. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

drop_path hywang66/LARP/models/larp_ar.py community (archive-listed) ran · fixture could not drive it MIT (permissive) · 87577b3ff9d32712 · report
find_multiple hywang66/LARP/models/larp_ar.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · f6ff7671338c9c92 · report
hinge_d_loss hywang66/LARP/models/loss.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · 22a83df891d750c6 · report
register hywang66/LARP/models/models.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 44c3aa4c610ea3f7 · report
entropy_loss hywang66/LARP/models/bottleneck.py community (archive-listed) unverified MIT (permissive) · b4701e8bb46ce4c9 · report
get_2d_sincos_pos_embed hywang66/LARP/models/embed.py community (archive-listed) unverified MIT (permissive) · 17acd1617dd8a808 · report
get_2d_sincos_pos_embed_from_grid hywang66/LARP/models/embed.py community (archive-listed) unverified MIT (permissive) · fd6ac2b105d8a7b5 · report
get_3d_sincos_pos_embed hywang66/LARP/models/embed.py community (archive-listed) unverified MIT (permissive) · e8364ecd23bce54d · report
get_optimizer_parameter_set hywang66/LARP/trainers/larp_tokenizer_trainer.py community (archive-listed) unverified MIT (permissive) · f158589f38e59deb · report
get_orig_module hywang66/LARP/models/larp_tokenizer.py community (archive-listed) unverified MIT (permissive) · 1bc068182cddc396 · report
lecam_reg hywang66/LARP/models/loss.py community (archive-listed) unverified MIT (permissive) · 9260cf8e6d12812c · report
make hywang66/LARP/models/models.py community (archive-listed) unverified MIT (permissive) · 8003b350e3563bc9 · report
r1_gradient_penalty hywang66/LARP/models/loss.py community (archive-listed) unverified MIT (permissive) · 4ba231e52b8114c1 · report

Tasks

Video GenerationVideo Reconstruction

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Video Generation UCF-101 LARP FVD16 57 #3 of 48 Archive leaderboard report
Video Prediction Kinetics-600 12 frames, 64x64 LARP Cond 5 #4 of 16 Archive leaderboard report
Video Prediction Kinetics-600 12 frames, 64x64 LARP FVD 5.1 #4 of 16 Archive leaderboard report
Video Prediction Kinetics-600 12 frames, 64x64 LARP Pred 11 #4 of 16 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

ALIGNSET

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections