MoTVLA: A Vision-Language-Action Model with Unified Fast-Slow Reasoning
Wenhui Huang, Changhe Chen, Han Qi, Chen Lv, Yilun Du, Heng Yang
TL;DR
MoTVLA tackles the latency–steerability trade-off in vision-language–driven robotic policies by integrating fast and slow reasoning in a single Mixture-of-Transformers framework. A pre-trained generalist handles slow, general reasoning, while a domain expert provides fast, motion-decomposition reasoning, both sharing knowledge through a unified global attention; an action expert diffusion policy translates reasoning into language-conditioned motor actions. Training employs a two-stage curriculum with domain-expert supervised fine-tuning and diffusion-based control, leveraging large-scale VLM and robotics datasets to preserve general intelligence while acquiring domain-specific skills. Experiments across NLP benchmarks, ManiSkill simulation, and real-world robotics demonstrate MoTVLA’s faster inference, improved reasoning quality, and robust language steerability for diverse manipulation tasks. The work suggests a scalable path toward open-world, language-guided robotic systems by fusing high-level reasoning with low-level control in a unified VLA model.
Abstract
Integrating visual-language instructions into visuomotor policies is gaining momentum in robot learning for enhancing open-world generalization. Despite promising advances, existing approaches face two challenges: limited language steerability when no generated reasoning is used as a condition, or significant inference latency when reasoning is incorporated. In this work, we introduce MoTVLA, a mixture-of-transformers (MoT)-based vision-language-action (VLA) model that integrates fast-slow unified reasoning with behavior policy learning. MoTVLA preserves the general intelligence of pre-trained VLMs (serving as the generalist) for tasks such as perception, scene understanding, and semantic planning, while incorporating a domain expert, a second transformer that shares knowledge with the pretrained VLM, to generate domain-specific fast reasoning (e.g., robot motion decomposition), thereby improving policy execution efficiency. By conditioning the action expert on decomposed motion instructions, MoTVLA can learn diverse behaviors and substantially improve language steerability. Extensive evaluations across natural language processing benchmarks, robotic simulation environments, and real-world experiments confirm the superiority of MoTVLA in both fast-slow reasoning and manipulation task performance.
