Performance Improvement of Path Planning algorithms with Deep Learning
Encoder Model
- URL: http://arxiv.org/abs/2008.02254v1
- Date: Wed, 5 Aug 2020 17:34:31 GMT
- Title: Performance Improvement of Path Planning algorithms with Deep Learning
Encoder Model
- Authors: Janderson Ferreira (1), Agostinho A. F. J\'unior (1), Yves M. Galv\~ao
(1), Pablo Barros (2), Sergio Murilo Maciel Fernandes (1), Bruno J. T.
Fernandes (1) ((1) Universidade de Pernambuco - Escola Polit\'ecnica de
Pernambuco, (2) Cognitive Architecture for Collaborative Technologies Unit -
Istituto Italiano di Tecnologia)
- Abstract summary: Convolutional Neural Network (CNN) was used to overcome this situation.
This paper analyzes in-depth the performance to eliminate the useless paths using this CNN model.
- Score: 1.1995939891389429
- License: http://arxiv.org/licenses/nonexclusive-distrib/1.0/
- Abstract: Currently, path planning algorithms are used in many daily tasks. They are
relevant to find the best route in traffic and make autonomous robots able to
navigate. The use of path planning presents some issues in large and dynamic
environments. Large environments make these algorithms spend much time finding
the shortest path. On the other hand, dynamic environments request a new
execution of the algorithm each time a change occurs in the environment, and it
increases the execution time. The dimensionality reduction appears as a
solution to this problem, which in this context means removing useless paths
present in those environments. Most of the algorithms that reduce
dimensionality are limited to the linear correlation of the input data.
Recently, a Convolutional Neural Network (CNN) Encoder was used to overcome
this situation since it can use both linear and non-linear information to data
reduction. This paper analyzes in-depth the performance to eliminate the
useless paths using this CNN Encoder model. To measure the mentioned model
efficiency, we combined it with different path planning algorithms. Next, the
final algorithms (combined and not combined) are checked in a database that is
composed of five scenarios. Each scenario contains fixed and dynamic obstacles.
Their proposed model, the CNN Encoder, associated to other existent path
planning algorithms in the literature, was able to obtain a time decrease to
find the shortest path in comparison to all path planning algorithms analyzed.
the average decreased time was 54.43 %.
Related papers
- Optimizing Tensor Contraction Paths: A Greedy Algorithm Approach With Improved Cost Functions [1.3812010983144802]
We introduce a novel approach based on the greedy algorithm by opt_einsum that computes efficient contraction paths in less time.
With our approach, we are even able to compute paths for large problems where modern algorithms fail.
arXiv Detail & Related papers (2024-05-08T09:25:39Z) - Lagrangian based A* algorithm for automated reasoning [0.0]
A weightage is introduced in the part of the A* algorithm to improve its efficiency.
An application of the algorithm is considered for UAV path planning.
arXiv Detail & Related papers (2023-06-28T17:01:03Z) - Learning Graph Search Heuristics [48.83557172525969]
We present PHIL (Path Heuristic with Imitation Learning), a novel neural architecture and a training algorithm for discovering graph search and navigations from data.
Our function learns graph embeddings useful for inferring node distances, runs in constant time independent of graph sizes, and can be easily incorporated in an algorithm such as A* at test time.
Experiments show that PHIL reduces the number of explored nodes compared to state-of-the-art methods on benchmark datasets by 58.5% on average.
arXiv Detail & Related papers (2022-12-07T22:28:00Z) - Systematic Comparison of Path Planning Algorithms using PathBench [55.335463666037086]
Path planning is an essential component of mobile robotics.
Development of learning-based path planning algorithms has been experiencing rapid growth.
This paper presents PathBench, a platform for developing, visualizing, training, testing, and benchmarking of existing and future path planning algorithms.
arXiv Detail & Related papers (2022-03-07T01:52:57Z) - Online estimation and control with optimal pathlength regret [52.28457815067461]
A natural goal when designing online learning algorithms is to bound the regret of the algorithm in terms of the temporal variation of the input sequence.
Data-dependent "pathlength" regret bounds have recently been obtained for a wide variety of online learning problems, including OCO and bandits.
arXiv Detail & Related papers (2021-10-24T22:43:15Z) - Real-World Application of Various Trajectory Planning Algorithms on MIT
RACECAR [0.0]
Three path planning algorithms were applied to MIT RACECAR.
A scenario was created to compare algorithms.
APF was chosen due to its low processing load and simple working logic.
arXiv Detail & Related papers (2021-08-17T12:08:49Z) - PathBench: A Benchmarking Platform for Classical and Learned Path
Planning Algorithms [59.3879573040863]
Path planning is a key component in mobile robotics.
Few attempts have been made to benchmark the algorithms holistically or unify their interface.
This paper presents PathBench, a platform for developing, visualizing, training, testing, and benchmarking of existing and future path planning algorithms.
arXiv Detail & Related papers (2021-05-04T21:48:18Z) - Waypoint Planning Networks [66.72790309889432]
We propose a hybrid algorithm based on LSTMs with a local kernel - a classic algorithm such as A*, and a global kernel using a learned algorithm.
We compare WPN against A*, as well as related works including motion planning networks (MPNet) and value networks (VIN)
It is shown that WPN's search space is considerably less than A*, while being able to generate near optimal results.
arXiv Detail & Related papers (2021-05-01T18:02:01Z) - Towards Time-Optimal Any-Angle Path Planning With Dynamic Obstacles [1.370633147306388]
Path finding is a well-studied problem in AI, which is often framed as graph search.
We present two algorithms, grounded in the same idea, that can obtain provably optimal solutions to the considered problem.
arXiv Detail & Related papers (2021-04-14T07:59:53Z) - Towards Optimally Efficient Tree Search with Deep Learning [76.64632985696237]
This paper investigates the classical integer least-squares problem which estimates signals integer from linear models.
The problem is NP-hard and often arises in diverse applications such as signal processing, bioinformatics, communications and machine learning.
We propose a general hyper-accelerated tree search (HATS) algorithm by employing a deep neural network to estimate the optimal estimation for the underlying simplified memory-bounded A* algorithm.
arXiv Detail & Related papers (2021-01-07T08:00:02Z) - CNN Encoder to Reduce the Dimensionality of Data Image for Motion
Planning [1.244705780038575]
We propose a CNN encoder capable of eliminating useless routes for motion planning problems.
In all evaluated scenarios, our solution reduced the number of iterations by more than 60%.
arXiv Detail & Related papers (2020-04-10T15:44:52Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.