Enhancing Path Planning Performance through Image Representation Learning of High-Dimensional Configuration Spaces
Jorge Ocampo Jimenez, Wael Suleiman
TL;DR
The paper addresses accelerating path planning in high-dimensional configuration spaces with unknown obstacles by learning a biased sampling distribution for waypoints. It introduces a WGAN-GP conditioned via a forward diffusion latent and an RGB-D+-based image representation to model the distribution over C_free, supplemented by affinity propagation to compress waypoint structure into exemplars for single-query waypoint generation. The planner integrates this biased sampler with RRT/RRT* while including a failure-detection mechanism to revert to uniform sampling, thereby preserving probabilistic completeness, and demonstrates improved planning time and success rate under tight time constraints on Baxter 7-DOF tasks. Results show substantial gains in time-constrained scenarios, with code and datasets available for reproduction, underscoring the practical impact for real-time robotics.
Abstract
This paper presents a novel method for accelerating path-planning tasks in unknown scenes with obstacles by utilizing Wasserstein Generative Adversarial Networks (WGANs) with Gradient Penalty (GP) to approximate the distribution of waypoints for a collision-free path using the Rapidly-exploring Random Tree algorithm. Our approach involves conditioning the WGAN-GP with a forward diffusion process in a continuous latent space to handle multimodal datasets effectively. We also propose encoding the waypoints of a collision-free path as a matrix, where the multidimensional ordering of the waypoints is naturally preserved. This method not only improves model learning but also enhances training convergence. Furthermore, we propose a method to assess whether the trained model fails to accurately capture the true waypoints. In such cases, we revert to uniform sampling to ensure the algorithm's probabilistic completeness; a process that traditionally involves manually determining an optimal ratio for each scenario in other machine learning-based methods. Our experiments demonstrate promising results in accelerating path-planning tasks under critical time constraints. The source code is openly available at https://bitbucket.org/joro3001/imagewgangpplanning/src/master/.
