VLAS: Vision-Language-Action Model With Speech Instructions For Customized Robot Manipulation
Wei Zhao, Pengxiang Ding, Min Zhang, Zhefei Gong, Shuanghao Bai, Han Zhao, Donglin Wang
TL;DR
VLAS introduces an end-to-end vision-language-action model that directly ingests speech for robot manipulation, removing the need for external ASR and preserving non-semantic speech information. It integrates a Whisper-based speech encoder, a CLIP-based vision encoder, and a Voice RAG retrieval mechanism within a LLaMA/Vicuna backbone to generate discretized action tokens that control robots. The approach is supported by two new datasets, SQA and CSI, enabling three-stage speech instruction tuning and evaluation of personalized, multimodal interactions. Results on CALVIN and customized benchmarks show strong performance with speech inputs, and real UR5 experiments demonstrate practical applicability. The work also offers VLAS-Base, extending LLaVA for speech support, and demonstrates that speech-enabled VLA can achieve personalized task execution without sacrificing multimodal understanding.
Abstract
Vision-language-action models (VLAs) have become increasingly popular in robot manipulation for their end-to-end design and remarkable performance. However, existing VLAs rely heavily on vision-language models (VLMs) that only support text-based instructions, neglecting the more natural speech modality for human-robot interaction. Traditional speech integration methods usually involves a separate speech recognition system, which complicates the model and introduces error propagation. Moreover, the transcription procedure would lose non-semantic information in the raw speech, such as voiceprint, which may be crucial for robots to successfully complete customized tasks. To overcome above challenges, we propose VLAS, a novel end-to-end VLA that integrates speech recognition directly into the robot policy model. VLAS allows the robot to understand spoken commands through inner speech-text alignment and produces corresponding actions to fulfill the task. We also present two new datasets, SQA and CSI, to support a three-stage tuning process for speech instructions, which empowers VLAS with the ability of multimodal interaction across text, image, speech, and robot actions. Taking a step further, a voice retrieval-augmented generation (RAG) paradigm is designed to enable our model to effectively handle tasks that require individual-specific knowledge. Our extensive experiments show that VLAS can effectively accomplish robot manipulation tasks with diverse speech commands, offering a seamless and customized interaction experience.
