Source note

Qwen-VLA: Unifying Vision-Language-Action Modeling across Tasks, Environments, and Robot Embodiments

Vision Language ActionRobot Foundation ModelGeneralist Robot PolicyRobot Data ScalingCross Embodiment

Qwen-VLA is a single vision-language-action policy for manipulation, navigation, and trajectory prediction across robot embodiments. It adds a DiT flow-matching action decoder to Qwen3.5-4B and trains on mixed robot, human, simulation, navigation, and vision-language data.

  • Embodied AI models are often tied to one task family, robot body, or benchmark, which limits transfer across manipulation, navigation, and new robot platforms.
  • Robot control data uses different action types, control rates, horizons, and dimensions, so scaling across datasets is hard without a common training interface.
  • The problem matters because robot foundation models need broad data mixtures to improve generalization under changes in objects, scenes, lighting, language, and embodiment.
  • The core mechanism is simple: the model reads images, a language instruction, and a text description of the current robot, then predicts a future action or trajectory chunk.
  • The backbone is Qwen3.5-4B for vision-language understanding. A DiT flow-matching action decoder with about 1.15B parameters generates continuous actions.
  • Embodiment-aware prompts specify the robot tag, arm setup, control frequency, and prediction horizon, so one model can handle different platforms without separate output heads.
  • Actions and trajectories use a shared tensor shape with padding and masks. Each dataset keeps its native control convention, while the mask prevents padded channels from affecting training.
  • Training uses four stages: text-to-action decoder pretraining, multimodal continued pretraining, supervised fine-tuning, and reinforcement learning in SimplerEnv.
  • Qwen-VLA-Instruct reports 97.9% success on LIBERO and 73.7% on Simpler-WidowX.
  • It reports 86.1% on RoboTwin-Easy and 87.2% on RoboTwin-Hard.
  • For navigation, it reports 69.0% OSR on R2R and 59.6% SR on RxR.
  • In real-world ALOHA out-of-distribution experiments, it reports 76.9% average success.
  • On DOMINO dynamic manipulation, it reports 26.6% zero-shot success.
  • The excerpt gives metric values across benchmarks, but it does not provide detailed baseline-by-baseline comparison numbers.