HyperAIHyperAI

Command Palette

Search for a command to run...

Qwen-VLA: 작업, 환경 및 로봇 구현체 전반에 걸친 시각-언어-행동 모델링 통합

초록

구현형 지능(Embodied intelligence)은 종종 조작이나 탐색과 같은 개별 작업에 특화된 모델을 통해 연구되어 왔으며, 이로 인해 작업, 환경 및 로봇 구현(embodiment) 전반에 걸쳐 능력이 파편화되고 일반화 능력이 제한되는 문제가 발생했습니다. 본 연구에서는 이질적인 구현형 의사결정 문제들을 단일한 시각-언어-행동(Vision-Language-Action) 모델 내에서 통합할 수 있는지 탐구합니다. 본 논문에서는 Qwen-VLA를 제시합니다. Qwen-VLA는 Qwen의 시각-언어(Vision-Language) 모델링 스택을 지각, 이해, 추론 단계에서 DiT 기반 액션 디코더를 통해 연속적인 행동 및 궤적 생성 단계로 확장하는 통합형 구현형 파운데이션 모델입니다. Qwen-VLA는 로봇 조작 궤적, 인간 중심 시점(egocentric) 데모, 합성 시뮬레이션 데이터, 시각-언어(Vision-and-Language) 탐색 데이터, 궤적 중심 지도 학습(trajectory-centric supervision), 보조 시각-언어(Vision-Language) 데이터 등 다양한 데이터 소스를 대상으로 대규모 통합 사전 학습(recipe)을 통해 학습됩니다. 다수의 로봇 플랫폼을 지원하기 위해, 본 연구에서는 현재 구현(embodiment)과 제어 규약(control convention)을 명시하는 로봇 전용 텍스트 설명을 활용한 구현 인식 프롬프트 조건화(embodiment-aware prompt conditioning) 기법을 도입합니다. 또한 조작, 탐색 및 궤적 예측을 통합된 행동-궤적 예측 프레임워크로 재구성하여, 로봇 형태(morphology), 작업 군(task families), 환경 전반에 걸쳐 이전 가능한 시각적 그라운딩(visual grounding), 공간적 추론 및 연속적인 행동 생성을 가능하게 합니다. 조작, 탐색 및 궤적 중심 벤치마크에 대한 실험 결과는 장면 레이아웃, 배경, 조명, 객체 구성 및 로봇 구현의 변화에 대해 일관된 다중 작업 성능과 분포 밖(out-of-distribution) 일반화 능력을 입증합니다. Qwen-VLA-Instruct는 LIBERO에서 97.9%, Simpler-WidowX에서 73.7%, RoboTwin-Easy/Hard에서 각각 86.1%와 87.2%, R2R에서 OSR 69.0%, RxR에서 SR 59.6%, 실제 환경 ALOHA 실험에서 평균 OOD 성공률 76.9%, DOMINO 동적 조작에서 제로샷(zero-shot) 성공률 26.6%의 성능을 달성합니다.

One-sentence Summary

Qwen-VLA unifies embodied decision-making across tasks, environments, and robot embodiments by extending Qwen’s vision-language modeling stack to continuous action and trajectory generation via a DiT-based decoder and embodiment-aware prompt conditioning, delivering consistent multi-task performance and out-of-distribution generalization across manipulation, navigation, and trajectory benchmarks including LIBERO, R2R, RxR, and real-world ALOHA and DOMINO platforms.

Key Contributions

  • Qwen-VLA is a unified embodied foundation model that extends a vision-language backbone to continuous action and trajectory generation through a DiT-based action decoder. This architecture reframes manipulation, navigation, and trajectory prediction as a shared action-and-trajectory prediction problem, enabling transferable visual grounding and spatial reasoning across diverse robot morphologies and task families.
  • A staged training recipe resolves optimization asymmetry between a pretrained language backbone and a randomly initialized decoder by first teaching the decoder to decompress language instructions into action priors before visual grounding. The framework additionally employs embodiment-aware prompt conditioning, where robot-specific textual descriptions are prepended to align the shared model with platform-specific control conventions.
  • Evaluations across manipulation, navigation, and trajectory-centric benchmarks demonstrate that large-scale joint pretraining yields robust multi-task performance and out-of-distribution generalization. The unified policy achieves high success rates on LIBERO, Simpler-WidowX, RoboTwin, R2R, and RxR, while maintaining competitive zero-shot performance in real-world ALOHA and DOMINO dynamic manipulation tasks.

Introduction

Embodied intelligence requires robots to perceive environments, interpret language, and execute physical tasks, yet current systems remain fragmented across narrow tasks and specific robot designs. This specialization limits cross-domain transfer and prevents scalable learning across diverse real-world scenarios. To address this, the authors introduce Qwen-VLA, a unified vision-language-action model that reformulates manipulation, navigation, and trajectory prediction as a single action-and-trajectory generation problem. They leverage a DiT-based action decoder attached to a pretrained multimodal backbone and employ embodiment-aware textual prompts to adapt the architecture to different robot platforms without structural changes. Through large-scale joint pretraining on heterogeneous datasets and a staged optimization pipeline that first establishes language-conditioned action priors before visual grounding, the model achieves robust multi-task performance and strong out-of-distribution generalization across varying environments and morphologies.

Dataset

  1. Dataset Composition and Sources The authors assemble a large-scale, heterogeneous pretraining corpus designed to unify vision, language, and action modeling. The mixture integrates five core data families: real and simulated robot manipulation trajectories, human egocentric demonstrations, synthetic simulation environments, mobile navigation episodes, and auxiliary vision-language datasets. Sources range from over a dozen public robotics benchmarks and large-scale human video corpora to proprietary in-house collections and internally generated simulation pipelines.

  2. Key Details for Each Subset

  • Robotics manipulation trajectories dominate the corpus at approximately 74.2 percent, combining public datasets like DROID and RT-1, simulated data from InternData and GR00T, proprietary teleoperation recordings exceeding 1,000 hours, and roughly 8 million synthetic simulation trajectories.
  • Egocentric human demonstrations account for 6.0 percent and are drawn from Ego4D, EPIC-KITCHENS, EgoDex, EgoVerse, and Xperience to provide scalable, real-world manipulation priors.
  • Synthetic simulation data is split into vision-conditioned and text-only components, generating over 359,000 VLA trajectories across randomized tabletop scenes and approximately 7.2 million text-only kinematic trajectories across six robot morphologies.
  • Navigation data comprises 7.5 percent of the mixture, featuring long-horizon mobile robot episodes for instruction following, object searching, and target tracking.
  • Auxiliary vision-language data makes up the remaining 8.5 percent, incorporating fine-grained action captions, autonomous driving VQA benchmarks, 2D spatial grounding samples, and general multimodal reasoning corpora.
  1. Training Usage and Mixture Ratios The authors utilize the curated mixture for two distinct training phases. During pretraining, the model learns from the full heterogeneous blend with the specified sampling weights, gradually introducing visual grounding after initial language-action alignment on text-only simulation data. For multi-task supervised fine-tuning, the authors curate a specialized subset containing general vision-language samples, simulation manipulation demonstrations with a 16-step action prediction horizon, and successfully completed navigation episodes with an 8-step horizon. The fine-tuning objective balances next-token prediction with flow matching, weighting vision-language tokens at 0.1 and action tokens at 1.0 to prioritize motor policy refinement while preserving foundational visual understanding.

  2. Processing, Metadata, and Cropping Strategies The authors implement extensive preprocessing to standardize heterogeneous inputs. Action dimensions are normalized per dataset using 1st and 99th percentile quantile mapping clipped to a negative one to one range, while preserving original control conventions. Embodiment-specific metadata is injected via textual prompts specifying platform type, arm configuration, and control frequency. Multi-camera observations are explicitly labeled using boundary tokens to guide selective attention. Language instructions undergo strict consistency filtering to discard misaligned annotations, and dense action captions are generated through a two-stage vision-language model pipeline followed by human verification. The authors also apply multi-stage trajectory cleaning to remove corrupted frames, static recordings, and anomalous episodes, while reconstructing missing action labels via finite differences on proprioceptive states. Full trajectories are additionally segmented into subtask sequences to provide multi-granularity supervision, and egocentric videos are densely sampled to capture fine-grained motion details.

Method

The Qwen-VLA model is designed to unify vision, language, and action generation within a single framework, enabling embodied control across diverse tasks and robot platforms. The overall architecture consists of a vision-language backbone and a flow-matching action expert. The backbone, based on Qwen3.5, processes multimodal inputs through early fusion of visual tokens with text tokens in a transformer, allowing joint reasoning over images, videos, and language. This backbone is complemented by a DiT-style flow-matching policy head that generates continuous action sequences. The action expert operates as a single-stream decoder that takes the hidden states from the backbone and a noisy action chunk as input, processing them through joint self-attention with AdaLN timestep conditioning and multi-section RoPE alignment. This decoupled design allows the action expert to specialize in fine-grained action prediction while preserving the backbone's pretrained perception and reasoning capabilities. The model is trained end-to-end using a joint objective that combines a flow-matching loss for action prediction and a standard next-token prediction loss for vision-language understanding.

The model supports multiple embodied tasks through a unified conditional prediction framework. At each time step, the model receives a visual context oto_tot, a language instruction xxx, an embodiment description eee, and an optional task identifier zzz. It is trained to predict a target sequence yt:t+H1y_{t:t+H-1}yt:t+H1 over a fixed prediction horizon HHH, where the sequence represents actions or trajectories in a shared action-and-trajectory space. For manipulation, this includes robot actions such as end-effector positions; for navigation, it comprises waypoints; for trajectory prediction, it denotes continuous spatial paths; and for egocentric data, it captures human motion in structured pose spaces. This unified formulation enables joint optimization across heterogeneous datasets.

To handle diverse robot embodiments, the model employs embodiment-aware prompt conditioning. Each training example is prefixed with a textual prompt that specifies the robot platform, arm configuration, and control convention, following a standardized template. This prompt is processed by the backbone and used to condition the action expert, allowing a single model to handle multiple control conventions without separate policy heads. The unified action representation further supports this by treating all control signals as sequences of real-valued vectors in a shared tensor interface. Each sample contributes a target tensor YRH×K\mathbf{Y} \in \mathbb{R}^{H \times K}YRH×K with a fixed prediction horizon HHH and channel dimension KKK, where only the relevant ccc channels are active and the rest are zero-padded. A per-channel binary mask M\mathbf{M}M ensures that only valid entries contribute to the loss gradient, enabling a single set of DiT parameters to handle all control modes.

The training process follows a four-stage progressive recipe to stabilize learning and bridge the gap between discrete vision-language tokens and continuous action trajectories. Stage I, text-to-action (T2A) pretraining, freezes the backbone and trains only the DiT action decoder on language and embodiment prompts, without visual input. This forces the decoder to learn a structured prior over action spaces indexed by language and embodiment. Stage II, continued pretraining (CPT), unfreezes both modules and trains on a heterogeneous mixture of data, grounding the action prior in visual observations. Stage III, supervised fine-tuning (SFT), branches into multi-task and real-robot tracks to align the model with curated demonstrations. Finally, Stage IV, reinforcement learning (RL), optimizes the policy directly for task success using sparse binary rewards in simulation. This staged approach ensures that the decoder learns a structured action prior before being exposed to visual input, preventing instability during joint training.

Experiment

Extensive evaluations across simulation, real-world robotic platforms, and continuous navigation benchmarks validate that Qwen-VLA operates as a highly capable generalist model, matching or surpassing embodiment-specific specialists through joint multi-embodiment pretraining and instruction tuning. These experiments demonstrate that large-scale pretraining establishes robust spatial and kinematic priors, enabling strong zero-shot generalization to unseen objects, varied visual conditions, and dynamic moving targets without requiring task-specific adaptation. Complementary ablation studies confirm that strategically designed text-to-action pretraining, vision-language co-training, and reinforcement learning refinement collectively enhance policy decisiveness and closed-loop success while preserving performance on held-out tasks. Ultimately, the results establish that a unified architecture with minimal architectural overhead can achieve reliable, transferable manipulation and navigation across diverse embodied settings.

The authors evaluate the navigation capabilities of Qwen-VLA on vision-and-language navigation benchmarks, comparing the Base and Instruct variants against open-source baselines. Results show that Qwen-VLA-Instruct achieves the best performance on most metrics across both R2R and RxR benchmarks, outperforming existing methods in success rate and success-weighted path length. Qwen-VLA-Instruct achieves the highest success rate on both R2R and RxR benchmarks. Qwen-VLA-Instruct outperforms existing baselines in success-weighted path length on both R2R and RxR. The model maintains competitive performance on both R2R and RxR benchmarks with joint training on VLA and VLN data.

The authors evaluate a generalist model, Qwen-VLA, across multiple robotic manipulation benchmarks and compare its performance to specialist models trained on individual tasks. Results show that the generalist model achieves competitive or superior success rates on various benchmarks, demonstrating effective transfer learning across different robotic embodiments without per-task adaptation. Instruction tuning further improves performance, particularly on more complex tasks, and the model exhibits strong generalization to out-of-distribution scenarios in both simulation and real-world settings. A single generalist model achieves competitive or better performance than specialist models across multiple robotic manipulation benchmarks. Instruction tuning significantly improves performance, especially on complex tasks and out-of-distribution settings. The model demonstrates strong generalization to unseen visual conditions, object instances, and language instructions in real-world manipulation tasks.

The authors evaluate the impact of state conditioning on robotic manipulation performance by comparing three strategies: no state, state in VLM prompt, and state in DiT. The results show minimal performance differences across all strategies, with only marginal gains observed when incorporating proprioceptive information. The flow-matching action decoder's reliance on relative displacements and sufficient visual information from multi-view cameras likely reduces the need for explicit state inputs. Incorporating proprioceptive state yields only marginal performance gains across all conditioning strategies. The flow-matching action decoder reduces the need for explicit state conditioning by focusing on relative action displacements. Multi-view visual observations provide sufficient information about the robot's configuration, minimizing the benefit of state inputs.

The authors evaluate the performance of Qwen-VLA in dynamic manipulation tasks, comparing it against various baselines on the DOMINO benchmark. The results show that Qwen-VLA-Instruct achieves the highest success rate and manipulation score, outperforming both zero-shot and fine-tuned methods. The model demonstrates strong zero-shot generalization to moving objects despite not being trained on dynamic manipulation data. Qwen-VLA-Instruct achieves the best performance on the DOMINO benchmark, outperforming all other methods. The model shows significant gains in success rate and manipulation score compared to zero-shot and fine-tuned baselines. Qwen-VLA-Instruct demonstrates strong zero-shot generalization to dynamic manipulation tasks without any dynamic manipulation fine-tuning.

{"summary": "The authors evaluate the performance of Qwen-VLA on real-world manipulation tasks using the ALOHA robot, focusing on in-domain and out-of-distribution generalization. The results show that the model fine-tuned from a pretrained base achieves significantly higher success rates across all evaluation categories compared to a model trained from scratch, demonstrating the effectiveness of large-scale pretraining for real-world deployment.", "highlights": ["Fine-tuning from a pretrained base model significantly improves performance on both in-domain and out-of-distribution tasks compared to training from scratch.", "The pretrained model achieves the highest success rates across all out-of-distribution generalization categories, including color, instance, position, background, and instruction variations.", "The model demonstrates strong generalization to unseen visual conditions, object instances, and instruction variations, indicating robust transfer from pretraining to real-world settings."]

The experiments evaluate Qwen-VLA across vision-and-language navigation and diverse robotic manipulation benchmarks to assess its generalization, instruction-following capabilities, and real-world applicability. Results indicate that the instruction-tuned generalist model consistently outperforms specialized baselines without requiring per-task adaptation, while large-scale pretraining proves essential for robust in-domain and out-of-distribution generalization. Additionally, the model demonstrates strong zero-shot adaptability to dynamic scenarios and complex visual variations, with explicit proprioceptive state inputs providing only marginal benefits due to the sufficiency of multi-view visual feedback. Overall, these findings highlight the model's versatile reasoning, effective transfer learning, and practical readiness for complex robotic deployment.


AI로 AI 구축

아이디어에서 출시까지 — 무료 AI 코코딩, 즉시 사용 가능한 환경, 최적의 GPU 가격으로 AI 개발을 가속화하세요.

AI 협업 코딩
바로 사용 가능한 GPU
최적의 가격

HyperAI Newsletters

최신 정보 구독하기
한국 시간 매주 월요일 오전 9시 에 이번 주의 최신 업데이트를 메일로 발송합니다
이메일 서비스 제공: MailChimp