Xiaomi releases embodied world foundation model and Robotics-U0 training kit
Read more
Pandaily
pandaily.com

Xiaomi releases embodied world foundation model and Robotics-U0 training kit

Xiaomi has made its product, Xiaomi-Robotics-U0—an autoregressive foundational model of the embodied world—available to the public. This model views robot-oriented synthesis not merely as a specialized process for trajectory generation, but as an extension of image and video generation based on foundational models.

According to official materials, the main line of the model contains approximately 38 billion parameters and is continuously trained to achieve embodied intelligence. Additional public weights, including variants Xiaomi-Robotics-U0-4B and FlashAR, are available on Hugging Face and ModelScope platforms, and inference code, demonstration via Gradio, and FSDP training releases dated early September are provided.

Within a single next-token framework, this model integrates several functions: text-to-image generation, image editing from any source, multi-view scene creation, embodied controlled transfer, and embodied video generation. Xiaomi asserts that this stack preserves fundamental visual semantics while adding robot-oriented reasoning capabilities through both single-step and sequential training stages. These stages include alternating goal-subtask streams and embodied video at frame rates of 1, 3, and 5 frames per second.

Architectural notes indicate the use of IBQ image tokenization and a multimodal vocabulary that supports autoregressive scaling across different modalities. This architecture is built upon components derived from the Qwen3-32B and EMU3.5 lines.

A second crucial aspect is inference efficiency. The FlashAR+ technology replaces sequential decoding of image tokens with anti-diagonal parallel generation and is used in conjunction with vLLM batch processing. Xiaomi reports a potential acceleration of 1024x1024 image generation up to nearly 83 times faster, reducing the latency for a single sample from approximately 450.8 seconds to 5.44 seconds on the stated hardware.

Capability pages claim that performance in multi-view scenes and transfer surpasses GPT-Image-2 when internally splitting data into complex and simple sets. Furthermore, UNIS (Xiaomi-Robotics-U0) ranks first among over 100 models on WorldArena with an EWMScore_P of 73.64.

In terms of application, style transfer data from the model is mixed with real demonstration datasets for subsequent policy training. Xiaomi reports an increase in intervention task progress from approximately 36.9% to 63.2% when using backgrounds and lighting not present in the training, with a smaller decrease compared to the baseline lab level.

Although video generation checkpoints are still catching up to the image and transfer releases, teams must verify licensing conditions, FlashAR engine selection, and third-party WorldArena reproducibility before using the open weights as a ready-made data factory for production robots.

Popular