Skip to content

Author

Tianyi Zhang

2 papers indexed here

We haven’t gathered this author’s papers yet. Follow them and we’ll fetch their work.

Not the right person? Other researchers publish under this name.

Aug 2026

Visual Embodied Brain-1.5: Enhanced Perception, Spatial Reasoning and Robot Control in Spaces.

The remarkable progress of Multimodal Large Language Models (MLLMs) has attracted increasing attention to extending them to physical entities like legged robots and robotic arms. This typically requires MLLMs to not only grasp multimodal understanding abilities, but also integrate visual-spatial reasoning and physical interaction capabilities. Nevertheless, existing methods struggle to jointly accommodate these capabilities within a shared multimodal model, due to the substantial differences between vision-language reasoning and low-level physical control. In this paper, we present Visual Embodied Brain-1.5 (VeBrain-1.5), a task-level unified framework that connects multimodal perception and spatial reasoning with robot control through a shared MLLM-compatible decision interface. VeBrain-1.5 reformulates robotic control into common text-based MLLM tasks in the 2D visual space, thereby aligning the supervision format and prediction interface of multimodal understanding, spatial reasoning, and robot control. A modular robotic adapter subsequently translates these high-level textual decisions into embodiment-specific motion commands and executes them in a closed loop. From the data perspective, we further introduce VeBrain-1M, a high-quality instruction dataset encompassing various capabilities of VeBrain-1.5. In VeBrain-1M, we take hundreds of hours to collect, curate and annotate the data, and adopt multimodal chain-of-thought (CoT) to mix the different capabilities into a single conversation. Extensive experiments on 13 multimodal benchmarks, 7 spatial intelligence benchmarks and 4 simulation and real-world robotic benchmarks demonstrate the superior performance of VeBrain-1.5 over existing MLLMs like Qwen2.5-VL. To further eliminate the task ambiguity and enhance the reasoning capability, we adopt an offline RL policy learning with verifiable reward to increase the task success rate. When deployed to two robotic entities including legged robots and robotic arms, VeBrain-1.5 shows strong adaptability, flexibility, and compositional capabilities compared to existing methods.

Ganlin Yang, G. Luo, Ziyang Gong et al. · 0 citations
Preprint Jul 2026

ACE-Brain-0.5: A Unified Embodied Foundational Model for Physical Agentic AI

Embodied AI is moving from isolated perception or action modules toward physical agents that understand, plan under goals, act through robot bodies, monitor progress, and improve from experience. Existing systems address this loop only in parts: end-to-end policies generate actions but often lack spatial reasoning, planning, and execution assessment, while robot-agent systems orchestrate tools or specialists but do not learn a shared representation. This fragmentation limits general Physical Agentic AI. We present ACE-Brain-0.5, a unified embodied foundation model that organizes robot intelligence into five coupled functions: spatial perception, decision making, embodied interaction, self-monitoring, and self-improvement. Built on ACE-Brain-0, which established spatial intelligence as a shared scaffold across robot platforms, ACE-Brain-0.5 extends an understanding-centric model into a closed-loop foundation model. A single 8B backbone instantiates the first four functions: grounding objects and affordances, reasoning over 3D and egocentric spatial relations, decomposing instructions into subgoals, generating navigation and manipulation actions, and estimating progress for verification and recovery. To unify these capabilities without cross-task interference, we introduce SSR+, which extends Scaffold-Specialize-Reconcile with a Reactivate stage after task-vector merging. The fifth function, self-improvement, is realized by a companion framework that updates external execution state, including task schemas, spatial memory, and failure-recovery cases, from rollouts. Across fifteen benchmarks, ACE-Brain-0.5 improves over ACE-Brain-0 on 14 of 18 spatial perception and grounding benchmarks, achieves competitive navigation and manipulation performance, and provides strong progress estimation in ID and OOD settings. Together, these results mark an early step toward general Physical Agentic AI.

ACE-Brain Team Ziyang Gong, Haoming Gu, Zehang Luo et al. · 3 citations