Search papers, labs, and topics across Lattice.
This paper introduces PolicyTrim, a reinforcement learning-based framework that enhances the intrinsic policy efficiency of Vision-Language-Action (VLA) models by addressing planning unreliability and action redundancy. By employing a dynamic exploration strategy and a redundancy-aware reward system, PolicyTrim significantly extends the effective executable length of action chunks and reduces unnecessary physical steps during task execution. Experimental results show that PolicyTrim improves action chunk utilization by three times and decreases physical execution steps by 51.4%, leading to an impressive end-to-end deployment speedup of up to 5.83 times while maintaining task success rates.
Action chunk utilization triples and physical execution steps drop by over 50%, resulting in a 5.83x speedup in VLA model deployment without sacrificing performance.
Vision-Language-Action (VLA) models provide a unified paradigm for robotic manipulation, yet their real-world deployment is often bottlenecked by execution efficiency. While existing efforts predominantly focus on compute-centric efficiency to reduce per-step inference latency, the intrinsic policy efficiency of these models remains largely unexplored. Policy efficiency is fundamentally affected by two factors, namely the effective executable length of predicted action chunks and the total physical steps required to complete a task. These two factors jointly determine the total number of forward inference calls during execution. We observe that current VLA policies struggle with planning unreliability and action redundancy, suffering from severe prediction degradation at the tail of action chunks and tending to generate unnecessarily redundant physical steps. To address this, we propose PolicyTrim, a reinforcement learning-based post-training framework that extends the reliable action chunk length and reduces redundant physical steps. For reliable chunk extension, we employ a dynamic exploration strategy that explicitly rewards the successful completion of longer executable lengths, progressively pushing the trustworthy prediction horizon to its empirical limit. For step efficiency, we design a redundancy-aware reward that directly favors successful task completions with fewer steps while penalizing unreproducible shortcuts, effectively eliminating redundant physical actions. Extensive experiments across three benchmarks and three VLA models demonstrate that PolicyTrim improves action chunk utilization by 3times and reduces physical execution steps by 51.4\%. Ultimately, our framework delivers up to a 5.83times end-to-end deployment speedup without compromising task success rates.