Xiaomi-Robotics-U0: Unified Embodied Synthesis with World Foundation Models

Xiaomi Robotics

Paper Project Page Hugging Face ModelScope License

Xiaomi-Robotics-U0 model architecture with autoregressive generation and FlashAR acceleration.
Highlight Summary
🧠 World Foundation Model A 34B autoregressive model for text, images, and embodied observations, initialized from EMU3.5.
🧩 Unified Token Space Uses a shared discrete visual tokenizer and a single next-token objective across multimodal sequences.
πŸ€– Embodied Synthesis Bridges foundation image generation with robot-centric scene, transfer, and video generation.
⚑ Xiaomi-Robotics-U0-FlashAR Acceleration Decodes visual tokens in anti-diagonal groups and supports vLLM batching for high-resolution inference.
πŸ“¦ Open Inference Repo Provides inference code, composable configs, Gradio entry points, and AR / FlashAR vLLM patch sets.
πŸ“ˆ 1024x1024 T2I Speed On one H20, FlashAR vLLM reaches 5.44 s/img, 82.86x faster than AR eager and 3.04x faster than FlashAR eager.
Xiaomi-Robotics-U0 task examples across image generation, embodied scene generation, transfer, and video generation.

Xiaomi-Robotics-U0 exposes six public task types through one autoregressive framework:

Task Input β†’ Output
🎨 T2I Text prompt β†’ image.
πŸ–ΌοΈ X2I Reference image plus instruction β†’ generated or edited image.
🧭 Scene Gen Scene and task description β†’ multi-view embodied observations.
πŸ” Transfer Conditioned embodied observation β†’ target RGB multi-view scene.
🦾 interleave_subtask Initial observations and task instruction β†’ interleaved subtask text and observations.
🎬 interleave_video Initial observation and task context β†’ embodied video rollout.

News

  • [September 2026] πŸ”₯ Released Xiaomi-Robotics-U0-4B, Xiaomi-Robotics-U0-Sequence, and Xiaomi-Robotics-U0-4B-Sequence weights.
  • [September 2026] πŸ’» Open-sourced the FSDP training code.
  • [July 2026] πŸŽ‰ Released the Technical Report.
  • [July 2026] πŸ”₯ Released Xiaomi-Robotics-U0 and Xiaomi-Robotics-U0-FlashAR weights.
  • [July 2026] πŸ’» Inference code and scripts are now live!

Table of Contents

  1. Model & Weights
  2. Inference
  3. Training
  4. Citation

Model & Weights

Xiaomi-Robotics-U0, Xiaomi-Robotics-U0-4B, and Xiaomi-Robotics-U0-FlashAR support Scene Gen, Transfer, T2I, and X2I. The Sequence checkpoints support interleave_subtask and interleave_video with the eager backend.

Model name Hugging Face Weight ModelScope Weight
Xiaomi-Robotics-U0 Hugging Face ModelScope
Xiaomi-Robotics-U0-FlashAR Hugging Face ModelScope
Xiaomi-Robotics-U0-4B Hugging Face -
Xiaomi-Robotics-U0-Sequence Hugging Face -
Xiaomi-Robotics-U0-4B-Sequence Hugging Face -
VisionTokenizer Hugging Face ModelScope

Inference

The complete inference implementation, environment setup, configuration reference, command-line examples, and distributed inference instructions are available in inference/README.md.

The repository supports both eager execution and vLLM backends for AR and FlashAR inference. A Gradio demo is also provided for interactive T2I, X2I, Scene Gen, and Transfer workflows.

Training

Training code and environment configuration are reserved for training/README.md and will be added in a future release.

Citation

If you find this work useful, please cite:

@misc{li2026xiaomiroboticsu0,
  title         = {{Xiaomi-Robotics-U0}: Unified Embodied Synthesis with World Foundation Model},
  author        = {Xinghang Li and Jun Guo and Qiwei Li and Long Qian and Hang Lai and Yueze Wang and Hongyu Yan and Jiahang Cao and Xi Chen and Jingen Qu and Jiaxi Song and Nan Sun and Hanye Zhao and Futeng Liu and Wanli Peng and Heyun Wang and Yunhong Wang and Caoyu Xia and Jack Zhao and Diyun Xiang and Hangjun Ye and Heng Qu and Huaping Liu and Jason Li},
  year          = {2026},
  eprint        = {2607.11643},
  archivePrefix = {arXiv},
  url           = {https://arxiv.org/abs/2607.11643}
}
Downloads last month
-
Safetensors
Model size
34B params
Tensor type
BF16
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Collection including XiaomiRobotics/Xiaomi-Robotics-U0-Sequence

Paper for XiaomiRobotics/Xiaomi-Robotics-U0-Sequence