Search papers, labs, and topics across Lattice.
The paper introduces GesVLA, a Vision-Language-Action model that incorporates gesture as a parallel instruction modality to improve robot manipulation in complex scenes. They encode gesture features directly into the latent space using a dual-VLM architecture and construct a scalable gesture data generation pipeline by rendering hand models onto real-world scene images. Experiments on real-world robotic tasks demonstrate that incorporating gesture improves target grounding accuracy and human-robot interaction efficiency.
Robots can now understand your gestures, not just your words, leading to more intuitive and efficient human-robot collaboration in cluttered environments.
Vision-Language-Action (VLA) models have shown strong potential for general-purpose robot manipulation by unifying perception and action. However, existing VLA systems primarily rely on textual instructions and struggle to resolve spatial ambiguity in complex scenes with multiple similar objects. To address this limitation, we introduce gesture as a parallel instruction modality and propose a Gesture-aware Vision-Language-Action model (GesVLA). Our approach encodes gesture features directly into the latent space, enabling them to participate in both high-level reasoning and low-level action generation, and adopts a dual-VLM architecture to achieve tight coupling between gesture representations and action policies. At the data level, we construct a scalable gesture data generation pipeline by rendering hand models onto real-world scene images. This reduces the sim-to-real visual gap while producing rich data with diverse motion patterns and corresponding pointing annotations. In addition, we employ a two-stage training strategy to equip the model with both gesture perception and action prediction capabilities. We evaluate our approach on multiple real-world robotic tasks, including a controlled block manipulation task for validation and more practical scenarios such as product and produce selection. Experimental results show that incorporating gesture consistently improves target grounding accuracy and human-robot interaction efficiency, especially in complex and cluttered environments. Project page: https://gwxuan.github.io/GesVLA/.