paper-with-me

Papers

PACE: Phase-Aware Chunk Execution for Robot Policies with Action Chunking

2026-05-30 · Junnan Nie, Jiayi Li, Jiachen Zhang, Junyi Lao, Chenghao Liu, Tianle Zhang, Songfang Huang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.00537

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Denoising Tells When to Replan: Denoising-Variance Adaptive Chunking for Flow-Based Robot Policies

2026-06-02 · Xiangdong Feng, Yuxuan Cheng, Chen Shi, Boyao Han 외 arxiv

Action chunking has become a common inference strategy for flow-based robot policies, improving action coherence by modeling multi-step temporal dependencies in demonstrations. However, the execution horizon is still typ…

Spatial Attention: Adapting Execution Horizons for Diffusion Policies via Observation Sensitivity

2026-07-06 · Che-Sang Park, Junsu Ha, Jianlong Fu, Frank C. Park arxiv

Sampling action chunks via generative models has become a widely adopted methodology for robotic learning from demonstration. However, existing methods often struggle to balance responsiveness and computational cost beca…

Computational Efficiency

IntentVLA: Short-Horizon Intent Modeling for Aliased Robot Manipulation

2026-05-14 · Shijie Lian, Bin Yu, Xiaopeng Lin, Zhaolong Shen 외 arxiv

Robot imitation data are often multimodal: similar visual-language observations may be followed by different action chunks because human demonstrators act with different short-horizon intents, task phases, or recent cont…

Robot Manipulation

PATCH: Action-Chunk-Conditioned Latent Patch Innovation Monitoring for Robot Manipulation

2026-06-15 · Yanan Zhou, Ranpeng Qiu, Yincong Chen, Jiajie Cui 외 arxiv

Learning-based manipulation policies have made substantial progress in real-world robot manipulation, particularly for short-horizon action generation. However, deployment in open workspaces remains fragile under unexpec…

Robot Manipulation

Dynamic Execution Horizon Prediction for Chunk-based Robot Policies

2026-06-09 · Yuchi Zhao, Miroslav Bogdanovic, Arjun Sohal, Liyu Tao 외 arxiv

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 in…

Reinforcement Learning