paper-with-me

Papers

Diffusion Policies for Short-Horizon Planning in Robot Crowd Navigation

2026-08-27 · Wendong Li, Jochen Garcke arxiv

Robot crowd navigation requires safe and efficient decision-making under dense, dynamic, and multimodal human--robot interactions. Existing reinforcement-learning methods typically output a single reactive action at each timestep, which limits their ability to represent diverse short-term avoidance strategies. We propose Planning Diffusion Policy Optimization (PDPO), an offline-to-online reinforcement-learning framework that uses a diffusion policy to generate short-horizon action chunks for crowd navigation. PDPO is first pretrained on collision-avoidance demonstrations and then fine-tuned online with PPO by treating the denoising process as an internal decision process. During execution, the policy generates a five-step action chunk and applies it in a receding-horizon manner. Furthermore, we observe an evaluation artifact in common crowd-navigation benchmarks: without explicit boundary constraints, learned agents may leave the valid domain and bypass dense crowds. To address this, we introduce a setting in which boundary violations are treated as collisions. Experiments show that PDPO obtains an improved success rate over strong baselines, and ablations demonstrate that action chunks are especially important for the modified bounded benchmark.

📄 PDF Abstract BibTeX arXiv:2608.27158

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Combining Planning and Diffusion for Mobility with Unknown Dynamics

2024-10-09 · Yajvan Ravan, Zhutian Yang, Tao Chen, Tomás Lozano-Pérez 외

Manipulation of large objects over long horizons (such as carts in a warehouse) is an essential skill for deployable robotic systems. Large objects require mobile manipulation which involves simultaneous manipulation, na…

FrictionMotion PlanningRobot 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

Learning Diffusion Policy from Primitive Skills for Robot Manipulation

2026-01-05 · Zhihao Gu, Ming Yang, Difan Zou, Dong Xu arxiv

Diffusion policies (DP) have recently shown great promise for generating actions in robotic manipulation. However, existing approaches often rely on global instructions to produce short-term control signals, which can re…

Robot Manipulation

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

2026-05-30 · Junnan Nie, Jiayi Li, Jiachen Zhang, Junyi Lao 외 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. Whi…

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