Search papers, labs, and topics across Lattice.
This paper introduces Dynamic Execution Horizon Prediction (DEHP), a novel approach that enhances chunk-based robot policies by predicting the optimal execution horizon dynamically during task execution. By training a lightweight prediction branch using online reinforcement learning while keeping the chunk policy frozen, DEHP effectively adapts the execution horizon to the specific demands of fine-grained manipulation tasks. Evaluations demonstrate that DEHP significantly increases success rates across various manipulation tasks, showcasing its ability to balance open-loop efficiency with closed-loop reactivity.
DEHP dramatically boosts the success rates of high-precision robotic tasks by dynamically adjusting execution horizons based on task complexity.
Action chunking has become a standard design in modern robot policies, from diffusion/flow policies to vision-language-action models, where the policy predicts a sequence of actions and executes a fixed number of them instead of acting one step at a time. However, this paradigm relies on a key assumption: a fixed execution horizon. During chunk execution, the policy operates open-loop, which is particularly problematic for fine-grained manipulation tasks that require frequent replanning. In practice, the execution horizon is typically chosen through empirical tuning and is highly task-dependent. To this end, we propose Dynamic Execution Horizon Prediction (DEHP), an effective method that trains a lightweight execution-horizon prediction branch using online reinforcement learning while keeping the pretrained chunk policy completely frozen. This makes the method compatible with black-box chunk policies and isolates the effect of adapting the execution horizon from changes to the underlying action generator. Across our evaluations, DEHP improves the success rate of different high-precision and long-horizon manipulation tasks by a large margin. Our qualitative analysis further shows that DEHP predicts shorter execution horizons during fine-grained stages of the task and longer horizons during free-space motion. In this way, DEHP balances the efficiency of open-loop chunk execution with the reactivity of closed-loop single-step control. Project page: https://dehp-chunking.github.io/