Papers
Topics
Authors
Recent
Search
2000 character limit reached

Xiaomi-Robotics-U0: Unified Embodied Synthesis Model

Updated 14 July 2026
  • Xiaomi-Robotics-U0 is a unified embodied synthesis model that integrates image, video, and robot control token generation with multi-view consistency and geometric coherence.
  • It employs a single decoder-only autoregressive transformer to jointly optimize tasks like text-to-image generation, image editing, embodied scene synthesis, and video rollout.
  • The model enhances downstream robotics by improving out-of-distribution policy performance through synthetic embodied data, advancing both generative quality and robot manipulation.

Searching arXiv for Xiaomi-Robotics-U0 and closely related robotics papers to ground the article. Xiaomi-Robotics-U0 is a 38-billion-parameter multimodal autoregressive model for unified embodied synthesis that extends foundation image and video generation into robotics by imposing multi-view consistency, geometric coherence, and robot embodiment constraints. It is presented as both an embodied world model and a scalable data engine: a single decoder-only framework jointly optimized for text-to-image generation, image editing, embodied scene generation, embodied transfer, and embodied video generation, while preserving the generalization of a pre-trained world foundation model (Li et al., 13 Jul 2026). The model’s significance lies not only in synthetic visual generation quality, but also in its reported downstream utility, including improved out-of-distribution success for robot manipulation policies.

1. Conceptual framing and problem setting

Xiaomi-Robotics-U0 is explicitly positioned against a narrow view of embodied generation as a robot-only specialization problem. Its central claim is that embodied generation should instead be treated as a direct continuation of foundation image and video generation, with the additional requirements that generated outputs respect cross-view geometric agreement, calibrated camera geometry, robot kinematics, and temporally consistent interaction dynamics (Li et al., 13 Jul 2026). In this formulation, the challenge is not merely to generate plausible robot-centric imagery, but to generate observations and rollouts that remain usable for downstream control.

The paper identifies three requirements that distinguish embodied synthesis from ordinary image or video generation. Multi-view consistency requires that several camera views correspond to the same 3D scene, with consistent object identity, pose, occlusion, and scale. Geometric coherence requires outputs to respect camera calibration and depth or 3D structure. Robot embodiment constraints require the robot arm, gripper, workspace, and action states to remain physically plausible for manipulation learning. This suggests that standard visually strong generators are insufficient when the output must support policy training or evaluation rather than only perceptual realism.

Within Xiaomi’s broader robotics program, Xiaomi-Robotics-U0 complements Xiaomi-Robotics-0, which is a vision-language-action model optimized for fast and smooth real-time execution on real robots (Cai et al., 13 Feb 2026). A plausible implication is that Xiaomi-Robotics-U0 addresses the synthetic world-model and data-generation side of the stack, whereas Xiaomi-Robotics-0 addresses policy inference and deployment. The U0 paper makes this connection concrete by showing that its generated embodied-transfer data improves the out-of-distribution success rate of π0.5\pi_{0.5} on real-world manipulation tasks (Li et al., 13 Jul 2026).

2. Unified autoregressive formulation and model architecture

The model casts all supported tasks into discrete sequence modeling. Given a multimodal context

C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},

where elements may be text tokens, image tokens, or robot-related control tokens, it models

P(YC)=t=1TP(yty<t,C),P(\mathcal{Y}|\mathcal{C}) =\prod_{t=1}^{T}P(y_t|y_{<t},\mathcal{C}),

using standard next-token prediction (Li et al., 13 Jul 2026). This is the core unifying mechanism: text-to-image generation, image editing, scene synthesis, transfer, and video rollout are all represented as different modality orderings within a single decoder-only transformer, rather than as separate modules with task-specific heads.

Xiaomi-Robotics-U0 is initialized from EMU3.5, which is based on a Qwen-3-32B decoder-only Transformer and is already strong at image generation and image-text interleaving. It uses the IBQ tokenizer with a spatial compression ratio of 16×1616\times16, and extends the original Qwen vocabulary with the IBQ codebook so that text tokens, image tokens, depth-related conditioning tokens, robot or control-related tokens, and video frame tokens all inhabit a single discrete vocabulary (Li et al., 13 Jul 2026). The architectural emphasis is therefore representational unification rather than late fusion across heterogeneous modules.

The supported capabilities are fivefold: text-to-image generation, image editing / Any-to-Image generation, embodied scene generation, embodied transfer, and embodied video generation. The paper presents embodied scene generation and embodied transfer as especially distinctive because they require controllable generation under robot embodiment and multi-view geometric constraints. Embodied video generation further extends the model from static scene synthesis to sequential embodied world modeling.

To accelerate image generation, the model introduces FlashAR+^+, a parallel decoding mechanism with an additional vertical prediction head and anti-diagonal decoding order. For a target grid position (r,c)(r,c), the step index is defined as s(r,c)=r+cs(r,c)=r+c, and a visibility mask prevents information leakage:

M(q,k)=1[s(rk,ck)<s(rq,cq)].M(q,k)={1}\left[s(r_k,c_k)<s(r_q,c_q)\right].

The fused logits are written as

$z_{\mathrm{fuse}(r,c) = g(r,c)z_h(r,c) \;+\; \left(1-g(r,c)\right)z_v(r,c),$

with fused loss

$\mathcal{L}_{\mathrm{fuse} = -\sum_{(r,c)\in\mathbf{Y} \log \mathrm{softmax}\left(z_{\mathrm{fuse}(r,c)\right)_{y_{r,c}.$

The full training objective is reported as

C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},0

The paper states that this yields major inference improvements at C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},1: standard autoregressive decoding requires 450.77 s/image, FlashARC={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},2 requires 16.56 s/image, and FlashARC={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},3 with vLLM requires 5.44 s/image, corresponding to a C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},4 speedup over autoregressive decoding and an additional C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},5 over FlashARC={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},6 (Li et al., 13 Jul 2026).

3. Training corpus, annotation pipeline, and task construction

The training mixture combines general-domain and embodied data. The general image-text component includes ShareGPT4V; the embodied manipulation component includes AgiBotWorld-Beta, Open X-Embodiment, MiBot, RoboTwin2.0, GenieSim, and InternData-A1; and additional data sources include Cosmos-Drive-Dreams for autonomous driving, EgoWalk for egocentric video, ScanNet++ v2 and DL3DV-10K for 3D reconstruction, and Open-P2P for game data (Li et al., 13 Jul 2026). After filtering, the dataset contains 9.5 million samples for single-step generation, corresponding to 56.4 billion tokens, and 2.6 million video clips for sequential generation, corresponding to 49.6 billion tokens.

The filtering stage removes corrupted visuals, bad timestamps, missing action or proprioceptive signals, failed executions, and static trajectories without interaction. Because raw embodied data often lacks sufficiently fine-grained textual descriptions, the paper uses Qwen3-VL-235B to generate structured annotations through four branches: general scene annotation, structured embodied scene annotation, geometric modality extraction, and trajectory-level subtask decomposition (Li et al., 13 Jul 2026). The structured embodied scene annotations decompose scenes into five orthogonal dimensions: workspace, task objects, irrelevant objects, lighting, and background. Geometric modality extraction uses temporally consistent inverse depth maps from Video Depth Anything. Trajectory decomposition uses HDBSCAN to cluster robot trajectories via end-effector poses and gripper signals, after which VLMs annotate subtask plans and keyframes.

This annotation scheme is central to the paper’s notion of controllable generation. In embodied transfer, structured labels make it possible to manipulate scene factors such as workspace, background, foreground irrelevant objects, target objects, and lighting while holding geometry and robot state fixed. A plausible implication is that control in Xiaomi-Robotics-U0 is not limited to prompt-level stylistic guidance, but is mediated by factorized scene representations designed to preserve robot-relevant consistency.

The data are organized into three task-oriented formats. Embodied Transfer maps instruction + scene description + multi-view depth maps to multi-view RGB target images. Scene Generation maps instruction + scene description to multi-view RGB images. Video Generation maps instruction + task instruction + initial observation frame to 15–25 future RGB frames, sometimes augmented by rendered robot-mask guidance from action labels and URDF (Li et al., 13 Jul 2026). Training itself is divided into two stages: a single-step training stage over T2I, X2I, embodied scene generation, and embodied transfer; and a sequential training stage over image-text interleaved subtask-subgoal sequences and multi-frame-rate embodied videos at FPS 1, 3, and 5.

4. Supported tasks and benchmarked performance

The paper reports that Xiaomi-Robotics-U0 retains substantial general image-generation and editing competence after embodied post-training. On GenEval, Qwen-Image obtains an overall score of 0.87 and Xiaomi-Robotics-U0-AR obtains 0.74; category-level results show Xiaomi-Robotics-U0 is strong on single object (0.99) and two-object generation (0.92), but weaker on counting, position, and attribute binding than the dedicated T2I baseline (Li et al., 13 Jul 2026). On the ImgEdit benchmark, Qwen-Image scores 4.27 overall and Xiaomi-Robotics-U0-AR scores 4.08, which the paper interprets as evidence that embodied post-training does not catastrophically erase general editing ability.

Embodied scene generation is evaluated on a benchmark of 400 samples, split into 200 Easy and 200 Hard prompts. Each prompt specifies robot arm type, workspace, object configuration, lighting, and background. Because the paper states that no reliable automatic metric exists for global multi-view geometric coherence, evaluation is performed through human pairwise preference comparisons against GPT-Image-2. The qualitative conclusion is that GPT-Image-2 can produce visually appealing individual views but suffers from severe cross-view geometric inconsistency, whereas Xiaomi-Robotics-U0 produces coherent multi-view observations with consistent object layout, scale, and occlusion (Li et al., 13 Jul 2026).

Embodied transfer is evaluated on a benchmark of 300 samples, with 150 Easy and 150 Hard cases. The task takes multi-view depth maps and scene descriptions as input and synthesizes multi-view RGB images. The benchmark uses three metric groups: depth consistency via SI-RMSE, C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},7, and AbsRel; structural fidelity via Canny edge F1, precision, and recall; and semantic grounding via segmentation mIoU and recall using open-vocabulary detection and segmentation. Xiaomi-Robotics-U0 is reported to outperform GPT-Image-2 across all metrics on both splits. Representative values include depth SI-RMSE of 0.1407 / 0.1435 for Xiaomi-Robotics-U0 versus 0.4007 / 0.3444 for GPT-Image-2, depth C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},8 of 0.8017 / 0.7846 versus 0.5307 / 0.5340, and segmentation mIoU of 0.7621 / 0.7436 versus 0.4105 / 0.4098 (Li et al., 13 Jul 2026). These results support the paper’s claim that the model preserves geometry while enabling fine-grained scene edits.

Embodied video generation is evaluated on World Arena, which measures generated videos using 15 metrics across six dimensions: visual quality, motion quality, content consistency, physics adherence, 3D accuracy, and controllability. Xiaomi-Robotics-U0 achieves best overall EWMScore: 73.64 and is ranked first among over 100 submitted models. It also leads on Instruction Following: 93.86, Interaction Quality: 87.30, Perspectivity: 98.84, and Motion Smoothness: 95.51. The anonymous leaderboard codename “UNIS” is identified as Xiaomi-Robotics-U0 (Li et al., 13 Jul 2026).

5. Robotics utility as a synthetic data engine

A central practical claim is that Xiaomi-Robotics-U0 is not only a generator of visually coherent embodied content, but also a mechanism for improving downstream policy robustness. The paper studies three real-world tabletop tasks—Store Earphones, Fold Towel, and Pack Box—using C={x1,x2,,xn},\mathcal{C}=\{x_1,x_2,\cdots,x_n\},9 policies initialized from the official pi05_base checkpoint, with all settings held fixed except the training-data mixture (Li et al., 13 Jul 2026). Evaluation is performed under a base group with in-distribution layouts, nominal lighting, and seen tablecloths, and an interference group with held-out backgrounds, held-out tablecloths, low light, colored light, and dynamic patterned lighting.

Each policy-task pair receives 18 trials, corresponding to 2 groups × 3 layouts × 3 trials. The metric is task completion progress, defined as the fraction of ordered milestones completed in a rollout. The key result is that the augmented policy, Xiaomi-Robotics-U0-Aug, matches the baseline on the base group but substantially outperforms it on the interference group, improving the out-of-distribution success rate of P(YC)=t=1TP(yty<t,C),P(\mathcal{Y}|\mathcal{C}) =\prod_{t=1}^{T}P(y_t|y_{<t},\mathcal{C}),0 from 36.9% to 63.2% (Li et al., 13 Jul 2026). This is among the strongest evidence in the paper that synthetic embodied data can improve policy robustness under distribution shift.

This role as a data engine is conceptually adjacent to the broader Xiaomi robotics stack. Xiaomi-Robotics-0 emphasizes preserving visual-semantic competence during robot-policy training by mixing vision-language data with robot trajectory data and by freezing the VLM during DiT training (Cai et al., 13 Feb 2026). Xiaomi-Robotics-U0 extends that general design logic to generative world modeling: rather than treating web-scale visual knowledge and embodied data as separate regimes, it performs continual multi-task training so that broad visual competence is retained while robot-specific geometric and control constraints are learned (Li et al., 13 Jul 2026). A plausible implication is that Xiaomi is pursuing a vertically integrated approach in which generative world models and executable policies are mutually reinforcing.

6. Historical antecedents and system-level context

Although Xiaomi-Robotics-U0 is a foundation-model paper rather than a mobile-hardware paper, its emphasis on scalable embodied intelligence through reuse of broad pre-trained competence has antecedents in earlier work on consumer-device-centered robotics. “Smartphone-based Home Robotics” proposed a humanoid platform in which an Apple iPad Air (2013) and an iPhone 6 Plus serve as the main compute units, with a Raspberry Pi 3 handling body control; the paper reports a 3× cost reduction relative to Pepper, hardware cost of ~P(YC)=t=1TP(yty<t,C),P(\mathcal{Y}|\mathcal{C}) =\prod_{t=1}^{T}P(y_t|y_{<t},\mathcal{C}),120k, 90% mobile-app code reuse, and 105 ms wake-word response time (Jibawi et al., 2018). Its explicit argument was that robots should inherit the mobile software and hardware ecosystem rather than rely on isolated robot-specific stacks.

OpenBot pushed the same general principle to low-cost mobile robots by treating a standard Android smartphone as the primary robot computer, sensor suite, and communication hub on a $50 wheeled body (Müller et al., 2020). It demonstrated person following and autonomous navigation with fully onboard inference and showed that mid-range phones such as Xiaomi Mi9 could sustain real-time performance. “Do We Need iPhone Moment or Xiaomi Moment for Robots? Design of Affordable Home Robots for Health Monitoring” later generalized this into an architectural thesis for home robots: move the control system to the edge side, especially to devices such as mobile phones, so the robot becomes a thin sensing and actuation platform rather than an expensive all-in-one system (Wei et al., 2024).

These works differ substantially from Xiaomi-Robotics-U0 in scope and technical substrate. They address embodiment through consumer hardware reuse, edge offloading, or app ecosystem leverage, whereas Xiaomi-Robotics-U0 addresses embodied synthesis through a world foundation model (Li et al., 13 Jul 2026). Nonetheless, the historical continuity is clear: each line of work seeks to exploit mass-scale external capability—whether mobile hardware, mobile software ecosystems, or internet-scale visual pretraining—to overcome the traditional cost or data bottlenecks of robotics. This suggests that Xiaomi-Robotics-U0 can be read not only as a generative-model contribution, but also as part of a broader systems trajectory toward scalable embodied intelligence built on top of non-robot-native infrastructures.

7. Limitations, training insights, and significance

The paper identifies three main limitations. First, embodied transfer relies on depth estimation as an intermediate representation, which can introduce artifacts and restrict fine-grained local texture control. Second, scene generation and video generation are separate, so long-horizon rollout may accumulate error. Third, the 32K context window constrains long-duration video modeling, such that minute-level embodied interaction generation would require longer contexts (Li et al., 13 Jul 2026). These caveats delimit the scope of the current system: it is strong at multi-view static generation and short-to-moderate-horizon video rollout, but it is not presented as a fully end-to-end long-horizon embodied simulator.

The paper also reports a notable training insight for FlashARP(YC)=t=1TP(yty<t,C),P(\mathcal{Y}|\mathcal{C}) =\prod_{t=1}^{T}P(y_t|y_{<t},\mathcal{C}),2. The auxiliary horizontal loss P(YC)=t=1TP(yty<t,C),P(\mathcal{Y}|\mathcal{C}) =\prod_{t=1}^{T}P(y_t|y_{<t},\mathcal{C}),3 is described as necessary because, without it, the horizontal head may fail to converge properly, causing gate collapse and degraded image quality later in training (Li et al., 13 Jul 2026). More broadly, the multi-task training mixture itself functions as an anti-forgetting mechanism: retaining T2I and X2I data during embodied adaptation preserves general visual generation and editing ability. This training philosophy mirrors the explicit anti-catastrophic-forgetting strategy documented for Xiaomi-Robotics-0, where omission of vision-language data leads to near-zero performance on VL benchmarks (Cai et al., 13 Feb 2026).

The overall significance of Xiaomi-Robotics-U0 lies in its reframing of embodied synthesis. Rather than fine-tuning a narrowly specialized robot generator on limited robot datasets, it preserves the semantic and visual competence of a world foundation model and adapts that competence to robot-centric geometry, controllable scene manipulation, and embodied rollout (Li et al., 13 Jul 2026). Its empirical contribution is therefore twofold: high-quality multi-view embodied generation and measurable downstream gains for real robot policies. In that respect, Xiaomi-Robotics-U0 occupies a distinctive position within recent robotics research: it treats foundation world models not merely as perceptual priors or simulators, but as reusable infrastructure for embodied data generation, evaluation, and policy improvement.

Topic to Video (Beta)

No one has generated a video about this topic yet.

Whiteboard

No one has generated a whiteboard explanation for this topic yet.

Follow Topic

Get notified by email when new papers are published related to Xiaomi-Robotics-U0.