[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

Improved particle swarm optimization algorithm: multi-target trajectory optimization for swarm drones

Created by
  • Haebom

Author

Minze Li, Wei Zhao, Ran Chen, Mingqiang Wei

Outline

In this paper, we propose a new algorithm, PE-PSO, for real-time trajectory planning of unmanned aerial vehicles (UAVs) in dynamic environments. To address the premature convergence and delay issues of the conventional Particle Swarm Optimization (PSO), we introduce a continuous search mechanism and an entropy-based parameter adjustment strategy. We model the trajectories using B-spline curves to ensure smooth paths and reduce the optimization complexity. For the collaboration of multiple UAVs, we develop a multi-agent framework combining genetic algorithm (GA)-based task assignment and distributed PE-PSO to support scalability and coordinated trajectory generation. Simulation results show that the proposed framework outperforms the conventional PSO and other swarm-based planners in terms of trajectory quality, energy efficiency, obstacle avoidance, and computation time.

Takeaways, Limitations

Takeaways:
Presenting an effective solution to the real-time multi-UAV trajectory planning problem in dynamic environments
Improvement of early convergence and delay problems of existing PSO, __T1429_____
Smoothing trajectories and reducing optimization complexity by leveraging B-spline curves
Efficient multi-UAV collaboration support via genetic algorithm-based task allocation and distributed PE-PSO
Excellent performance verification in terms of trajectory quality, energy efficiency, obstacle avoidance, and computation time.
Limitations:
Absence of experimental results in real environments (only simulation results are presented)
Need to verify generalizability to various environmental conditions and UAV specifications
Lack of detailed description of algorithm parameter tuning.
Lack of analysis of communication overhead and reliability in distributed environments.
👍