Robotics / Architecture
verifiedVision-Language-Action Model
Take a model that already understands images and instructions, and give it a third output: what to do with a body. The bet is that most of what a robot needs to know about the world was learnable from the internet, and only the acting part has to come from robots — which are slow, expensive and scarce.
Actions are usually emitted as tokens from the same vocabulary head, which is what lets web pretraining transfer at all rather than being discarded at the last layer. The evidence for transfer is semantic generalisation — instructions naming objects the robot never manipulated — rather than better control on familiar tasks. Inference latency is the binding constraint, because a large model at 3 Hz is not a controller.
Discretise each action dimension into bins and predict them as tokens, so the policy is a language model conditioned on images and an instruction. Robot data is the scarce factor by several orders of magnitude, which is why the scaling that matters is not model size but how much of the model can be pretrained on data that is not robot data.
web-pretraining holds 80% of the budget; rest holds the remaining 20%.
Knowledge coming from web pretraining against knowledge that must come from robot data, in equal units. Drag the pretraining up to watch the scarce half shrink — it is scarce by orders of magnitude, which is the whole design.
Reviewed by opendroid · 2026-08-18
- arXiv:2307.15818 — RT-2: Vision-Language-Action Models Transfer Web Knowledge to Robotic Control
- arXiv:2406.09246 — OpenVLA: An Open-Source Vision-Language-Action Model