explainx.ainewsletter3.5k
TrendingNewsPathwaysSkills
Pricing
explainx.ai

Upskill in AI — 16 free pathways, live workshops & bootcamps, and 50+ courses from practitioners. Plus the skills, tools, and MCP servers to practice on.

follow us

corporate training

support@explainx.ai

get started

Find your pathTake Free Evaluation

learn

pathways — start freeworkshopsbootcampscoursescertificationsmock testsexplainx universitycorporate traininglearn skills & mcp

discover

skillsmcp serversexplainx mcptoolsagentsllmsdesignsagi trackerranks

company

aboutvisionmissionteaminstructorscommunityhackathonscareers

content

daily AI newsstate of AI — live resultsblogreleasespromptsgeneratorsresource libraryfor LLMsexplainx.ai kids

solutions

all solutionsdeveloper upskillingmarketing upskillingproduct manager upskillingleadership upskilling

newsletter · weekly

Get AI news, tools, and insights in your inbox.

supportprivacytermsdata rightshow we create contentsubmission guidelines

© 2026 AISOLO Technologies Pvt Ltd

On this page

  • TL;DR — what people are asking
  • The bottleneck XR-1 claims to break
  • Method — pre-train breadth, post-train alignment
  • Applications — few-hour adaptation and sim leaderboards
  • How XR-1 fits Xiaomi's robotics stack
  • Honest limits
  • What to do if you build robot policies
  • Related on explainx.ai
← Back to blog

explainx / blog

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.

Jul 22, 2026·7 min read·Yash Thakker
XiaomiRoboticsVLAPhysical AIEmbodied AIUMI
go deep
Xiaomi-Robotics-1: 100K Hours UMI Pre-Training for Robot VLAs

Xiaomi-Robotics-1 overview — UMI pre-training to robot post-training

Update — August 11, 2026: Dyna Robotics pushed the same idea a full order of magnitude further with DYNA-2, a world-action model pre-trained on 1M+ hours of egocentric human video with zero robot data — and published fitted scaling exponents to go with it: DYNA-2 and the robotics scaling law claim.

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).

Weekly digest3.5k readers

Catch up on AI

Curated AI updates on agents, skills, and MCP — delivered to your inbox. Unsubscribe anytime.


TL;DR — what people are asking

QuestionAnswer
What is XR-1?Xiaomi's scaled VLA — UMI pre-train → robot + instruction post-train
How much data?100K+ h UMI pre-train; ~10K h post-train (7.2K+ h in-house homes)
Why UMI?Handheld grippers + cameras → real-world motion without teleop robots
Does it scale?Yes — lower action error + higher real-robot success as data/size grow
Few-shot vs π0.5?75% vs 40% at under 10 h/task; 85% vs 53% at under 40 h
Sim SOTA?Leads RoboCasa / RoboCasa365 / VLABench / RoboDojo on project-page table
Weights?"Will be released" — watch the project page

The bottleneck XR-1 claims to break

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.

Pre-training data overview — 100K hours UMI across 1,700+ scenarios

Source: Xiaomi-Robotics-1 project page

Pre-train corpus highlights:

  • 100,000+ hours of embodiment-free UMI trajectories
  • 1,700+ scenarios — household, commercial, industrial, outdoor
  • 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-training data — in-house robots, open-source, instruction-labeled UMI

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.

StageGoalLanguage conditioning
Pre-trainingGeneral action generation from UMI"Drive the scene toward this state transition"
Post-trainingEmbodiment + instruction followingNatural 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.

Pre-train scaling — validation action error vs data and model size

Post-train scaling — real-robot success vs pre-train data ratio and model size

Scaling takeaways Xiaomi emphasizes:

  1. Pre-train: validation action MSE falls as UMI data and model size grow (clean LLM-like curves).
  2. Post-train: real-robot success rises with stronger pre-trains — no saturation claimed in published sweeps.
  3. 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.

That pairs with physical-AI data stories we already cover — HIW-500 Unitree humanoid datasets, Indian camera-wearers training humanoids, and NVIDIA Cosmos / SIGGRAPH physical AI.


Applications — few-hour adaptation and sim leaderboards

Efficient adaptation vs π0.5

XR-1 specializes to complex real tasks from a few hours of demos per task: phone packing, printer refilling, laundry loading, box packing.

Taskunder 10 h/task — XR-1under 10 h — π0.5under 40 h — XR-1under 40 h — π0.5
Phone packing70308040
Printer refilling70206020
Laundry loading804010050
Box packing8070100100
Overall75408553

Success rate (%). Source: Xiaomi project page table (July 2026). XR-1 = Xiaomi-Robotics-1.

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)

BenchmarkXR-12nd bestRel. gain
RoboCasa74.572.6+2.6%
RoboCasa36557.446.6+23.2%
VLABench59.153.2+11.1%
RoboDojo13.938.80+58.3%

RoboCasa365 leaderboard — Xiaomi-Robotics-1

RoboDojo leaderboard — Xiaomi-Robotics-1

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.


How XR-1 fits Xiaomi's robotics stack

ModelRoleRough date
Xiaomi-Robotics-0Earlier VLAFeb 2026
Xiaomi-Robotics-U038B world / embodied synthesis (boosts π0.5 OOD with synthetic data)Jul 13, 2026
Xiaomi-Robotics-1Scaled 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.

Related motion and physical-AI coverage: MotionBricks on Unitree G1, 1X Neo 25-DoF hands, LingBot-Map streaming 3D, LeCun on physical agents.


Honest limits

  • 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

  1. Separate pre-train scale from post-train alignment — copy the recipe even if you cannot match 100K hours.
  2. Instrument data-hour ROI, not only parameter count — Xiaomi's own ablations privilege diversity of hours.
  3. Watch the project page for weights — robotics.xiaomi.com/xiaomi-robotics-1.html.
  4. Pair with world-model augmentation — see U0's π0.5 OOD lift for synthetic episode mixing.
  5. Read the luggage-packing uncut on the project page before believing demo reels.

Related on explainx.ai

  • China Opens Its First School for Robots — Shanghai & Hangzhou academies
  • FLUX 3 × mimic — Self-Flow video-action at Audi
  • DYNA-2 — 1M hours of human video and the robotics scaling law claim
  • Xiaomi-Robotics-U0 — world model + π0.5 OOD boost
  • NVIDIA SIGGRAPH 2026 — Cosmos Edge & physical AI
  • NVIDIA MotionBricks — real-time motion / Unitree G1
  • HIW-500 + Bitrobot — Unitree LeRobot dataset
  • Indian workers wearing cameras to train humanoids
  • 1X Neo 25-DoF hands
  • What are world models?
  • Yann LeCun — physical agents & Moravec
  • FLUX 3 and FLUX-mimic — Black Forest Labs' unified video/robotics bet

Sources: Project page · arXiv:2607.15330 · HTML v1


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.

Spotted something out of date? Let us know.
Yash Thakker

Written by

Yash Thakker

Yash is an AI expert with over 300K learners. Join his workshops →

Related posts

Jul 14, 2026

Xiaomi-Robotics-U0 — 38B World Model That Boosts π₀.₅ OOD Success to 63%

Xiaomi's 38B autoregressive world foundation model keeps general T2I and editing in the training mix while learning multi-view robot scene synthesis. Synthetic embodied transfer data nearly doubles π₀.₅ out-of-distribution success on real manipulation tasks. explainx.ai breaks down tasks, architecture, and limits.

Aug 11, 2026

DYNA-2 World-Action Model and the Robotics Scaling Law Claim

Dyna Robotics unveiled DYNA-2 on August 10, 2026, a "world-action model" pre-trained on over 1,000,000 hours of egocentric human video with no robot data at all. explainx.ai unpacks what a world-action model is versus a VLA, what a scaling law actually claims, and what the published exponents do and don't prove.

Aug 4, 2026

Codex Operated a Robot Arm — and Drew a Flower

Designer u/dhvanil let OpenAI Codex operate a real uFactory xArm 7: prepare and execute a 256-stroke flower on paper, monitor the controller, and shut down safely — with cameras for visual feedback. explainx.ai covers what the demo proves (and what $45K arms + Reddit jokes leave out).