Building capable embodied agents requires not only multimodal perception and understanding, but also agentic capabilities for reasoning about actions, adapting to evolving situations, and interacting with the physical world. In this report, we introduce Hy-Embodied-VLM-1.0, an efficient and powerful embodied foundation model specifically designed for embodied agents operating in the physical world. To cultivate such capabilities from the pre-training stage onward, we define an action-centric capability taxonomy comprising three progressive dimensions: Action-Relevant State Understanding, Action-Transition Reasoning, and Sequential and Adaptive Reasoning. Guided by this taxonomy, we develop a systematic data pipeline and curate data mixtures spanning both pre-training and post-training. To deliver strong physical-world understanding and interaction capabilities while supporting latency-sensitive deployment, we build our model on the Hy3-A3B language backbone and the Hy-ViT2 vision encoder. Its efficient Mixture-of-Experts architecture combines strong model capacity with high inference efficiency. We evaluate Hy-Embodied-VLM-1.0 on a comprehensive suite of 38 benchmarks covering embodied perception, physical-world understanding, and embodied reasoning. The model achieves the best performance among similarly sized models on 19 of the 38 benchmarks and substantially outperforms strong competitors, including Qwen3.6-A3B and Cosmos 3. Compared with the previous-generation Hy-Embodied-0.5 MoT-2B, Hy-Embodied-VLM-1.0 improves average performance by 8.4%. Despite activating only 3B parameters, it achieves performance close to that of the previous-generation model with 32B activated parameters. Beyond static benchmark evaluation, Hy-Embodied-VLM-1.0 also demonstrates strong performance on embodied agentic tasks requiring multi-turn interaction and long-horizon reasoning.
核心贡献 · Key contributions
提出一个面向具身智能体的动作中心能力分类法,涵盖三个递进层次。 Proposes an action-centric capability taxonomy covering three progressive levels for embodied agents.
构建系统性数据流水线,为预训练和后训练阶段精心设计数据混合。 Builds a systematic data pipeline with curated mixtures for pre-training and post-training stages.
仅用 3B 激活参数,在 38 个基准测试中 19 个达到同类模型最优。 Achieves state-of-the-art on 19 of 38 benchmarks among similarly sized models with only 3B activated parameters.
平均超越 Qwen3.6-A3B 和 Cosmos 3 等强对手 4.4%,较前代提升 8.4%。 Outperforms strong competitors like Qwen3.6-A3B and Cosmos 3 by 4.4% average, and prior version by 8.4%.
在 R2R-CE 和 Matterport3D 目标导航任务中展示强大的闭环导航性能。 Demonstrates strong closed-loop navigation performance on R2R-CE and Matterport3D object goal tasks.
结合强化学习与拒绝采样微调,激发具身智能体的推理能力。 Integrates reinforcement learning and rejection-sampling fine-tuning to elicit embodied agentic reasoning.