ROMar 21

Speedup Patch: Learning a Plug-and-Play Policy to Accelerate Embodied Manipulation

arXiv:2603.2065881.72 citationsh-index: 16
Predicted impact top 18% in RO · last 90 daysOriginality Incremental advance
AI Analysis

This addresses the problem of inefficient policy execution for embodied AI systems, offering a plug-and-play solution without retraining, though it is incremental as it builds on existing policies.

The paper tackles the slow execution of embodied manipulation policies by proposing Speedup Patch (SuP), a lightweight framework that uses offline data to adaptively downsample actions, achieving a 1.8x speedup while maintaining original success rates.

While current embodied policies exhibit remarkable manipulation skills, their execution remains unsatisfactorily slow as they inherit the tardy pacing of human demonstrations. Existing acceleration methods typically require policy retraining or costly online interactions, limiting their scalability for large-scale foundation models. In this paper, we propose Speedup Patch (SuP), a lightweight, policy-agnostic framework that enables plug-and-play acceleration using solely offline data. SuP introduces an external scheduler that adaptively downsamples action chunks provided by embodied policies to eliminate redundancies. Specifically, we formalize the optimization of our scheduler as a Constrained Markov Decision Process (CMDP) aimed at maximizing efficiency without compromising task performance. Since direct success evaluation is infeasible in offline settings, SuP introduces World Model based state deviation as a surrogate metric to enforce safety constraints. By leveraging a learned world model as a virtual evaluator to predict counterfactual trajectories, the scheduler can be optimized via offline reinforcement learning. Empirical results on simulation benchmarks (Libero, Bigym) and real-world tasks validate that SuP achieves an overall 1.8x execution speedup for diverse policies while maintaining their original success rates.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes