paper-with-me

Papers

Conditional Generative Adversarial Networks for Optimal Path Planning

2020-12-06 · Nachuan Ma, Jiankun Wang, Max Q. -H. Meng

Path planning plays an important role in autonomous robot systems. Effective understanding of the surrounding environment and efficient generation of optimal collision-free path are both critical parts for solving path planning problem. Although conventional sampling-based algorithms, such as the rapidly-exploring random tree (RRT) and its improved optimal version (RRT*), have been widely used in path planning problems because of their ability to find a feasible path in even complex environments, they fail to find an optimal path efficiently. To solve this problem and satisfy the two aforementioned requirements, we propose a novel learning-based path planning algorithm which consists of a novel generative model based on the conditional generative adversarial networks (CGAN) and a modified RRT* algorithm (denoted by CGANRRT*). Given the map information, our CGAN model can generate an efficient possibility distribution of feasible paths, which can be utilized by the CGAN-RRT* algorithm to find the optimal path with a non-uniform sampling strategy. The CGAN model is trained by learning from ground truth maps, each of which is generated by putting all the results of executing RRT algorithm 50 times on one raw map. We demonstrate the efficient performance of this CGAN model by testing it on two groups of maps and comparing CGAN-RRT* algorithm with conventional RRT* algorithm.

📄 PDF Abstract BibTeX arXiv:2012.03166

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generative Adversarial Network based Heuristics for Sampling-based Path Planning

2020-12-07 · Tianyi Zhang, Jiankun Wang, Max Q. -H. Meng

Sampling-based path planning is a popular methodology for robot path planning. With a uniform sampling strategy to explore the state space, a feasible path can be found without the complex geometric modeling of the confi…

Generative Adversarial Network

CBAGAN-RRT: Convolutional Block Attention Generative Adversarial Network for Sampling-Based Path Planning

2023-05-13 · Abhinav Sagar, Sai Teja Gilukara

Sampling-based path planning algorithms play an important role in autonomous robotics. However, a common problem among the RRT-based algorithms is that the initial path generated is not optimal and the convergence is too…

Generative Adversarial Network

Efficient Heuristic Generation for Robot Path Planning with Recurrent Generative Model

2020-12-07 · Zhaoting Li, Jiankun Wang, Max Q. -H. Meng

Robot path planning is difficult to solve due to the contradiction between optimality of results and complexity of algorithms, even in 2D environments. To find an optimal path, the algorithm needs to search all the state…

CogniPlan: Uncertainty-Guided Path Planning with Conditional Generative Layout Prediction

2025-08-05 · Yizhuo Wang, Haodong He, Jingsong Liang, Yuhong Cao 외 arxiv

Path planning in unknown environments is a crucial yet inherently challenging capability for mobile robots, which primarily encompasses two coupled tasks: autonomous exploration and point-goal navigation. In both cases, …

Virtual Conditional Generative Adversarial Networks

2019-01-25 · Haifeng Shi, Guanyu Cai, Yuqin Wang, Shaohua Shang 외

When trained on multimodal image datasets, normal Generative Adversarial Networks (GANs) are usually outperformed by class-conditional GANs and ensemble GANs, but conditional GANs is restricted to labeled datasets and en…

ClusteringConditional Image GenerationDecoderImage Generation