Alibaba's Qwen-VLA Controls Ten Robot Bodies by Swapping a Text Prompt

Alibaba's Qwen team unveils a single 5B model that controls 11 robot platforms across manipulation, navigation, and trajectory prediction with one set of weights.

·
·
Read6 min
TopicRobotics · Llms
  • Alibaba's Qwen team released Qwen-VLA, a unified vision-language-action model for embodied AI.
  • Combines Qwen3.5-4B VLM with a 1.15B DiT flow-matching action decoder in one stack.
  • One model handles 11+ robot bodies via text prompts, no per-platform heads needed.
  • Hits 97.9% on LIBERO, 86.1%/87.2% on RoboTwin Easy/Hard, 73.7% on Simpler-WidowX.
  • Beats π0.5 and GR00T N1.6 specialists on real-world ALOHA with 83.6% in-domain average.
  • Technical report details progressive training across action pretraining, SFT, and RL.

Robotics has long lived with a quiet inefficiency: every new arm, gripper, or humanoid platform tends to get its own bespoke policy network, its own action head, and its own training pipeline. Alibaba's Qwen team is now proposing the opposite approach with Qwen-VLA, a single vision-language-action model that handles manipulation, navigation, and trajectory prediction across more than ten distinct robot bodies, switching between them by editing a text prompt.

Qwen-VLA is built on Qwen3.5-4B as the vision-language backbone, paired with a 1.15B DiT flow-matching action decoder. The system casts manipulation, navigation, and trajectory prediction into a shared action-and-trajectory prediction framework, enabling a unified model to learn from heterogeneous embodied data across tasks, environments, and robot embodiments via embodiment-aware prompt conditioning, with no per-platform output heads needed.

One brain, many bodies

The core idea is that the robot's body is just another piece of context the language model can read. To support multiple robot platforms, the team introduces embodiment-aware prompt conditioning, where robot-specific textual descriptions specify the current embodiment and control convention. Switching from a WidowX single-arm setup to a bimanual ALOHA rig or a humanoid is, mechanically, a prompt swap rather than a model swap.

That matters because the alternatives in the field, like specialist policies trained per robot or per task family, have been the dominant paradigm. A unified Qwen-VLA generalist matches or outperforms task-specific specialists fine-tuned independently per benchmark across multiple simulation and real-world evaluations, pushing embodied intelligence from skill specialists toward generalist actors.

How the action decoder learns to act

The bridge between language tokens and continuous joint commands is a Diffusion Transformer (DiT) trained with flow matching, a technique that learns to transport noise into a target distribution along smooth velocity fields. In Qwen-VLA, that target is a continuous action or trajectory rather than an image.

The training recipe is staged rather than monolithic. It uses a progressive recipe that includes large-scale action pretraining, multimodal continued pretraining, supervised fine-tuning, and reinforcement learning, bridging the gap between discrete vision-language tokens and continuous action trajectories. A notable trick highlighted in the launch thread is Text-to-Action pretraining, where the VLM is frozen and the DiT is taught to act from text-only descriptions of motion, cutting the cost of grounding the action decoder before any real robot data is touched.

The data mix is unusually broad. Qwen-VLA is trained with a large-scale joint pretraining recipe over diverse data sources, including robotics manipulation trajectories, human egocentric demonstrations, synthetic simulation data, vision-and-language navigation data, trajectory-centric supervision, and auxiliary vision-language data. Human first-person video, in particular, is a cheap source of motion priors that don't require any robot at all.

Benchmarks: generalist beats specialist

The simulation numbers are where the unified-vs-specialist argument has to land, and Qwen-VLA-Instruct posts strong results across very different benchmark families. Qwen-VLA-Instruct achieves 97.9% on LIBERO, 73.7% on Simpler-WidowX, 86.1%/87.2% on RoboTwin-Easy/Hard, 69.0% OSR on R2R, 59.6% SR on RxR, 76.9% average OOD success in real-world ALOHA experiments, and 26.6% zero-shot success on DOMINO dynamic manipulation.

The real-world ALOHA bimanual results sharpen the comparison against current frontier policies. On in-domain tasks, Qwen-VLA-aloha with pretraining hits the following averages:

ModelIn-Domain AvgOOD Avg
GR00T N1.628.6%25.4%
π0.571.6%41.5%
Qwen-VLA-aloha (no pretrain)48.5%36.2%
Qwen-VLA-aloha (with pretrain)83.6%76.9%

The out-of-distribution column is where the architecture earns its keep. On the ALOHA bimanual platform, GR00T N1.6 and π0.5 are per-task specialist models fine-tuned independently, while Qwen-VLA is a unified all-in-one generalist that handles all tasks, embodiments, and modalities within one unified model. Despite being a generalist, it beats both specialists by roughly 35 to 50 percentage points on color, instance, position, background, and instruction variations.

What it is good at, and where it strains

The model is built around three task families that share an action-and-trajectory output space, so it can be pushed at fine-grained manipulation, long-horizon indoor navigation, and dynamic target tracking inside one rollout loop. The OOD picture is the more interesting claim: it generalizes to unseen object instances, lighting, backgrounds, and even unusual command phrases like asking the robot to approach an object or unscrew a pen cap.

The weak spots are visible in the same tables. On towel folding, Qwen-VLA-aloha with pretraining lands at 65.4%, behind π0.5 at 80.8%, suggesting that highly deformable-object manipulation still favors specialists. The base model also drops to 40.4% on RoboCasa-GR1 and around 64% on Simpler-WidowX, so the strongest numbers require the instruction-tuned variant.

What is actually new here

The headline is a generalist policy, but the more important technical claim is that you can absorb manipulation, navigation, and trajectory prediction into one prediction head without losing per-task quality. The Qwen team frames the design around three pillars:

  • Unified action-and-trajectory output. Manipulation, navigation, egocentric action modeling, and trajectory prediction share one action-and-trajectory prediction space.
  • Embodiment-aware prompts. One set of weights serves multiple platforms; switching embodiments requires only changing a text prompt.
  • Text-to-Action DiT pretraining. The VLM is frozen while the DiT learns to act from text-only motion data, which keeps the optimization cheap before scaling to robot trajectories.

The practical consequence is that a lab with a single-arm WidowX, a bimanual ALOHA, and a humanoid no longer needs three policies, three training pipelines, and three sets of demonstrations. They share parameters, share priors, and reportedly transfer skills between morphologies.

Industry context

Qwen-VLA lands in a crowded field. NVIDIA's GR00T line, Physical Intelligence's π0 and π0.5, Google DeepMind's RT-series, and a wave of academic VLA models have all converged on roughly the same recipe: a vision-language backbone plus a diffusion or flow-matching action head. What Alibaba is adding is open weights paired with explicit head-to-head wins over GR00T N1.6 and π0.5 on the same ALOHA evaluation suite, and a single model that spans navigation tasks like Room-to-Room and RxR alongside tabletop manipulation.

The paper, code repository, and official blog are all live, with the technical report running 34 pages. If the field's assumption has been that embodiment-specific policy heads are the price of admission for serious robot performance, Qwen-VLA is the most concrete argument yet that a sufficiently capable VLM, a flow-matching action decoder, and a careful text-conditioning scheme can replace that whole pile of forks.

Comments

avatar