ICLR2024

Graph-constrained diffusion for End-to-End Path Planning

Dingyuan Shi, Yongxin Tong, Zimu Zhou, Ke Xu, Zheng Wang, Jieping Ye

被引用 10 次

摘要

Path planning underpins various applications such as transportation, logistics, and robotics. Conventionally, path planning is formulated with explicit optimization objectives such as distance or time. However, real-world data reveals that user intentions are hard-to-model, suggesting a need for data-driven path planning that implicitly incorporates the complex user intentions. In this paper, we propose GDP, a diffusion-based model for end-to-end data-driven path planning. It effectively learns path patterns via a novel diffusion process that incorporates constraints from road networks, and plans paths as conditional path generation given the origin and destination as prior evidence. GDP is the first solution that bypasses the traditional search-based frameworks, a long-standing performance bottleneck in path planning. We validate the efficacy of GDP on two real-world datasets. Our GDP beats strong baselines by 14.2% ∼ 43.5% and achieves state-of-the-art performances. Published as a conference paper at ICLR 2024 adaptability is limited in conditional settings,e.g., path planning with given origin and destination, since they are primarily tailored to capture the inherent distribution of path datasets. Other efforts go beyond mere pattern recognition, leveraging these identified patterns to guide path planning Tian et al. ( 2023 ); Fu & Lee (2021); Jain et al. (2021); Wang et al. (2022a). A prevalent strategy is to transform the learned patterns from path data into edge weights. These weights are then integrated into search-based algorithms like A* or Dijkstra's algorithm