扩散策略用于机器人人群导航短程规划

Diffusion Policies for Short-Horizon Planning in Robot Crowd Navigation

精选理由

CMU团队新方法PDPO让机器人能提前规划5步动作,在拥挤人群中导航成功率更高。

AI 摘要

研究团队提出规划扩散策略优化(PDPO)框架,使用扩散策略生成短程动作块处理人群导航问题。PDPO先在碰撞避免演示数据上预训练,再通过PPO在线微调。实验显示PDPO在成功率上超越强基线模型,尤其在修改后的有界基准中,动作块对性能提升至关重要。

原文 · arXiv cs.LG

Diffusion Policies for Short-Horizon Planning in Robot Crowd Navigation

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.