VITA-VLA: Efficiently Teaching Vision-Language Models to Act via Action Expert Distillation
Shaoqi Dong, Chaoyou Fu, Haihan Gao, Yi-Fan Zhang, Chi Yan, Chu Wu, Xiaoyu Liu, Yunhang Shen, Jing Huo, Deqiang Jiang, Haoyu Cao, Yang Gao, Xing Sun, Ran He, Caifeng Shan
TL;DR
This work tackles the high cost of training large vision-language action models (VLA) for robotic manipulation by introducing VITA-VLA, a distillation-based framework that preserves the VLM architecture while injecting action-execution via a lightweight state encoder and a learnable action token. Action knowledge is transferred from a pretrained small action model through a two-stage process: a lightweight alignment stage that maps VLM hidden states into the small model’s action space (reusing its action decoder), followed by end-to-end fine-tuning of the language model, state encoder, and action modules. The approach achieves state-of-the-art performance on LIBERO-LONG (avg. 97.3% success, +11.8% over prior SOTA) and CALVIN-ABC-D benchmarks, and demonstrates robust real-world performance (82.0% avg success across five tasks on ALOHA) while reducing the computational burden of training from scratch. This distillation-based framework offers a scalable path to leverage powerful VLMs for precise, long-horizon robotic manipulation with substantially lower training costs.
Abstract
Vision-Language Action (VLA) models significantly advance robotic manipulation by leveraging the strong perception capabilities of pretrained vision-language models (VLMs). By integrating action modules into these pretrained models, VLA methods exhibit improved generalization. However, training them from scratch is costly. In this work, we propose a simple yet effective distillation-based framework that equips VLMs with action-execution capability by transferring knowledge from pretrained small action models. Our architecture retains the original VLM structure, adding only an action token and a state encoder to incorporate physical inputs. To distill action knowledge, we adopt a two-stage training strategy. First, we perform lightweight alignment by mapping VLM hidden states into the action space of the small action model, enabling effective reuse of its pretrained action decoder and avoiding expensive pretraining. Second, we selectively fine-tune the language model, state encoder, and action modules, enabling the system to integrate multimodal inputs with precise action generation. Specifically, the action token provides the VLM with a direct handle for predicting future actions, while the state encoder allows the model to incorporate robot dynamics not captured by vision alone. This design yields substantial efficiency gains over training large VLA models from scratch. Compared with previous state-of-the-art methods, our method achieves 97.3% average success rate on LIBERO (11.8% improvement) and 93.5% on LIBERO-LONG (24.5% improvement). In real-world experiments across five manipulation tasks, our method consistently outperforms the teacher model, achieving 82.0% success rate (17% improvement), which demonstrate that action distillation effectively enables VLMs to generate precise actions while substantially reducing training costs.
