Qwen-RobotManip Technical Report: Alignment Unlocks Scale for Robotic Manipulation Foundation Models

TL;DR

Qwen-RobotManip introduces a unified alignment framework enabling large-scale multi-robot pretraining, achieving zero-shot instruction following and cross-embodiment transfer, surpassing SOTA.

cs.RO πŸ”΄ Advanced 2026-06-16 44 views
Haoqi Yuan Zhixuan Liang Anzhe Chen Ye Wang Haoyang Li Pei Lin Yiyang Huang Zixing Lei Tong Zhang Jiazhao Zhang Jie Zhang Jingyang Fan Gengze Zhou Qihang Peng Chenxu Lv Xiaoyue Chen An Yang Fei Huang Junyang Lin Dayiheng Liu Jingren Zhou Chenfei Wu Xiong-Hui Chen
robotics multimodal learning transfer learning large-scale pretraining generalization

Key Findings

Methodology

Built on Qwen-VL, the model employs a cross-representation, motion, and behavior alignment framework. It uses binary masks for standardizing state-action representations, camera-delta pose parameterization for visual consistency, and an implicit embodiment identifier via in-episode history for behavioral adaptation. Dual-stream co-training optimizes manipulation and vision-language objectives, integrating 38100 hours of heterogeneous data from open-source datasets and human demonstrations mapped onto 15 robot platforms through a human-to-robot synthesis pipeline. This comprehensive approach ensures scalable, coherent multi-source training. The model's emergent capabilities include zero-shot instruction following, robustness, error recovery, and cross-embodiment transfer, validated on diverse benchmarks and real robots.

Key Results

  • Achieved top performance on RoboChallenge with a 20% relative improvement, outperforming Ο€0.5 across all OOD benchmarks such as RoboCasa365, LIBERO-Plus, and EBench, with over 15% average gains.
  • Validated on real platforms (Franka, UR, AgileX ALOHA, ARX), demonstrating strong generalization to new tasks and embodiments.
  • Training on 38100 hours of open-source heterogeneous data led to emergent abilities like perturbation robustness, zero-shot task execution, and cross-embodiment transfer, confirming the effectiveness of the alignment strategy.

Significance

This work pioneers large-scale, multi-robot pretraining with a unified representation, addressing longstanding challenges in data heterogeneity and generalization. It significantly advances autonomous robotic learning, enabling versatile, scalable, and adaptable robots for industrial, domestic, and service applications. The demonstrated zero-shot and transfer capabilities reduce development costs and accelerate deployment, marking a major step toward general-purpose robots.

Technical Contribution

The paper introduces a novel cross-embodiment alignment framework combining binary state-action masks, camera-delta pose parameterization, and implicit embodiment identifiers. It employs dual-stream training to preserve perception and reasoning, and constructs a massive 38100-hour dataset via human-to-robot synthesis. The new OOD evaluation benchmarks comprehensively measure true generalization, setting a new standard for robotic foundation models. These innovations enable scalable, coherent multi-source training and cross-embodiment transfer, surpassing existing methods.

Novelty

This is the first work to unify multi-robot platform representations through a comprehensive alignment framework, enabling large-scale pretraining with heterogeneous data. Unlike prior approaches relying on shared architecture or embodiment tokens, it emphasizes explicit geometric and behavioral alignment, unlocking emergent capabilities like zero-shot instruction following and cross-embodiment transfer, thus opening new avenues for scalable robotic learning.

Limitations

  • Despite advances, the model's performance drops in highly complex or novel environments, indicating room for robustness improvements.
  • Training requires extensive high-quality data and computational resources, limiting immediate deployment in resource-constrained settings.
  • Generalization to entirely unseen robot morphologies or tasks remains challenging, necessitating further research on adaptive learning mechanisms.

Future Work

Future efforts will focus on improving alignment efficiency, reducing training costs, and enhancing adaptability through reinforcement learning and autonomous exploration. Incorporating multi-modal perception and continual learning could further boost robustness and versatility, moving toward truly autonomous, general-purpose robotic systems.

AI Executive Summary

The rapid evolution of foundation models in language and multimodal AI has demonstrated remarkable generalization capabilities, primarily driven by large-scale, heterogeneous data and effective alignment strategies. Extending this success to robotics, however, faces unique challenges due to the intrinsic heterogeneity of manipulation data, diverse robot morphologies, and costly data collection. Traditional approaches often fall short in achieving scalable, coherent learning across multiple platforms. To address this, the authors introduce Qwen-RobotManip, a pioneering Vision-Language-Action model built upon Qwen-VL, designed with a comprehensive cross-embodiment alignment framework. This framework employs binary masks for standardizing state-action representations, camera-delta pose parameterization for visual consistency, and an implicit embodiment identifier derived from execution history, ensuring that diverse robot morphologies can be trained jointly without interference. The training pipeline integrates over 38,100 hours of open-source manipulation data, including synthetic demonstrations generated via a human-to-robot pipeline that maps human hand motions onto 15 different robot platforms. This massive, diverse dataset underpins the model's emergent abilities, such as zero-shot instruction following, robustness to perturbations, reactive error recovery, and cross-embodiment transfer. Extensive evaluations on both standard and out-of-distribution benchmarks, including RoboChallenge, RoboCasa365, LIBERO-Plus, and EBench, demonstrate that Qwen-RobotManip significantly outperforms prior models like Ο€0.5, achieving a 20% improvement on the RoboChallenge leaderboard and setting new standards in generalization. Real-world tests on platforms like Franka, UR, AgileX ALOHA, and ARX confirm the model's practical robustness and adaptability. This work marks a major step forward in robotic foundation models, enabling scalable, versatile, and truly general-purpose robots capable of learning from diverse data sources and transferring knowledge across embodiments. Future research will aim to optimize alignment efficiency, reduce computational costs, and further enhance autonomous learning capabilities, paving the way for next-generation intelligent robots.

Deep Dive

Abstract

Foundation models in language and multimodality achieve strong generalization by aligning heterogeneous data under a unified formulation and training at scale. In this report, we investigate whether this scaling recipe can be applied to robotic manipulation to achieve genuine generalization. This is challenging because, unlike text, manipulation data is heterogeneous by nature, expensive to collect, and narrow in diversity, making alignment and scale simultaneously difficult. We present Qwen-RobotManip, a generalizable Vision-Language-Action foundation model built on Qwen-VL. Qwen-RobotManip introduces a unified alignment framework across the representation, motion, and behavioral dimensions of manipulation, making large-scale multi-source training coherent rather than conflicting. This alignment capability in turn enables Qwen-RobotManip to absorb manipulation data at a scale that prior training regimes could not sustain. A human-to-robot synthesis pipeline converts egocentric hand demonstrations into robot trajectories across 15 platforms, and a rigorous curation pipeline harmonizes heterogeneous datasets. Using only open-source datasets and human videos without proprietary data collection, Qwen-RobotManip constructs a ~38,100-hour pretraining corpus and exhibits emergent generalization capabilities, including zero-shot instruction following, robustness to perturbations, reactive error recovery, and cross-embodiment transfer. We find that standard benchmarks fail to capture pretraining quality and instead adopt OOD settings including RoboCasa365, LIBERO-Plus, EBench, RoboTwin-Clean2Rand, RoboTwin-IF, and RoboTwin-XE. Qwen-RobotManip substantially outperforms prior state-of-the-art models, including $Ο€$0.5, across all OOD settings, ranks 1st in RoboChallenge with a 20% relative improvement, and is validated on real-robot platforms including AgileX ALOHA, Franka, UR, and ARX.

cs.RO cs.CV cs.LG