Efficient Real-time Path Planning with Self-evolving Particle Swarm Optimization in Dynamic Scenarios

Jinghao Xin,Zhi Li,Yang Zhang,Ning Li
2023-12-24
Abstract:Particle Swarm Optimization (PSO) has demonstrated efficacy in addressing static path planning problems. Nevertheless, such application on dynamic scenarios has been severely precluded by PSO's low computational efficiency and premature convergence downsides. To address these limitations, we proposed a Tensor Operation Form (TOF) that converts particle-wise manipulations to tensor operations, thereby enhancing computational efficiency. Harnessing the computational advantage of TOF, a variant of PSO, designated as Self-Evolving Particle Swarm Optimization (SEPSO) was developed. The SEPSO is underpinned by a novel Hierarchical Self-Evolving Framework (HSEF) that enables autonomous optimization of its own hyper-parameters to evade premature convergence. Additionally, a Priori Initialization (PI) mechanism and an Auto Truncation (AT) mechanism that substantially elevates the real-time performance of SEPSO on dynamic path planning problems were introduced. Comprehensive experiments on four widely used benchmark optimization functions have been initially conducted to corroborate the validity of SEPSO. Following this, a dynamic simulation environment that encompasses moving start/target points and dynamic/static obstacles was employed to assess the effectiveness of SEPSO on the dynamic path planning problem. Simulation results exhibit that the proposed SEPSO is capable of generating superior paths with considerably better real-time performance (67 path planning computations per second in a regular desktop computer) in contrast to alternative methods. The code and video of this paper can be accessed here.
Robotics,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is to achieve real - time path planning in dynamic scenarios. Specifically, the traditional Particle Swarm Optimization (PSO) algorithm performs well in dealing with static path planning problems, but its application in dynamic scenarios is limited by low computational efficiency and premature convergence. To solve these problems, the paper proposes the following innovations: 1. **Tensor Operation Form (TOF)**: Convert particle swarm operations into tensor operations, thereby improving computational efficiency and reducing the coupling between computational complexity and population size. 2. **Self - Evolving Particle Swarm Optimization (SEPSO)**: Based on TOF, a new Hierarchical Self - Evolving Framework (HSEF) is introduced, which can autonomously optimize its own hyper - parameters and avoid premature convergence. 3. **Priori Initialization (PI) mechanism**: Use the planning results of the previous time step as prior knowledge to initialize particle positions and accelerate the convergence speed. 4. **Auto Truncation (AT) mechanism**: Automatically truncate iterations according to the standard deviation of the lowest fitness values in the most recent iterations and whether the current best path is collision - free, in order to adapt to the changes in computational complexity in dynamic path planning. Through these innovations, the paper aims to provide a method that can generate optimal paths efficiently and in real - time in dynamic environments. Experimental results show that SEPSO outperforms other methods in both standard benchmark functions and dynamic path planning problems, especially showing a significant advantage in computational efficiency.