Papers › Latent Action Pretraining from Videos

Latent Action Pretraining from Videos

15 Oct 2024arXiv:2410.11758archive 2025-07-28

Seonghyeon Ye, Joel Jang, Byeongguk Jeon, Sejune Joo, Jianwei Yang, Baolin Peng, Ajay Mandlekar, Reuben Tan, Yu-Wei Chao, Bill Yuchen Lin, Lars Liden, Kimin Lee, Jianfeng Gao, Luke Zettlemoyer, Dieter Fox, Minjoon Seo

We introduce Latent Action Pretraining for general Action models (LAPA), an unsupervised method for pretraining Vision-Language-Action (VLA) models without ground-truth robot action labels. Existing Vision-Language-Action models require action labels typically collected by human teleoperators during pretraining, which significantly limits possible data sources and scale. In this work, we propose a method to learn from internet-scale videos that do not have robot action labels. We first train an action quantization model leveraging VQ-VAE-based objective to learn discrete latent actions between image frames, then pretrain a latent VLA model to predict these latent actions from observations and task descriptions, and finally finetune the VLA on small-scale robot manipulation data to map from latent to robot actions. Experimental results demonstrate that our method significantly outperforms existing techniques that train robot manipulation policies from large-scale videos. Furthermore, it outperforms the state-of-the-art VLA model trained with robotic action labels on real-world manipulation tasks that require language conditioning, generalization to unseen objects, and semantic generalization to unseen instructions. Training only on human manipulation videos also shows positive transfer, opening up the potential for leveraging web-scale data for robotics foundation model.

PaperPDFCodeCode 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.11758")

Code

Syntology Ran 25 of 36 code samples harvested from 3 repositories linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · honoured contract; 2 ran · violated contract; 1 ran · our draft was wrong; 20 ran with no contract checked.

By repository: community (archive-listed): 14 samples from 1 repository, 7 ran; found in paper text by Syntology: 22 samples from 2 repositories, 18 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

LatentActionPretraining/LAPA mentioned on GitHubjaxMIT 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

36 samples harvested; 25 ran; 2 honoured the contract we drafted; 11 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.

2ran · honoured contract
2ran · violated contract
1ran · our draft was wrong
20ran
11unverified

Licence: 0 of the 36 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 3 repositories linked to this paper, official or community; each sample names its own and says which. “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.

identity LatentActionPretraining/LAPA/laq/laq_model/data.py community (archive-listed) ran · honoured contract MIT (permissive) · 7f1040f5e3991d5e · report
default LatentActionPretraining/LAPA/laq/laq_model/attention.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 60fff7c3c400d7ff · report
exists LatentActionPretraining/LAPA/laq/laq_model/attention.py community (archive-listed) ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
leaky_relu LatentActionPretraining/LAPA/laq/laq_model/attention.py community (archive-listed) ran · our draft was wrong MIT (permissive) · f11bef5e87ce3904 · report
pair LatentActionPretraining/LAPA/laq/laq_model/latent_action_quantization.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · 6d5ab71931a90677 · report
pair LatentActionPretraining/LAPA/laq/laq_model/data.py community (archive-listed) ran fingerprinted MIT (permissive) · 9270ed2833cf3467 · report
separate_weight_decayable_params LatentActionPretraining/LAPA/laq/laq_model/optimizer.py community (archive-listed) ran MIT (permissive) · fdc11aefc97f3abb · report
accum_log LatentActionPretraining/LAPA/laq/laq_model/laq_trainer.py community (archive-listed) unverified MIT (permissive) · 5d19651094278e5c · report
encode_images LatentActionPretraining/LAPA/latent_pretraining/data.py community (archive-listed) unverified MIT (permissive) · 9056e6d6fdefa088 · report
get_model LatentActionPretraining/LAPA/laq/laq_model/t5.py community (archive-listed) unverified MIT (permissive) · feff9391629f5643 · report
get_optimizer LatentActionPretraining/LAPA/laq/laq_model/optimizer.py community (archive-listed) unverified MIT (permissive) · 93576b1f69752368 · report
get_preprocessor LatentActionPretraining/LAPA/latent_pretraining/data.py community (archive-listed) unverified MIT (permissive) · bf465416561b7be4 · report
get_tokenizer LatentActionPretraining/LAPA/laq/laq_model/t5.py community (archive-listed) unverified MIT (permissive) · cbdf413e88112af9 · report
load_image LatentActionPretraining/LAPA/laq/inference_sthv2.py community (archive-listed) unverified MIT (permissive) · 0ca8f8ec94f51579 · report
add_debug_info_to_image google-research/language-table/language_table/environments/language_table.py found in paper text by Syntology ran Apache-2.0 (permissive) · dbc74cddc2c0fb0a · report
construct_unordered_trial_results simpler-env/SimplerEnv/simpler_env/utils/metrics.py found in paper text by Syntology ran MIT (permissive) · 2291e98cc51d78b6 · report
crop_test_image google-research/language-table/language_table/eval/wrappers.py found in paper text by Syntology ran Apache-2.0 (permissive) · 155c970270f7efea · report
dataset2path simpler-env/SimplerEnv/simpler_env/utils/debug/google_robot_test_dataset_inference_rollout_gt_traj_in_sim.py found in paper text by Syntology ran fingerprinted MIT (permissive) · b473600d9d00e657 · report
default simpler-env/SimplerEnv/simpler_env/policies/octo/octo_server_model.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 3abdec7a01649789 · report
flattened_traversal google-research/language-table/language_table/train/bc.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0eb50fb69cca4ed3 · report
get_hyper google-research/language-table/language_table/train/configs/language_table_resnet_sim_local.py found in paper text by Syntology ran Apache-2.0 (permissive) · 9c310e911f805732 · report
is_path simpler-env/SimplerEnv/simpler_env/utils/io.py found in paper text by Syntology ran MIT (permissive) · 1d86046b8135d67a · report
load_image_arrays simpler-env/SimplerEnv/simpler_env/utils/io.py found in paper text by Syntology ran MIT (permissive) · 2b562af5f9efa42f · report
load_image_pils simpler-env/SimplerEnv/simpler_env/utils/io.py found in paper text by Syntology ran MIT (permissive) · 1a0db059d2e3b91b · report
mean_maximum_rank_violation simpler-env/SimplerEnv/simpler_env/utils/metrics.py found in paper text by Syntology ran fingerprinted MIT (permissive) · 441fe6ea8aeea865 · report
normalize_image_resnet google-research/language-table/language_table/train/networks/lava.py found in paper text by Syntology ran Apache-2.0 (permissive) · 0b15aed1f08da820 · report
object_hook simpler-env/SimplerEnv/simpler_env/policies/octo/octo_server_model.py found in paper text by Syntology ran MIT (permissive) · 8cd74b85e5838b36 · report
parse_range_tuple simpler-env/SimplerEnv/simpler_env/evaluation/argparse.py found in paper text by Syntology ran MIT (permissive) · 05c86bc7ce4ad9dc · report
pearson_correlation simpler-env/SimplerEnv/simpler_env/utils/metrics.py found in paper text by Syntology ran MIT (permissive) · 9dbd294d9713950c · report
positional_encoding2d google-research/language-table/language_table/train/networks/lava.py found in paper text by Syntology ran Apache-2.0 (permissive) · c212071abd4e5321 · report
resize_images google-research/language-table/language_table/eval/wrappers.py found in paper text by Syntology ran Apache-2.0 (permissive) · 98869bb596d5d642 · report
sinusoidal_init google-research/language-table/language_table/train/networks/lava.py found in paper text by Syntology ran Apache-2.0 (permissive) · 02dbbb5108872c5d · report
get_all_block_pairs google-research/language-table/language_table/environments/blocks.py found in paper text by Syntology unverified Apache-2.0 (permissive) · cbf0a809513fd118 · report
get_all_block_subsets google-research/language-table/language_table/environments/blocks.py found in paper text by Syntology unverified Apache-2.0 (permissive) · c30c34bf7965a040 · report
get_block_set google-research/language-table/language_table/environments/blocks.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 86c900797b149647 · report
tokenize_text google-research/language-table/language_table/common/clip_tokenizer.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f38cfe2cf5433ba8 · report

Tasks

QuantizationRobot ManipulationVision-Language-Action

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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