7
0

Path Planning using a One-shot-sampling Skeleton Map

Gabriel O. Flores-Aquino
Octavio Gutierrez-Frias
Juan Irving Vasquez
Main:9 Pages
11 Figures
Bibliography:3 Pages
4 Tables
Appendix:1 Pages
Abstract

Path planning algorithms aim to compute a collision-free path, and many works focus on finding the optimal distance path. However, for some applications, a more suitable approach is to balance response time, safety of the paths, and path length. In this context, a skeleton map is a useful tool in graph-based schemes, as it provides an intrinsic representation of free configuration space. However, skeletonization algorithms are very resource-intensive, being primarily oriented towards image processing tasks. We propose an efficient path-planning methodology that finds safe paths within an acceptable processing time. This methodology leverages a Deep Denoising Auto-Encoder (DDAE) based on U-Net architecture to compute a skeletonized version of the navigation map, which we refer to as SkelUnet. The SkelUnet network facilitates exploration of the entire workspace through one-shot sampling (OSS), as opposed to the iterative process used by exact algorithms or the probabilistic sampling process. SkelUnet is trained and tested on a dataset consisting of 12,500 bi-dimensional dungeon maps. The motion planning methodology is evaluated in a simulation environment for an Unmanned Aerial Vehicle (UAV) using 250 previously unseen maps, and assessed with various navigation metrics to quantify the navigability of the computed paths. The results demonstrate that using SkelUnet to construct a roadmap offers significant advantages, such as connecting all regions of free workspace, providing safer paths, and reducing processing times. These characteristics make this method particularly suitable for mobile service robots in structured environments.

View on arXiv
@article{flores-aquino2025_2507.02328,
  title={ Path Planning using a One-shot-sampling Skeleton Map },
  author={ Gabriel O. Flores-Aquino and Octavio Gutierrez-Frias and Juan Irving Vasquez },
  journal={arXiv preprint arXiv:2507.02328},
  year={ 2025 }
}
Comments on this paper