Search papers, labs, and topics across Lattice.
This paper introduces Speed Tuning, a novel reinforcement learning framework aimed at accelerating the execution of robotic manipulation policies learned through imitation. By predicting the optimal execution speed for actions, Speed Tuning enhances the performance of existing policies without requiring additional data collection. Empirical results show that this method achieves over 2.4x speed-up in execution while maintaining comparable success rates across various dynamic tasks, such as pouring and picking.
Speed Tuning achieves over 2.4x speed-up in robotic manipulation tasks without the need for extra data collection, revolutionizing policy execution efficiency.
While learned robotic policies hold promise for advancing generalizable manipulation, their practical deployment is often hindered by suboptimal execution speeds. Imitation learning policies are inherently limited by hardware constraints and the speed of the operator during data collection. In addition, there are no established methods for accelerating policies learned via imitation, and the empirical relationship between execution speed and task success remains underexplored. To address these issues, we introduce Speed Tuning, a reinforcement learning framework specifically designed to enhance the speed of manipulation policies. SPEEDTUNING learns to predict the optimal execution speed for actions, thereby complementing a base policy without necessitating additional data collection. We provide empirical evidence that SPEEDTUNING achieves substantial improvements in execution speed, exceeding 2.4x speed-up, while preserving an adequate success rate compared to both the original task policy and straightforward speed-up methods such as linear interpolation at a fixed speed. We evaluate our approach across a diverse set of dynamic and precise tasks, including pouring, throwing, and picking, demonstrating its effectiveness and robustness in enhancing real-world robotic manipulation. Videos and code are available at https://daivdyuan.github.io/speed-tuning/