Speedup Patch: Learning a Plug-and-Play Policy to Accelerate Embodied Manipulation
Abstract
Lay Summary
Robot-control AI systems can now follow instructions and perform complex manipulation tasks, but many still move slowly because they copy the cautious pace of human demonstrations. A simple shortcut, such as skipping every other action, can make a robot faster, but it can also make the robot drift away from the motion needed to succeed. We introduce Speedup Patch (SuP), a lightweight add-on that speeds up an existing robot policy without retraining it or testing risky new behaviors on real hardware. SuP looks at the short action sequence the original policy plans to execute and chooses when it is safe to skip redundant intermediate motions. It learns this decision from recorded demonstrations by training a small predictor of the robot's motion, then using that predictor to check whether faster action sequences stay close to the original path. In simulated benchmarks and real robot tasks, SuP made diverse policies run about 1.8 times faster overall while preserving their success rates. This shows that many robot policies contain unused speed that can be unlocked with a practical plug-in rather than rebuilding the policy from scratch.