← Latest papers
💬 NLP

MiMo-Embodied: X-Embodied Foundation Model Technical Report

The paper introduces MiMo-Embodied, the first open-source cross-embodied foundation model that achieves state-of-the-art performance in both autonomous driving and embodied AI by leveraging multi-stage learning, curated data, and CoT/RL fine-tuning to demonstrate strong positive transfer between these two domains.

Original authors: Xiaoshuai Hao, Lei Zhou, Zhijian Huang, Zhiwen Hou, Yingbo Tang, Lingfeng Zhang, Guang Li, Zheng Lu, Shuhuai Ren, Xianhui Meng, Yuchen Zhang, Jing Wu, Jinghui Lu, Chenxu Dang, Jiayi Guan, Jianhua Wu
Published 2026-04-29
📖 5 min read🧠 Deep dive

Original authors: Xiaoshuai Hao, Lei Zhou, Zhijian Huang, Zhiwen Hou, Yingbo Tang, Lingfeng Zhang, Guang Li, Zheng Lu, Shuhuai Ren, Xianhui Meng, Yuchen Zhang, Jing Wu, Jinghui Lu, Chenxu Dang, Jiayi Guan, Jianhua Wu, Zhiyi Hou, Hanbing Li, Shumeng Xia, Mingliang Zhou, Yinan Zheng, Zihao Yue, Shuhao Gu, Hao Tian, Yuannan Shen, Jianwei Cui, Wen Zhang, Shaoqing Xu, Bing Wang, Haiyang Sun, Zeyu Zhu, Yuncheng Jiang, Zibin Guo, Chuhong Gong, Chaofan Zhang, Wenbo Ding, Kun Ma, Guang Chen, Rui Cai, Diyun Xiang, Heng Qu, Fuli Luo, Hangjun Ye, Long Chen

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have two very different students in a classroom.

  • Student A is a Robot Butler. They are great at navigating a messy kitchen, figuring out which part of a cup you can hold, and planning how to fold a shirt without wrinkling it. They are experts at "Embodied AI" (interacting with objects in a room).
  • Student B is a Self-Driving Car. They are experts at watching the road, predicting if a pedestrian will jaywalk, and deciding whether to brake or turn left at a busy intersection. They are experts at "Autonomous Driving."

Usually, schools teach these students separately. The Robot Butler doesn't know how to drive, and the Self-Driving Car doesn't know how to pick up a spoon.

Enter MiMo-Embodied.

This paper introduces a new "Super Student" created by Xiaomi. It is the first open-source model that successfully combines the brains of the Robot Butler and the Self-Driving Car into a single package. Think of it as a Swiss Army Knife that is just as good at opening a bottle of wine as it is at navigating a highway.

How Did They Build This Super Student?

The researchers didn't just mash the two together; they used a four-step training recipe to make sure the student learned everything without getting confused:

  1. Step 1: The "Room" Class: First, they taught the model all about rooms, objects, and how to move around inside a house. They used data about robots picking things up and understanding where things are in 3D space.
  2. Step 2: The "Road" Class: Next, they took that same student and put them in a driving simulator. They taught them about traffic lights, other cars, and how to predict what a truck ahead might do.
  3. Step 3: The "Think Aloud" Class: This is the secret sauce. Instead of just giving the answer, the model was taught to think out loud (Chain-of-Thought). Before saying "Turn left," it learns to say, "I see a red light, so I must stop. I see a car turning, so I must wait." This helps the model understand why it's making a decision.
  4. Step 4: The "Coach" Class: Finally, they used a reinforcement learning technique (like a coach giving points for good plays and penalties for bad ones). This fine-tuned the model to be extra precise, ensuring it doesn't just guess, but calculates the safest and most logical move.

What Can This Super Student Do?

The paper tested MiMo-Embodied on 29 different challenges (benchmarks) and found it was the best at almost all of them, beating both specialized robots and specialized cars, as well as big commercial AI models.

In the "Robot Butler" world (Embodied AI):

  • Affordance Prediction: If you show it a picture of a chair, it doesn't just see "chair." It sees "something you can sit on" and "something you can grab the arm of." It knows exactly where to touch an object to pick it up.
  • Task Planning: If you say, "I'm hungry, get me a snack," it can break that down: Go to the kitchen -> Open the fridge -> Find the apple -> Bring it here.
  • Spatial Understanding: It knows that the "window" is far away, the "table" is close, and the "cat" is under the chair. It can navigate a room without bumping into things.

In the "Self-Driving Car" world (Autonomous Driving):

  • Environmental Perception: It can look at a chaotic street scene and instantly spot a red traffic light, a pedestrian stepping off the curb, and a truck parked on the side.
  • Status Prediction: It can guess what other drivers are thinking. "That car is slowing down; they probably want to turn." "That pedestrian is waiting; they are about to cross."
  • Driving Planning: It doesn't just drive; it drives safely. It can plan a smooth lane change or a gentle stop, explaining its reasoning like a human driver would.

The Big Discovery: "Cross-Training" Works

The most exciting part of the paper is the discovery that learning one skill helps the other.

Usually, people thought a model trained on driving data would forget how to pick up a cup, and a model trained on robots would forget how to drive. But MiMo-Embodied proved that these skills actually reinforce each other.

  • Learning to predict where a car will go helps the model understand how objects move in a room.
  • Learning to figure out how to grab a handle helps the model understand the physical constraints of a steering wheel.

The Bottom Line

MiMo-Embodied is a "foundation model" that acts as a universal brain for physical machines. Whether the machine is a robot vacuum, a humanoid robot, or a self-driving car, this single model can understand the world, plan its actions, and execute them safely.

The paper claims this is a major step forward because it breaks down the wall between "indoor robots" and "outdoor cars," showing that a single, unified AI can handle the complexity of the entire physical world. They have even made the code and the model available for anyone to use and study.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →