🤖 AI Summary
To address the high computational cost and inference latency of Vision-Language-Action (VLA) models on resource-constrained platforms—caused by excessive visual tokens—this paper proposes LightVLA, the first end-to-end differentiable visual token pruning framework tailored for VLA tasks. Our method introduces a performance-driven dynamic query mechanism to assess token importance and employs Gumbel Softmax for adaptive, hyperparameter-free, zero-overhead token selection. Fully compatible with mainstream inference frameworks, LightVLA eliminates manual pruning ratio specification. Evaluated on the LIBERO benchmark, LightVLA reduces computational FLOPs by 59.1% and inference latency by 38.2%, while improving task success rate by 2.9%. This work establishes, for the first time, the efficacy and practicality of adaptive visual token pruning in VLA modeling.
📝 Abstract
We present LightVLA, a simple yet effective differentiable token pruning framework for vision-language-action (VLA) models. While VLA models have shown impressive capability in executing real-world robotic tasks, their deployment on resource-constrained platforms is often bottlenecked by the heavy attention-based computation over large sets of visual tokens. LightVLA addresses this challenge through adaptive, performance-driven pruning of visual tokens: It generates dynamic queries to evaluate visual token importance, and adopts Gumbel softmax to enable differentiable token selection. Through fine-tuning, LightVLA learns to preserve the most informative visual tokens while pruning tokens which do not contribute to task execution, thereby improving efficiency and performance simultaneously. Notably, LightVLA requires no heuristic magic numbers and introduces no additional trainable parameters, making it compatible with modern inference frameworks. Experimental results demonstrate that LightVLA outperforms different VLA models and existing token pruning methods across diverse tasks on the LIBERO benchmark, achieving higher success rates with substantially reduced computational overhead. Specifically, LightVLA reduces FLOPs and latency by 59.1% and 38.2% respectively, with a 2.9% improvement in task success rate. Meanwhile, we also investigate the learnable query-based token pruning method LightVLA* with additional trainable parameters, which also achieves satisfactory performance. Our work reveals that as VLA pursues optimal performance, LightVLA spontaneously learns to prune tokens from a performance-driven perspective. To the best of our knowledge, LightVLA is the first work to apply adaptive visual token pruning to VLA tasks with the collateral goals of efficiency and performance, marking a significant step toward more efficient, powerful and practical real-time robotic systems.