RT-2: Vision-Language-Action Models That Generalize to Novel Tasks

RT-2: Vision-Language-Action Models That Generalize to Novel Tasks

Featured

Anthony Brohan, Noah Brown, Justice Carbajal, Yevgen Chebotar, Xi Chen, Krzysztof Choromanski, Tianli Ding, Danny Driess, Avinava Dubey, Pete Florence, Chuyuan Fu, Montse Gonzalez Arenas, Keerthana Gopalakrishnan, Kehang Han, Karol Hausman, Alexander Herzog, Jasmine Hsu, Brian Ichter, Alex Irpan, Nikhil Joshi, Ryan Julian, Dmitry Kalashnikov · Google DeepMind, Google Research · 2024

Framework

JAX / TensorFlow

License

Apache-2.0

Stars

1,853

Summary

Google DeepMind's VLA model combining a vision-language foundation model with robot action outputs, showing emergent generalization to novel objects, backgrounds, and semantic instructions far beyond training data.

Abstract Summary

RT-2 (Robotics Transformer 2) is a watershed paper in vision-language-action modeling for robotics. Published by Google DeepMind at ICRA 2024, it takes a pre-trained vision-language model (PaLI-X or PaLM-E) and fine-tunes it to output robot action tokens — not text, but quantized continuous end-effector poses and gripper states. The resulting model is the first large-scale demonstration that general-purpose vision-language representations can be repurposed for closed-loop robot control. The key insight is co-training: the model is trained simultaneously on vision-language tasks (image captioning, VQA, web-scale text) and robotics demonstration data (camera images → action sequences). This preserves the language model's general world knowledge while teaching it to ground abstract semantic concepts to physical motor commands. When deployed, RT-2 can respond to novel linguistic instructions like "place the extinct animal near the tall landmark" even if the exact object configuration was never seen during robot training. RT-2 achieves significant improvements over RT-1 (its predecessor) and over specialist imitation-learning policies on generalization benchmarks. On real robot evaluation across kitchen tasks, it shows 2–3x improvement on novel object categories and unprecedented performance on long-horizon reasoning tasks. The model outputs action tokens autoregressively at 3 Hz, directly controlling a 7-DoF arm with a two-finger gripper. While the original training infrastructure is not publicly available (the model requires massive compute and proprietary data), the Open X-Embodiment dataset and the RT-X models released on Hugging Face provide a community path to replicate and extend the approach. RT-2 established the VLA paradigm that underpins virtually all modern generalist manipulation research, including OpenVLA, Octo, and π₀.

Key Points

  • First large VLM fine-tuned to output robot action tokens (PaLI-X → actions).
  • Co-training on VQA, captioning, and robot data preserves world knowledge.
  • 2–3x improvement on novel objects compared to specialist imitation policies.
  • Handles abstract semantic instructions never seen during robot training.
  • Established the VLA paradigm underlying OpenVLA, Octo, and π₀.
Share

Related Papers

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

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

Moo Jin Kim, Karl Pertsch, Siddharth Karamcheti et al. · arXiv · Jun 2024

A 7B-parameter open-source Vision-Language-Action model pre-trained on 970k real-world robot demonstrations, achieving strong generalization across robots and tasks.

vla llm-robotics foundation-models manipulation
Code PDF Intermediate
GitHub ★ 6,260 Code updated: May 2026
DynaFLIP: Rethinking Robotics Perception via Tri-Modal-Dynamics Guided Representation

DynaFLIP: Rethinking Robotics Perception via Tri-Modal-Dynamics Guided Representation

Jusuk Lee, Seungjae Lee, Jonghun Shin et al. · arXiv preprint · May 2026

Robot manipulation critically depends on perception that preserves the action-relevant aspects of a scene. Yet most robot learning pipelines are built upon visual encoders pre-trained for static recog

foundation-models perception manipulation representation-learning vla
PDF Intermediate
No code repo Code updated: May 2026
EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera

EgoForce: Forearm-Guided Camera-Space 3D Hand Pose from a Monocular Egocentric Camera

Christen Millerdurai, Shaoxiang Wang, Yaxu Xie et al. · SIGGRAPH 2026 · May 2026

Reconstructing the absolute 3D pose and shape of the hands from the user's viewpoint using a single head-mounted camera is crucial for practical egocentric interaction in AR/VR, telepresence, and hand-centric manipulation tasks, where sensing must...

manipulation manipulation simulation
Code PDF Intermediate
Code ★ 0 May 2026