VOTE: Vision-Language-Action Optimization with Trajectory Ensemble Voting
Juyi Lin, Amir Taherin, Arash Akbari, Arman Akbari, Lei Lu, Guangyu Chen, Taskin Padir, Xiaomeng Yang, Weiwei Chen, Yiqian Li, Xue Lin, David Kaeli, Pu Zhao, Yanzhi Wang
TL;DR
VLA models for robotic manipulation suffer from heavy action-token generation and underutilization of generated actions, limiting edge deployment. The authors propose VOTE, a tokenizer-free training framework that compresses action output to a single $<$ACT$>$ token and employs a bottleneck MLP head to generate an action chunk in parallel, reducing both training and inference costs. For inference, an ensemble voting mechanism combines current and historical predictions via cosine similarity to improve action reliability. Across LIBERO and SimplerEnv benchmarks, VOTE delivers state-of-the-art success rates and large speedups (e.g., up to $46$ Hz on edge devices with substantial throughput gains), demonstrating practical deployability and robustness. These results show that reducing output tokens and intelligent ensemble strategies can significantly improve both efficiency and performance of VLA-based robotic policies.
Abstract
Recent large-scale Vision Language Action (VLA) models have shown superior performance in robotic manipulation tasks guided by natural language. However, current VLA models suffer from two drawbacks: (i) generation of massive tokens leading to high inference latency and increased training cost, and (ii) insufficient utilization of generated actions resulting in potential performance loss. To address these issues, we develop a training framework to finetune VLA models for generating significantly fewer action tokens with high parallelism, effectively reducing inference latency and training cost. Furthermore, we introduce an inference optimization technique with a novel voting-based ensemble strategy to combine current and previous action predictions, improving the utilization of generated actions and overall performance. Our results demonstrate that we achieve superior performance compared with state-of-the-art VLA models, achieving significantly higher success rates and 39$\times$ faster inference than OpenVLA with 46 Hz throughput on edge platforms, demonstrating practical deployability. The code is available at https://github.com/LukeLIN-web/VOTE.
