Mantis: A Versatile Vision-Language-Action Model with Disentangled Visual Foresight
Yi Yang, Xueqi Li, Yiyang Chen, Jin Song, Yihan Wang, Zipeng Xiao, Jiadi Su, You Qiaoben, Pengfei Liu, Zhijie Deng
TL;DR
Problem: Vision-Language-Action (VLA) models struggle when learning from high-dimensional visual states while maintaining robust language grounding. Approach: Mantis introduces Disentangled Visual Foresight (DVF) with a diffusion Transformer head and latent-action queries to decouple visual foresight from action learning, aided by a residual visual pathway to preserve current state for grounding; training proceeds in three stages to balance vision, action, and language signals. Contributions: DVF provides concise, predictive cues that enhance action learning; Adaptive Temporal Ensemble (ATE) improves inference efficiency; large-scale pretraining on SSV2, DROID, and image-text data yields strong LIBERO results (96.7%) and superior real-world instruction-following and generalization. Impact: enables robust, language-guided robotic manipulation with faster convergence and practical, open-source deployment potential.
Abstract
Recent advances in Vision-Language-Action (VLA) models demonstrate that visual signals can effectively complement sparse action supervisions. However, letting VLA directly predict high-dimensional visual states can distribute model capacity and incur prohibitive training cost, while compressing visual states into more compact supervisory signals inevitably incurs information bottlenecks. Moreover, existing methods often suffer from poor comprehension and reasoning capabilities due to the neglect of language supervision. This paper introduces Mantis, a novel framework featuring a Disentangled Visual Foresight (DVF) to tackle these issues. Specifically, Mantis decouples visual foresight prediction from the backbone with the combination of meta queries and a diffusion Transformer (DiT) head. With the current visual state provided to the DiT via a residual connection, a simple next-state prediction objective enables the meta queries to automatically capture the latent actions that delineate the visual trajectory, and hence boost the learning of explicit actions. The disentanglement reduces the burden of the VLA backbone, enabling it to maintain comprehension and reasoning capabilities through language supervision. Empirically, pretrained on human manipulation videos, robot demonstrations, and image-text pairs, Mantis achieves a 96.7% success rate on LIBERO benchmark after fine-tuning, surpassing powerful baselines while exhibiting high convergence speed. Real-world evaluations show that Mantis outperforms $π_{0.5}$, a leading open-source VLA model, particularly in instruction-following capability, generalization to unseen instructions, and reasoning ability. Code and weights are released to support the open-source community.
