Artificial Intelligence Based Navigation in Quasi Structured Environment

Hariram Sampath Kumar,Archana Singh,Manish Kumar Ojha
2024-07-08
Abstract:The proper planning of different types of public transportation such as metro, highway, waterways, and so on, can increase the efficiency, reduce the congestion and improve the safety of the country. There are certain challenges associated with route planning, such as high cost of implementation, need for adequate resource & infrastructure and resistance to change. The goal of this research is to examine the working, applications, complexity factors, advantages & disadvantages of Floyd- Warshall, Bellman-Ford, Johnson, Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO), & Grey Wolf Optimizer (GWO), to find the best choice for the above application. In this paper, comparative analysis of above-mentioned algorithms is presented. The Floyd-Warshall method and ACO algorithm are chosen based on the comparisons. Also, a combination of modified Floyd-Warshall with ACO algorithm is proposed. The proposed algorithm showed better results with less time complexity, when applied on randomly structured points within a boundary called quasi-structured points. In addition, this paper also discusses the future works of integrating Floyd-Warshall with ACO to develop a real-time model for overcoming above mentioned-challenges during transportation route planning.
Neural and Evolutionary Computing,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: in a quasi - structured environment, how to optimize the route planning of different types of public transportation (such as subways, highways, waterways, etc.) through artificial intelligence technology to improve efficiency, reduce congestion and enhance safety. Specifically, the paper aims to find the optimal algorithm most suitable for application in transportation route planning and develop an improved hybrid algorithm to meet this challenge. ### Problem Background 1. **Existing Challenges**: - **High Implementation Cost**: The implementation cost of traditional route - planning methods is relatively high. - **Resource and Infrastructure Requirements**: Adequate resources and infrastructure support are required. - **Resistance to Change**: The public and relevant departments have a low acceptance of new technologies, and there is resistance to change. 2. **Research Objectives**: - **Evaluate Existing Algorithms**: Analyze the advantages and disadvantages of algorithms such as Floyd - Warshall, Bellman - Ford, Johnson, Ant Colony Optimization (ACO), Particle Swarm Optimization (PSO) and Grey Wolf Optimizer (GWO). - **Select the Best Algorithm**: Based on comparative analysis, select the algorithm most suitable for transportation route planning. - **Develop an Improved Algorithm**: Propose a new algorithm that combines the improved Floyd - Warshall and ACO, and apply it to random points in a quasi - structured environment. - **Verify the Improvement Effect**: Record and compare the results of the new algorithm with the traditional Floyd - Warshall algorithm to prove its superiority. - **Prospects for Future Work**: Explore the combination of Floyd - Warshall and ACO to develop a real - time model to address the challenges in transportation route planning. ### Key Content - **Path Generation Algorithms**: - **Floyd - Warshall**: It is used to calculate the shortest path between all pairs of nodes in a graph, with a time complexity of \( O(|V|^3) \), and is suitable for graphs with positive and negative weighted edges. - **ACO**: A heuristic optimization algorithm based on the foraging behavior of ants, suitable for handling complex and dynamic search spaces, and can find the global optimal solution, but is prone to falling into local optima. - **Nature - Inspired Optimization Algorithms**: - **ACO**: Simulates the foraging behavior of ants and updates paths through pheromones. - **PSO**: Simulates the behavior of bird flocks and updates positions and velocities through individual and global optimal solutions. - **GWO**: Simulates the hunting behavior of grey wolves and updates the positions of other wolves through the positions of α, β, δ wolves. ### Solution The paper proposes a new algorithm that combines the improved Floyd - Warshall and ACO, and applies it to random points in a quasi - structured environment. The experimental results show that this hybrid algorithm is superior to the traditional Floyd - Warshall algorithm in both time complexity and performance, and can find a better path in a shorter time. ### Future Work The paper also discusses the combination of Floyd - Warshall and ACO to develop a real - time model to address various challenges in transportation route planning and further improve the efficiency and safety of the transportation system. In summary, this paper mainly solves the problem of how to optimize transportation route planning through artificial intelligence technology, proposes a new algorithm that combines the improved Floyd - Warshall and ACO, and verifies its superiority.