Papers › OpenVLA: An Open-Source Vision-Language-Action Model

OpenVLA: An Open-Source Vision-Language-Action Model

13 Jun 2024arXiv:2406.09246archive 2025-07-28

Moo Jin Kim, Karl Pertsch, Siddharth Karamcheti, Ted Xiao, Ashwin Balakrishna, Suraj Nair, Rafael Rafailov, Ethan Foster, Grace Lam, Pannag Sanketi, Quan Vuong, Thomas Kollar, Benjamin Burchfiel, Russ Tedrake, Dorsa Sadigh, Sergey Levine, Percy Liang, Chelsea Finn

Large policies pretrained on a combination of Internet-scale vision-language data and diverse robot demonstrations have the potential to change how we teach robots new skills: rather than training new behaviors from scratch, we can fine-tune such vision-language-action (VLA) models to obtain robust, generalizable policies for visuomotor control. Yet, widespread adoption of VLAs for robotics has been challenging as 1) existing VLAs are largely closed and inaccessible to the public, and 2) prior work fails to explore methods for efficiently fine-tuning VLAs for new tasks, a key component for adoption. Addressing these challenges, we introduce OpenVLA, a 7B-parameter open-source VLA trained on a diverse collection of 970k real-world robot demonstrations. OpenVLA builds on a Llama 2 language model combined with a visual encoder that fuses pretrained features from DINOv2 and SigLIP. As a product of the added data diversity and new model components, OpenVLA demonstrates strong results for generalist manipulation, outperforming closed models such as RT-2-X (55B) by 16.5% in absolute task success rate across 29 tasks and multiple robot embodiments, with 7x fewer parameters. We further show that we can effectively fine-tune OpenVLA for new settings, with especially strong generalization results in multi-task environments involving multiple objects and strong language grounding abilities, and outperform expressive from-scratch imitation learning methods such as Diffusion Policy by 20.4%. We also explore compute efficiency; as a separate contribution, we show that OpenVLA can be fine-tuned on consumer GPUs via modern low-rank adaptation methods and served efficiently via quantization without a hit to downstream success rate. Finally, we release model checkpoints, fine-tuning notebooks, and our PyTorch codebase with built-in support for training VLAs at scale on Open X-Embodiment datasets.

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="2406.09246")

Code

Syntology Ran 2 of 10 code samples harvested from 3 repositories linked to this paper; 8 have no recorded run. Of those that ran: 2 ran with no contract checked.

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

openvla/openvla mentioned on GitHubpytorchMIT report
pie33000/OpenVLA mentioned on GitHubpytorchMIT report
stanford-iliad/openvla-mini 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

10 samples harvested; 2 ran; 0 honoured the contract we drafted; 8 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
8unverified

Licence: 0 of the 10 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.

crop_and_resize openvla/openvla/experiments/robot/openvla_utils.py community (archive-listed) ran MIT (permissive) · d4883358a40b04e4 · report
get_image_resize_size openvla/openvla/experiments/robot/robot_utils.py community (archive-listed) ran MIT (permissive) · 01fa10b1e4f2b232 · report
get_openvla_prompt stanford-iliad/openvla-mini/vla-scripts/extern/verify_openvla.py community (archive-listed) unverified MIT (permissive) · 883da746d4398ec2 · report
get_openvla_prompt openvla/openvla/vla-scripts/deploy.py community (archive-listed) unverified MIT (permissive) · 5dcd468341e1592d · report
get_processor openvla/openvla/experiments/robot/openvla_utils.py community (archive-listed) unverified MIT (permissive) · 886ca388dfb17143 · report
hr_name stanford-iliad/openvla-mini/experiments/robot/robot_utils.py community (archive-listed) unverified MIT (permissive) · ef2c04230ed3e692 · report
parse_stanford_hydra_dataset pie33000/OpenVLA/convert_tf_to_numpy.py community (archive-listed) unverified MIT (permissive) · 81047a80f05792ed · report
parse_viola_dataset pie33000/OpenVLA/convert_tf_to_numpy.py community (archive-listed) unverified MIT (permissive) · 6595ff27135d42d4 · report
remap_state_dicts_for_hf stanford-iliad/openvla-mini/vla-scripts/extern/convert_openvla_weights_to_hf.py community (archive-listed) unverified MIT (permissive) · 7af07bf1a8a753fe · report
round_to_n stanford-iliad/openvla-mini/experiments/robot/robot_utils.py community (archive-listed) unverified MIT (permissive) · a6a8431fbd02a85e · report

Tasks

Imitation LearningLanguage ModellingQuantizationRobot ManipulationVision-Language-Actionmodel

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Robot Manipulation CALVIN OpenVLA avg. sequence length (D to D) 3.27 #13 of 19 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Variant Aggregation 0.411 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Variant Aggregation-Move Near 0.477 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Variant Aggregation-Open/Close Drawer 0.177 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Variant Aggregation-Pick Coke Can 0.545 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Visual Matching 0.277 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Visual Matching-Move Near 0.462 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Visual Matching-Open/Close Drawer 0.356 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Google Robot OpenVLA Visual Matching-Pick Coke Can 0.163 #8 of 9 Archive leaderboard report
Robot Manipulation SimplerEnv-Widow X OpenVLA Average 0.010 #7 of 7 Archive leaderboard report
Robot Manipulation SimplerEnv-Widow X OpenVLA Put Carrot on Plate 0.000 #7 of 7 Archive leaderboard report
Robot Manipulation SimplerEnv-Widow X OpenVLA Put Spoon on Towel 0.000 #7 of 7 Archive leaderboard report
Robot Manipulation SimplerEnv-Widow X OpenVLA Stack Green Block on Yellow Block 0.000 #7 of 7 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

DiffusionLLaMA

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