Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories
arXiv · HuggingFace · ▲25
Abstract (verbatim)
We present Xiaomi-Robotics-1, a foundational vision-language-action (VLA) model capable of (1) following diverse language instructions to perform a wide range of mobile manipulation tasks in unseen environments out-of-the-box, and (2) efficiently adapting to novel downstream tasks with minimal fine-tuning data. We propose a two-stage training recipe consisting of pre-training and post-training. During pre-training, we imbue the model with broad and generalizable action-generation capabilities by training on over 100k hours of real-world manipulation trajectories collected via UMI devices. Crucially, we develop a scalable auto-labeling pipeline that annotates trajectory clips with natural languages describing scene state transitions, providing rich and precise conditioning for action learning. During post-training, we aim to align these capabilities with robot embodiments and imperative instructions that humans naturally use to prompt robots. Extensive experiments demonstrate strong scaling behavior. Xiaomi-Robotics-1 consistently improves with increased data scales and model sizes during pre-training. This scaling behavior directly transfers to post-training, where a stronger pre-training model yields better out-of-the-box real-robot performance in unseen environments. Furthermore, Xiaomi-Robotics-1 serves as a strong robot foundation policy that can be efficiently fine-tuned on complex, dexterous tasks with high data efficiency. Across multiple simulation benchmarks, Xiaomi-Robotics-1 outperforms state-of-the-art methods. Notably, it establishes a new state-of-the-art with a 57.6% success rate on RoboCasa365, surpassing the previous best of 46.6%. Furthermore, it achieves an average score of 20.07 on RoboDojo, significantly outperforming the prior state-of-the-art (13.07). Code and model checkpoints will be released. Project page: https://robotics.xiaomi.com/xiaomi-robotics-1.html
Background
To understand the paper’s background, we analyze four key aspects:
1. Technical Context and Real-World Needs
Vision-Language-Action (VLA) models aim to enable robots to interpret human language (e.g., “Put the cup on the table”), perceive their environment visually, and execute complex tasks. These models are critical for applications like home automation, industrial robotics, or warehouse automation. The core need is to create robots that can adapt to new environments and tasks without reprogramming, such as a home assistant cleaning up clutter or a factory robot sorting items.
2. Previous Limitations
Traditional approaches suffer from data scarcity and inefficiency. Robot operation data is typically collected via manual teleoperation, which is time-consuming, expensive, and limited to narrow scenarios (e.g., training only in a lab). This restricts the model’s ability to generalize to new settings (e.g., a different room or robot type). Additionally, manually labeling data (e.g., annotating “Pick the red cup and move it right”) is labor-intensive, hindering large-scale training.
3. Proposed Solution
The paper introduces a two-stage training framework:
- Pre-training: Over 100,000 hours of real-world robot data were collected using Xiaomi’s UMI devices (mechanical arms). An automated labeling pipeline used a pre-trained vision-language model (e.g., CLIP) to generate text descriptions of scene changes (e.g., “From a messy table to a clean one”), efficiently annotating data. The model learned to map language instructions to actions that modify the environment.
- Post-training: Additional 10,000 hours of cross-robot data fine-tuned the model to adapt to different hardware and human instructions (e.g., “Fetch water”). Experiments showed this approach improved zero-shot performance (task execution without prior training) in unseen environments.
4. Key Differences from Prior Work
- Scalability & Automation: Previous studies struggled with limited data; this work used automation to scale to 100K+ hours of real-world data.
- Training Paradigm: It adopted the “pre-training + fine-tuning” paradigm from large language models, proving its effectiveness for robotics VLA models.
- Practical Impact: The model excelled in simulations (e.g., outperforming state-of-the-art on RoboCasa365 by 11%) and real-world tasks (e.g., packing a suitcase autonomously).
In summary, this work advances robotic intelligence by leveraging large-scale, automated data to create versatile, real-world capable VLA models, paving the way for general-purpose robot assistants.











