PACE: Phase-Aware Chunk Execution for Robot Policies with Action Chunking
About
Recent vision-language-action and diffusion-based robot policies often use action chunking, where each policy query predicts a sequence of future actions and the robot executes an open-loop prefix before re-querying. While this interface improves local motion continuity, deployment still requires choosing the execution horizon: how much of each predicted chunk should be executed before acquiring a new observation. However, our experiments show that success is strongly task-dependent and non-monotonic with respect to the execution horizon, making a single constant horizon an unreliable deployment rule. We propose PACE (Phase-Aware Chunk Execution), a training-free test-time execution method that selects the execution horizon online from the predicted chunk itself. PACE exploits the phase-dependent kinematic structure of manipulation trajectories by identifying low-speed transition points in the predicted speed profile and using them as candidate replanning boundaries. Because PACE uses only the predicted action chunk, it is plug-and-play and requires no retraining or access to policy internals. We validate PACE through large-scale evaluations in both simulation and real-robot settings. On 50 RoboTwin2.0 tasks, PACE raises the average success rate from 57.8% to 64.2%. In real-robot experiments on bimanual ALOHA and single-arm Franka platforms, PACE improves the average task score from 60.7 to 77.7 and the average success rate from 50.7% to 70.4%. Ablations and rollout-level analyses show that PACE adapts execution horizons across manipulation phases, shortening near transitions while preserving longer execution during coherent motion.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Bimanual Robotic Manipulation | RoboTwin 2.0 | Average Success Rate64.2 | 10 | |
| Dump Bin (Medium-Horizon) | RoboTwin 2.0 | Success Rate93 | 4 | |
| Grab Roller (Short-Horizon) | RoboTwin 2.0 | Success Rate98.6 | 4 | |
| Pick Bottles (Short-Horizon) | RoboTwin 2.0 | Success Rate48.2 | 4 | |
| Place A2B (Medium-Horizon) | RoboTwin 2.0 | Success Rate54.6 | 4 | |
| Put Bottles (Long-Horizon) | RoboTwin 2.0 | Success Rate88.9 | 4 | |
| Stack Bowls (Long-Horizon) | RoboTwin 2.0 | Success Rate95.6 | 4 | |
| place_object_on_plate | In-lab | Score88 | 2 | |
| put_pen_into_pencil_case | RoboChallenge | Score51.7 | 2 | |
| stack_bowls | RoboChallenge | Score93.5 | 2 |