Papers › LLaRA: Supercharging Robot Learning Data for Vision-Language Policy

LLaRA: Supercharging Robot Learning Data for Vision-Language Policy

28 Jun 2024arXiv:2406.20095archive 2025-07-28

Xiang Li, Cristina Mata, Jongwoo Park, Kumara Kahatapitiya, Yoo Sung Jang, Jinghuan Shang, Kanchana Ranasinghe, Ryan Burgert, Mu Cai, Yong Jae Lee, Michael S. Ryoo

Vision Language Models (VLMs) have recently been leveraged to generate robotic actions, forming Vision-Language-Action (VLA) models. However, directly adapting a pretrained VLM for robotic control remains challenging, particularly when constrained by a limited number of robot demonstrations. In this work, we introduce LLaRA: Large Language and Robotics Assistant, a framework that formulates robot action policy as visuo-textual conversations and enables an efficient transfer of a pretrained VLM into a powerful VLA, motivated by the success of visual instruction tuning in Computer Vision. First, we present an automated pipeline to generate conversation-style instruction tuning data for robots from existing behavior cloning datasets, aligning robotic actions with image pixel coordinates. Further, we enhance this dataset in a self-supervised manner by defining six auxiliary tasks, without requiring any additional action annotations. We show that a VLM finetuned with a limited amount of such datasets can produce meaningful action decisions for robotic control. Through experiments across multiple simulated and real-world tasks, we demonstrate that LLaRA achieves state-of-the-art performance while preserving the generalization capabilities of large language models. The code, datasets, and pretrained models are available at https://github.com/LostXine/LLaRA.

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

Code

Syntology Ran 13 of 15 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 3 ran · our draft was wrong; 9 ran with no contract checked.

By repository: official repository: 15 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lostxine/llara officialmentioned in papermentioned on GitHubpytorchApache-2.0 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

15 samples harvested; 13 ran; 1 honoured the contract we drafted; 2 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
3ran · our draft was wrong
9ran
2unverified

Licence: 0 of the 15 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 LostXine/LLaRA. “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.

action_to_text LostXine/LLaRA/eval/eval-rt2.py official repository ran Apache-2.0 (permissive) · ca12919c16b4a4f5 · report
all_gather LostXine/LLaRA/maskrcnn/utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 91dc40b44121e385 · report
collate_fn LostXine/LLaRA/train-llava/llava/eval/model_vqa_loader.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 20e4f665698a3d18 · report
collate_fn LostXine/LLaRA/maskrcnn/utils.py official repository ran Apache-2.0 (permissive) · 0ec4ff97dc3a732e · report
get_bounding_box LostXine/LLaRA/eval/vima_utils.py official repository ran Apache-2.0 (permissive) · b77412266f910afa · report
get_chunk LostXine/LLaRA/train-llava/llava/eval/model_vqa.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 42a46570620cd9fa · report
load_image LostXine/LLaRA/train-llava/predict.py official repository ran · honoured contract Apache-2.0 (permissive) · 9b3c1cb391672ccb · report
pix2pos_front LostXine/LLaRA/eval/vima_utils.py official repository ran Apache-2.0 (permissive) · c072147381d37e39 · report
pos2pix_front LostXine/LLaRA/eval/vima_utils.py official repository ran fingerprinted Apache-2.0 (permissive) · 67c19efa51776cee · report
quantize_float_to_text LostXine/LLaRA/eval/eval-rt2.py official repository ran Apache-2.0 (permissive) · 7b583a6159d6539d · report
reduce_dict LostXine/LLaRA/maskrcnn/utils.py official repository ran Apache-2.0 (permissive) · d4ff7353113eadb2 · report
split_list LostXine/LLaRA/train-llava/llava/eval/model_vqa.py official repository ran · our draft was wrong fingerprinted Apache-2.0 (permissive) · 076c252c52cbb161 · report
text_to_float LostXine/LLaRA/eval/eval-rt2.py official repository ran Apache-2.0 (permissive) · 2c1424966e072851 · report
LlavaLlamaForCausalLM lostxine/llara/train-llava/llava/model/language_model/llava_llama.py official repository unverified Apache-2.0 (permissive) · e8b1d3f3b543afbc · report
LlavaMetaForCausalLM lostxine/llara/train-llava/llava/model/language_model/llava_llama.py official repository unverified Apache-2.0 (permissive) · 6106e117d2c9317b · report

Tasks

Vision-Language-ActionWorld Knowledge

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