Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories

Hugging Face Daily Papers Models

Summary

Xiaomi introduces Xiaomi-Robotics-1, a vision-language-action foundation model trained on over 100,000 hours of real-world manipulation trajectories, demonstrating clear scaling laws and achieving high success rates on real-world tasks with minimal fine-tuning data.

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
Original Article
View Cached Full Text

Cached at: 07/20/26, 09:39 AM

Paper page - Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories

Source: https://huggingface.co/papers/2607.15330 🚀 Xiaomi-Robotics-1 Is Here: Scaling Robot Learning with Over 100,000 Hours of Real-World Manipulation Data

Foundation models in language and vision have advanced through scaling—using more data, larger models, and greater compute. Robotics, however, still faces a fundamental challenge:large-scale, diverse, and high-quality manipulation data is difficult and expensive to collect.

Today, we introduceXiaomi-Robotics-1, a vision-language-action foundation model designed to study and unlock scaling in robot learning. It combineslarge-scale embodiment-free pre-training,real-robot embodiment alignment, andnatural-language instruction alignment, enabling the model to acquire broad manipulation knowledge and transfer it efficiently to physical robots.

🌍 From Limited Robot Data to Over 100,000 Hours of Real-World Experience

Xiaomi-Robotics-1 is pre-trained onmore than 100,000 hours of real-world UMI manipulation trajectories, coveringover 1,700 scenariosacross homes, commercial spaces, industrial sites, and outdoor environments.

Because these trajectories are collected without depending on a specific robot embodiment, the model can learn from a much broader range of objects, environments, and manipulation behaviors than would be practical using robot-collected data alone.

Our experiments show a clear scaling trend:

📉 Increasing either the amount of pre-training data or the model size consistently reduces action prediction error.

🧠 From Raw Manipulation Trajectories to Language-Guided Actions

Manually annotating more than 100,000 hours of data is impractical. To address this, we build ascalable VLM-based automatic annotation pipeline.

Each long manipulation trajectory is divided into shorter clips. A vision-language model then describes how the grippers and objects change within each clip. Xiaomi-Robotics-1 is trained to generate actions that produce the state transition described by the language instruction.

This allows large amounts of unstructured manipulation data to be converted into training examples that connectvisual observations, language goals, and actions.

🤖 From Embodiment-Free Knowledge to Real-Robot Skills

After pre-training, Xiaomi-Robotics-1 is aligned with physical robots using cross-embodiment robot datasets, includingmore than 7,200 hours of in-house real-robot data collected in real homes.

The model also undergoes instruction alignment, allowing it to follow natural-language commands rather than relying only on descriptions of state transitions.

After alignment, Xiaomi-Robotics-1 can directly perform a wide range of mobile manipulation tasks, including tasks involvingpreviously unseen environments and object instances.

Most importantly, the benefits of large-scale pre-training transfer to physical robots:

📈 Models trained with more pre-training data or larger model sizes achieve higher real-robot success rates, with no clear sign of performance saturation.

⚡ Adapting to New Tasks with Only a Few Hours of Demonstrations

Xiaomi-Robotics-1 can be adapted to complex downstream tasks using only a small amount of task-specific robot data.

We evaluate it on four real-world tasks:phone packing, printer refilling, laundry loading, and box packing.

With an average offewer than 10 hours of demonstrations per task, Xiaomi-Robotics-1 achieves:

📈 75% overall success rate, compared with 40% for π0.5 under the same data budget.

When the training data is increased to an average offewer than 40 hours per task, the overall success rate reaches:

📈 85%

These results show that large-scale pre-training substantially improvesdata efficiency when learning new robot skills.

🏆 State-of-the-Art Results Across Four Simulation Benchmarks

We further evaluate Xiaomi-Robotics-1 on four challenging simulation benchmarks:

📈 RoboCasa: 74.5% average success rate 📈 RoboCasa365: 57.4% average success rate 📈 VLABench: 59.1% average success rate 📈 RoboDojo: 13.93% average success rate

Xiaomi-Robotics-1 achieves the best reported performance across all four benchmarks, demonstrating strong generalization across different environments, tasks, and evaluation settings.

Xiaomi-Robotics-1 shows thatlarge-scale embodiment-free manipulation data can serve as an effective foundation for general-purpose robot learning.

By learning from broad real-world experience, aligning with physical robot embodiments, and adapting to new tasks with limited demonstrations, Xiaomi-Robotics-1 takes an important step toward robot foundation models that improve with scale and generalize acrosstasks, environments, and embodiments. ✨

Similar Articles

Xiaomi-Robotics-1

Hacker News Top

Xiaomi presents Robotics-1, a robot policy model trained via embodiment-free pre-training on 100,000 hours of data, showing clean scaling behavior and strong generalization to real-world tasks.

Xiaomi-Robotics-1: New robotics model released

Reddit r/LocalLLaMA

Xiaomi released XR-1, a robot foundation model trained on over 100K hours of real-world manipulation trajectories. Built on Qwen3-VL and a Diffusion Transformer, it enables out-of-the-box mobile manipulation in unseen environments.

Xiaomi Open-Sources Embodied AI Foundation Model Xiaomi-Robotics-1 (4 minute read)

TLDR AI

Xiaomi open-sourced Xiaomi-Robotics-1, an embodied AI foundation model pretrained on over 100,000 hours of UMI data and post-trained on 10,000+ hours of cross-embodiment data. The release includes the full real-robot post-training and deployment pipeline, aiming to challenge proprietary robotics models from Figure AI and Tesla.