# 小米发布机器人策略模型 Xiaomi-Robotics-1

- 来源：Hacker News 热门（buzzing.cc 中文翻译）
- 作者：ilreb
- 发布时间：2026-07-20 15:52
- AIHOT 分数：66
- AIHOT 链接：https://aihot.virxact.com/items/cmrsydl3b056vbitl77uxf5rp
- 原文链接：https://robotics.xiaomi.com/xiaomi-robotics-1.html

## AI 摘要

小米推出 Xiaomi-Robotics-1，结合大规模无具身（UMI）预训练与少量真实机器人数据后训练。预训练使用 10 万小时、覆盖 1700+ 场景的 UMI 轨迹数据，后训练引入 7200+ 小时真实家庭数据。模型在四项仿真基准上取得 SOTA，新任务平均不到 10 小时演示即可达 75% 成功率。

## 正文

视频 · 前往原文观看

Breaking the data barrier. Scaling robot policy models with embodiment-free pre-training.

Foundation models in language and vision keep moving the frontier by riding empirical scaling laws: capability tracks data, parameters, and compute. Robotics has missed out. Large-scale, high-quality data is hard to come by, and that scarcity, more than anything else, has capped how far policy models could scale. What robots can do under genuinely large-scale training remained largely an open question. We take a step toward answering it. Xiaomi-Robotics-1 combines large-scale embodiment-free (UMI) pre-training with a modest amount of real-robot data in a post-training stage. We study how the model behaves as it scales.

Data

Everything Xiaomi-Robotics-1 can do starts from data. For pre-training, we use 100,000 hours of embodiment-free (UMI) trajectories spanning more than 1,700 scenarios (household, commercial premises, industrial sites, and outdoor spaces), covering a diverse range of tasks. We develop a scalable auto-labeling pipeline that first divides trajectories into fixed-length segments and then annotates each segment with language descriptions of scene state transitions.

For post-training, we leverage cross-embodiment datasets containing in-house robot data, filtered open-sourced robot data, and a set of high-quality UMI data. For the in-house data, we collected over 7,200 hours of real-robot data in real homes, covering tasks like tidying a sofa, sorting a shoe cabinet, and putting away kitchenware. The UMI data are manually annotated with temporal segments and instruction prompts, which differ from the auto-labeled state-transition descriptions used in the pre-training data.

Method

Following the training paradigm of LLMs, the training of Xiaomi-Robotics-1 consists of two stages: pre-training and post-training. The first stage learns general representations for action generation from large-scale UMI data, while the post-training stage aligns the model with real robot embodiments and instruction-following capabilities.

Pre-training

Pre-training is about breadth: exposing the model to as much of the real world as possible. We use the embodiment-free UMI data described above, which spans a broad range of environments and tasks. At this scale, manual labeling is infeasible. Thus, we built an automatic annotation pipeline powered by a strong vision-language model. Long videos are split into fixed-length clips, and the VLM describes the state transition of grippers and interacting objects within each clip. The result is a large-scale corpus of real-world manipulation trajectories, each annotated with precise language descriptions. These allow the model to learn action generation that drives the scene toward the state transitions described by the language.

An encouraging finding is that pre-training shows a clean scaling behavior: as data and model size grow, validation action error steadily decreases.

Post-training

Post-training aims to align the strong action-generation capabilities acquired from pre-training with real robot embodiments and natural-language instruction following along two axes. Embodiment alignment uses high-quality cross-embodiment real-robot data to map the general action-generation ability onto actual robots. Instruction alignment shifts the model from "generating actions given a description of scene state transitions" to "understanding a natural-language instruction and executing it directly."

视频 · 前往原文观看

视频 · 前往原文观看

After post-training, Xiaomi-Robotics-1 can be used out-of-the-box to perform a wide range of mobile manipulation tasks in the real world. We evaluate the post-trained model in unseen environments with unseen object instances to understand whether the scaling behaviors from pre-training can transfer to real-robot performance after post-training.

The answer is yes. As we increase the amount of pre-training data and model size, real-robot success rate rises steadily and predictably. That is, a stronger pre-trained model yields better real-robot performance. The scaling gains show no signs of saturation: the real-robot success rate after post-training keeps improving as the model consumes more data or scales up during pre-training.

Applications

After post-training, Xiaomi-Robotics-1 can serve as a strong robot foundation model for downstream applications. We put Xiaomi-Robotics-1 to use in two complementary downstream settings. Efficient adaptation to new tasks specializes the model to brand-new, highly complex real-robot tasks from a few hours of data per task. Simulation benchmarks probe its capabilities in mainstream suites that emphasize generalization.

Efficient Adaptation to New Tasks

Xiaomi-Robotics-1 can learn new tasks with high data efficiency. The model picks up tasks like phone packing, printer refilling, laundry loading, and box packing from just a few hours of real-robot demonstrations per task. With an average of under 10 hours of demonstrations per task, it already reaches a 75% overall success rate, nearly doubling the π0.5 baseline (40%) at the same budget; raising the budget to an average of under 40 hours lifts overall success to 85%.

视频 · 前往原文观看

视频 · 前往原文观看

视频 · 前往原文观看

Task<10 h/task on average<40 h/task on average

XR-1oursπ0.5XR-1oursπ0.5

Phone Packing70308040

Printer Refilling70206020

Laundry Loading804010050

Box Packing8070100100

Overall75408553

Evaluation on efficient learning of new tasks. Each cell shows success rate (%), higher is better. XR-1 = Xiaomi-Robotics-1.

Simulation Benchmarks

We evaluate Xiaomi-Robotics-1 on four mainstream simulation benchmarks. It achieves state-of-the-art results on all four benchmarks. The table reports the average success rate and the relative gain over second place. These results show that the generalization and scaling gains of Xiaomi-Robotics-1 carry over to standard simulation evaluation.

BenchmarkXR-1ours2nd BestRel. Gain

RoboCasa74.572.6+2.6%

RoboCasa36557.446.6+23.2%

VLABench59.153.2+11.1%

RoboDojo13.938.80+58.3%

Simulation evaluation. All benchmarks report average success rate (%). XR-1 = Xiaomi-Robotics-1; Rel. Gain = (XR-1 − 2nd best) / 2nd best. Higher is better.

RoboCasa365 leaderboard (as of Jul 15, 2026)

RoboDojo leaderboard (as of Jul 15, 2026)

Conclusion

Xiaomi-Robotics-1 demonstrates a practical path for scaling robot foundation models: large-scale embodiment-free UMI pre-training breaks the robot data bottleneck, while real-robot and instruction alignment transfer that general capability to physical robots. Results show that the model scales neatly with data volume and model size during pre-training, and that this scaling behavior translates directly to post-training, where a stronger pre-trained model yields better out-of-the-box real-robot performance in unseen environments. The resulting foundation model adapts to new tasks from minimal data and achieves state-of-the-art performance on four challenging simulation benchmarks that emphasize generalization.

Finally, we present an uncut footage of luggage packing.

视频 · 前往原文观看

Citation

@article{guo2026xiaomi, title={Xiaomi-Robotics-1: Scaling Vision-Language-Action Models with over 100K Hours of Real-World Trajectories}, author={Guo, Jun and Jin, Piaopiao and Li, Jason and Li, Peiyan and Li, Yingyan and Liu, Futeng and Peng, Wanli, and Qin, Optimus and Su, Yifei and Sun, Nan and others}, journal={arXiv preprint arXiv:2607.15330}, year={2026} }
