Xiaomi-Robotics-1: Scaling Robot Action Models
Listen to the summary
Uses a voice available on your device
Audio options
On this page 4 sections
Related concepts 8 concepts
Key Takeaways
- The paper addresses robotics data scarcity with Xiaomi-Robotics-1, a large-scale vision-language-action model trained on over 100k hours of real-world trajectory data.
- A novel two-stage training recipe and an auto-labeling pipeline enable scaling the model with massive, diverse datasets for robot learning.
- Xiaomi-Robotics-1 achieved a 57.4% success rate on the RoboCasa365 benchmark and an average score of 20.07 on the RoboDojo benchmark.
- Its cross-embodiment alignment technique maps descriptive state-transition understanding into imperative task instructions.
- The model demonstrated strong generalization, achieving a 75% average success rate on four new tasks with low-data downstream fine-tuning.
Summary & Methodology Analysis
Robotics research faces a significant data bottleneck due to the slow, costly, and non-scalable nature of traditional real-robot teleoperation. This paper addresses this by building a foundational vision-language-action (VLA) model at scale and developing a scalable auto-labeling pipeline to leverage massive, diverse datasets. Key novel methods include a two-stage training recipe, comprising pre-training on over 100k hours of UMI trajectory data and post-training on 10k hours of cross-embodiment data. An auto-labeling pipeline uses a pre-trained Vision-Language Model (VLM) to caption trajectory clips with scene state transition descriptions, and a cross-embodiment alignment technique maps descriptive state-transition understanding into imperative task instructions.
Xiaomi-Robotics-1 employs a Mixture-of-Transformers architecture, coupling a pre-trained Vision-Language Model (VLM) with a Diffusion Transformer (DiT). This architecture uses Choice Policies to generate candidate action chunks and associated scores within the VLM. It also utilizes Flow-matching to generate action chunks conditioned on robot state and the VLM's KV cache. The training process benefits from amortized training, achieved through pack-and-process optimization of VLM/DiT forward passes.
Xiaomi-Robotics-1 achieved a 57.4% success rate on the RoboCasa365 benchmark and an average score of 20.07 on the RoboDojo benchmark. In low-data downstream fine-tuning, the model achieved a 75% average success rate on four new tasks. However, a limitation noted is that the model performs lower on the memory dimension of the RoboDojo benchmark compared to models that explicitly model memory. The authors also observed early termination due to overfitting in data-scaling experiments.
Interactive System Flowchart
Cross-Examination & FAQs
A deeper dive clarifying mechanics, constraints, and baseline evaluations.
Q1. What problem does this paper aim to solve?
This paper addresses the significant data bottleneck in robotics research caused by slow, costly, and non-scalable traditional real-robot teleoperation. It aims to build a foundational vision-language-action model at scale and develop a scalable auto-labeling pipeline.
Q2. What is the main contribution of Xiaomi-Robotics-1?
Xiaomi-Robotics-1 is a large-scale vision-language-action model that leverages a novel two-stage training recipe and a scalable auto-labeling pipeline to process massive, diverse datasets, significantly advancing robot learning from real-world trajectories.
Q3. How well did Xiaomi-Robotics-1 perform?
The model achieved a 57.4% success rate on the RoboCasa365 benchmark and an average score of 20.07 on the RoboDojo benchmark. It also achieved a 75% average success rate on four new tasks with low-data downstream fine-tuning.
Q4. What is the architecture of Xiaomi-Robotics-1?
Xiaomi-Robotics-1 uses a Mixture-of-Transformers architecture, which couples a pre-trained Vision-Language Model (VLM) with a Diffusion Transformer (DiT).
Q5. What novel training techniques were introduced?
The paper introduced a two-stage training recipe, comprising pre-training on over 100k hours of UMI trajectory data and post-training on 10k hours of cross-embodiment data. It also included amortized training through pack-and-process optimization of VLM/DiT forward passes.
Q6. How does the auto-labeling pipeline work?
The auto-labeling pipeline uses a pre-trained Vision-Language Model (VLM) to caption trajectory clips with scene state transition descriptions, enabling the scalable creation of diverse datasets.
Q7. What are the specific benchmarks used to evaluate Xiaomi-Robotics-1?
Xiaomi-Robotics-1 was evaluated on the RoboCasa365 benchmark and the RoboDojo benchmark, as well as on four new tasks for low-data downstream fine-tuning.
Q8. What are the limitations of Xiaomi-Robotics-1?
The model performs lower on the memory dimension of the RoboDojo benchmark compared to models that explicitly model memory. The authors also noted early termination due to overfitting in data-scaling experiments.
Q9. Which pre-existing models or datasets were referenced in the paper?
The paper referenced Qwen3-VL, Qwen3.5-27B, Bridge V2, RT-1, DROID, RoboCasa, RoboCasa365, VLABench, RoboDojo, π 0.5, and Xiaomi-Robotics-0.