Potential Based Diffusion Motion Planning
Yunhao Luo, Chen Sun, Joshua B. Tenenbaum, Yilun Du
TL;DR
The paper introduces a diffusion-based potential motion planner that learns trajectory-level energy landscapes to enable efficient, gradient-based optimization for high-dimensional planning. By training an energy-based diffusion model E_θ with a denoising objective, the approach yields a globally-influenced energy landscape that reduces local minima issues and enables composition of multiple constraints through simple energy summation. It demonstrates probabilistic completeness under positive-density sampling and shows strong, scalable performance across base and composite environments, including static/dynamic obstacles and real-world pedestrian datasets. The results indicate significant improvements in success rate, planning time, and collision checks compared to both classical and learning-based planners, with robust generalization via compositionality. Practical impact includes faster, more flexible planning in robotics settings with evolving constraints and multi-agent environments.
Abstract
Effective motion planning in high dimensional spaces is a long-standing open problem in robotics. One class of traditional motion planning algorithms corresponds to potential-based motion planning. An advantage of potential based motion planning is composability -- different motion constraints can be easily combined by adding corresponding potentials. However, constructing motion paths from potentials requires solving a global optimization across configuration space potential landscape, which is often prone to local minima. We propose a new approach towards learning potential based motion planning, where we train a neural network to capture and learn an easily optimizable potentials over motion planning trajectories. We illustrate the effectiveness of such approach, significantly outperforming both classical and recent learned motion planning approaches and avoiding issues with local minima. We further illustrate its inherent composability, enabling us to generalize to a multitude of different motion constraints.
