Xiaomi-Robotics-1: 100K Hours UMI Pre-Training for Robot VLAs
Jul 16, 2026: Xiaomi-Robotics-1 (XR-1, arXiv:2607.15330) pre-trains on 100K+ hours of embodiment-free UMI trajectories, post-trains on ~10K hours of robots, and beats π0.5 on few-hour adaptation. explainx.ai maps scaling + SOTA sims.
Robotics finally gets an LLM-shaped scaling recipe — and Xiaomi's bet is that the missing ingredient was never just bigger DiTs, it was data that does not require a robot in the room.
On July 16, 2026, Xiaomi Robotics published Xiaomi-Robotics-1 (XR-1, arXiv:2607.15330): a ready-to-use vision-language-action (VLA) foundation model pre-trained on over 100,000 hours of embodiment-free UMI trajectories, then post-trained on roughly 10,000 hours of cross-embodiment robot data (including 7,200+ hours collected in real homes).
This is the policy-model sibling to last week's Xiaomi-Robotics-U0 world model — U0 synthesizes multi-view scenes; XR-1 acts. explainx.ai maps the two-stage recipe, the scaling charts, few-shot adaptation vs π0.5, and what is still TBA (weights).
Language and vision models rode empirical scaling laws. Robotics mostly did not — because high-quality teleop is slow, costly, and embodiment-bound. Xiaomi's thesis: pre-train action generation on UMI (Universal Manipulation Interface) trajectories that scale like video, then spend a modest real-robot budget aligning embodiment and instructions.
Auto-label pipeline: fixed-length clips → VLM captions of scene state transitions (grippers + interacting objects), not full manual task narration
Paper notes: Qwen3.5-27B captions; producer–consumer pipeline labeled the corpus in roughly two weeks
Post-train corpus (~10K hours cross-embodiment):
7,200+ hours in-house mobile manipulators / dual-arm robots in real homes (sofa tidy, shoe cabinet, kitchenware…)
1,000+ hours manually instruction-labeled UMI (imperative prompts, not just state transitions)
Filtered open-source (Bridge V2, RT-1, DROID per paper)
Sampling skew heavily toward in-house robot data (paper ratio ~8.5 of 10 parts)
Method — pre-train breadth, post-train alignment
Architecture (paper): Mixture-of-Transformers — pretrained Qwen3-VL + a thinner DiT that generates action chunks via flow matching, conditioned on robot state and the VLM KV cache. The VLM also predicts action chunks via Choice Policies to speed convergence. Scaling variants in the paper: roughly 2B / 5B / 10B.
Stage
Goal
Language conditioning
Pre-training
General action generation from UMI
"Drive the scene toward this state transition"
Post-training
Embodiment + instruction following
Natural imperative robot prompts
After post-training, XR-1 is evaluated in unseen environments with unseen object instances — the transfer question, not just train-set regurgitation.
Scaling takeaways Xiaomi emphasizes:
Pre-train: validation action MSE falls as UMI data and model size grow (clean LLM-like curves).
Post-train: real-robot success rises with stronger pre-trains — no saturation claimed in published sweeps.
Paper ablation on a ~20K-hour subset: data volume moves the needle more than model size at multi-billion scale — capacity is not the primary bottleneck once you have billions of parameters; diverse hours are.
Nearly doubling π0.5 at the under-10-hour budget is the headline product claim for anyone paying teleop operators by the hour.
Simulation benchmarks (project page)
Benchmark
XR-1
2nd best
Rel. gain
RoboCasa
74.5
72.6
+2.6%
RoboCasa365
57.4
46.6
+23.2%
VLABench
59.1
53.2
+11.1%
RoboDojo
13.93
8.80
+58.3%
Leaderboards as shown on the project page (dated around July 15, 2026). The arXiv abstract quotes RoboCasa365 57.6% and a RoboDojo average score of 20.07 vs prior 13.07 — confirm metric definitions in the PDF tables before citing a single number.
38B world / embodied synthesis (boosts π0.5 OOD with synthetic data)
Jul 13, 2026
Xiaomi-Robotics-1
Scaled foundation policy (100K h UMI → real robots)
Jul 16, 2026
U0 answers "how do we augment visual training data?" XR-1 answers "how do we pre-train action at language-model scale?" Both attack the same scarce resource: diverse real-world contact experience.
Weights/code TBA — paper promises release; do not plan a production stack on vapor until checkpoints land.
In-house robot hours still matter — UMI breaks the pre-train wall; post-train still burns thousands of real-robot hours.
Auto-labels ≠ human intent — state-transition captions are precise for motion learning but are not the same as goal-directed task language (hence the instruction-alignment stage).
π0.5 comparison is Xiaomi's published table — independent replication will decide how general the few-hour gap is.
Sim leaderboards move weekly — treat SOTA as dated mid-July 2026.
What to do if you build robot policies
Separate pre-train scale from post-train alignment — copy the recipe even if you cannot match 100K hours.
Instrument data-hour ROI, not only parameter count — Xiaomi's own ablations privilege diversity of hours.
Figures and tables reflect Xiaomi's July 16, 2026 project page and arXiv:2607.15330. Benchmark ranks and weight availability can change — verify the project page and paper PDF before citing production numbers.