2025.12.22: This is Technical Report. Check it out!
2025.11.14: We have released the MiMo-VL-Miloco-7B and MiMo-VL-Miloco-7B-GGUF. Enjoy it!
Welcome to Xiaomi MiMo-VL-Miloco — the first open-source multimodal model built to actually understand what’s happening at home!
We use a carefully tuned two-stage pipeline to nail home-scene skills without sacrificing general abilities.
This stage focuses on boosting the model’s core capabilities in home scenarios. Even with a limited training set, we strike a good balance between sample-efficient learning and fast inference:
Building on fine-tuning, this stage introduces GRPO-based reinforcement learning to enhance the model’s overall performance:
In short: Xiaomi MiMo-VL-Miloco is your friendly, sharp-eyed model roommate—great at recognizing what’s going on around the house, and still ready for the wider world.
Both versions of the MiMo-VL-Miloco-7B model are now open-sourced:
In household scene understanding, we prioritize video and image perception alongside the model’s reasoning ability.
We follow the same approach as MiMo-VL. Users can control the thinking mode by appending /no_think to queries:
"Explain the relationships between the objects in the image and infer the likely next action."
"Transcribe the handwritten note exactly as shown. /no_think"
pip install -r requirements.txt
cd demo
CKPT_PATH="checkpoint_path" python app.py
In the interface, you can click Smart Home mode to switch to the home scenario mode.
@misc{xiaomimimovlmiloco,
title={Xiaomi MiMo-VL-Miloco Technical Report},
author={Jiaze Li, Jingyang Chen, Yuxun Qu, Shijie Xu, Zhenru Lin, Junyou Zhu, Boshen Xu, Wenhui Tan, Pei Fu, Jianzhong Ju, Zhenbo Luo, Jian Luan},
year={2025},
eprint={2512.17436},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2512.17436},
}
Please contact us at milm-plus@xiaomi.com or open an issue if you have any questions.
3 commits
1 commits
2025.12.22: This is Technical Report. Check it out!
2025.11.14: We have released the MiMo-VL-Miloco-7B and MiMo-VL-Miloco-7B-GGUF. Enjoy it!
Welcome to Xiaomi MiMo-VL-Miloco — the first open-source multimodal model built to actually understand what’s happening at home!
We use a carefully tuned two-stage pipeline to nail home-scene skills without sacrificing general abilities.
This stage focuses on boosting the model’s core capabilities in home scenarios. Even with a limited training set, we strike a good balance between sample-efficient learning and fast inference:
Building on fine-tuning, this stage introduces GRPO-based reinforcement learning to enhance the model’s overall performance:
In short: Xiaomi MiMo-VL-Miloco is your friendly, sharp-eyed model roommate—great at recognizing what’s going on around the house, and still ready for the wider world.
Both versions of the MiMo-VL-Miloco-7B model are now open-sourced:
In household scene understanding, we prioritize video and image perception alongside the model’s reasoning ability.
We follow the same approach as MiMo-VL. Users can control the thinking mode by appending /no_think to queries:
"Explain the relationships between the objects in the image and infer the likely next action."
"Transcribe the handwritten note exactly as shown. /no_think"
pip install -r requirements.txt
cd demo
CKPT_PATH="checkpoint_path" python app.py
In the interface, you can click Smart Home mode to switch to the home scenario mode.
@misc{xiaomimimovlmiloco,
title={Xiaomi MiMo-VL-Miloco Technical Report},
author={Jiaze Li, Jingyang Chen, Yuxun Qu, Shijie Xu, Zhenru Lin, Junyou Zhu, Boshen Xu, Wenhui Tan, Pei Fu, Jianzhong Ju, Zhenbo Luo, Jian Luan},
year={2025},
eprint={2512.17436},
archivePrefix={arXiv},
primaryClass={cs.CL},
url={https://arxiv.org/abs/2512.17436},
}
Please contact us at milm-plus@xiaomi.com or open an issue if you have any questions.
3 commits
1 commits