Sign in to use this feature.

Years

Between: -

Subjects

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Journals

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Article Types

Countries / Regions

remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline
remove_circle_outline

Search Results (847)

Search Parameters:
Keywords = UAV path planning

Order results
Result details
Results per page
Select all
Export citation of selected articles as:
29 pages, 1721 KB  
Article
Hybrid Cuckoo Search–Tabu Search Metaheuristic with Fuzzy Multi-Objective Optimization for UAV Path Planning in Urban Environments
by Ghadah Alshammari, Abeer Hakeem, Afraa Attiah and Linda Mohaisen
Vehicles 2026, 8(6), 129; https://doi.org/10.3390/vehicles8060129 - 11 Jun 2026
Viewed by 114
Abstract
Most UAV missions currently require visiting multiple checkpoints to perform field tasks in environments with varying levels of obstacle complexity. These missions become more challenging because UAVs have limited onboard resources, particularly in terms of energy, making it necessary to determine a safe [...] Read more.
Most UAV missions currently require visiting multiple checkpoints to perform field tasks in environments with varying levels of obstacle complexity. These missions become more challenging because UAVs have limited onboard resources, particularly in terms of energy, making it necessary to determine a safe and efficient path that enables all required visits to be completed while minimizing both travel distance and energy consumption. To address these challenges, this study proposes a hybrid fuzzy metaheuristic approach that integrates Cuckoo Search and Tabu Search for multi-objective UAV path planning. The proposed approach generates collision-free paths in environments with static obstacles and employs fuzzy logic to construct a unified evaluation function, in which distance and energy values are mapped to membership functions and combined into a single fitness score to guide the optimization process. Cuckoo Search drives global exploration of the solution space, while Tabu Search refines solutions locally. Together, they improve path quality and avoid premature convergence. Experimental results across two scenarios with varying obstacle densities and checkpoint counts demonstrate the efficacy of the proposed hybrid approach. Compared with two baseline algorithms, the hybrid approach achieves reductions in path length ranging from 0.01% to 42.11% and in energy consumption ranging from 0.08% to 27.91%, depending on scenario complexity. Moreover, it maintains a high success rate of 96–100% as both checkpoint counts and obstacle density increase, whereas the baseline algorithms drop to 3–13% in more complex environments. These results highlight the effectiveness and scalability of the approach for multi-checkpoint UAV path planning in obstacle-rich environments. Full article
Show Figures

Figure 1

37 pages, 1777 KB  
Article
A UAV Path Planning Method in Complex 3D Environments by Fusing an Improved A* Algorithm and Particle Swarm Optimization
by Xiaojiang Li, Hangyu Liu, Lanchuan Pan, Junming Yang, Xinping Zhu and Ke Tang
Appl. Sci. 2026, 16(12), 5880; https://doi.org/10.3390/app16125880 - 10 Jun 2026
Viewed by 92
Abstract
Autonomous path planning for unmanned aerial vehicles (UAVs) in complex three-dimensional environments requires a balance among search efficiency, obstacle avoidance safety, and trajectory smoothness. However, conventional A* algorithms often suffer from redundant node expansion, insufficient safety awareness, and poor turning performance. To overcome [...] Read more.
Autonomous path planning for unmanned aerial vehicles (UAVs) in complex three-dimensional environments requires a balance among search efficiency, obstacle avoidance safety, and trajectory smoothness. However, conventional A* algorithms often suffer from redundant node expansion, insufficient safety awareness, and poor turning performance. To overcome these limitations, this study proposes a hierarchical hybrid planning framework that integrates an improved A* algorithm, particle swarm optimization (PSO), and B-spline trajectory generation. In the global planning stage, a composite cost function is designed by considering path length, safety margin, and turning penalty. Meanwhile, a directional dynamic window and Top- K candidate selection strategy are introduced to reduce invalid expansions and improve search efficiency. In the local refinement stage, key turning regions along the coarse path are identified and optimized using an improved PSO method with adaptive inertia attenuation, reflective boundary handling, and stagnation-triggered reseeding. Finally, B-spline fitting is applied to generate a continuous and executable UAV trajectory. Simulation results show that all compared methods achieved a 100% success rate in the randomized environments. The proposed framework achieved a mean runtime of 20.664 s, compared with 47.108 s for standard A* and 134.666 s for composite-cost A*. Meanwhile, it maintained a comparable path length, indicating robust feasible-path generation, preserved path quality, and acceptable computational feasibility under the tested randomized environments. Full article
37 pages, 79464 KB  
Article
Adaptive Elite Differential Gold Rush Optimizer for Three-Dimensional UAV Path Planning in Complex Mountainous Environments
by Fan Yang and Lixin Lyu
Algorithms 2026, 19(6), 471; https://doi.org/10.3390/a19060471 - 10 Jun 2026
Viewed by 162
Abstract
To improve the reliability and path quality of three-dimensional UAV path planning in complex mountainous environments, this paper proposes an Adaptive Elite Differential Gold Rush Optimizer (AEDGRO). The main novelty of AEDGRO lies in the coordinated integration of three enhancement mechanisms into the [...] Read more.
To improve the reliability and path quality of three-dimensional UAV path planning in complex mountainous environments, this paper proposes an Adaptive Elite Differential Gold Rush Optimizer (AEDGRO). The main novelty of AEDGRO lies in the coordinated integration of three enhancement mechanisms into the original Gold Rush Optimizer: chaotic good-point initialization for improving initial population coverage, adaptive elite differential mining for strengthening exploitation around promising regions, and stagnation-aware Gaussian–Cauchy mutation for escaping local optima. A UAV path-planning model is constructed by considering path length, altitude fluctuation, trajectory smoothness, terrain collision avoidance, threat-region avoidance, and UAV safety clearance. The experimental results on the IEEE CEC2017 benchmark suite show that AEDGRO obtains the best Friedman average ranking of 1.63, outperforming the original GRO with a ranking of 4.80. In the UAV path-planning experiments, AEDGRO achieves the lowest mean fitness value of 235.69 and the smallest standard deviation of 7.55, indicating better path quality and stronger robustness than the compared algorithms. The generated trajectories are smoother and can effectively avoid mountainous terrain and threat regions. These results demonstrate that AEDGRO has clear advantages in global optimization accuracy, convergence stability, and UAV path-planning applicability. Full article
(This article belongs to the Section Evolutionary Algorithms and Machine Learning)
Show Figures

Figure 1

23 pages, 3621 KB  
Article
Graph Attention Network-Based Cooperative Trajectory Planning for Multi-UAV Collision Avoidance
by Xing Liu and Bo Gao
Electronics 2026, 15(12), 2496; https://doi.org/10.3390/electronics15122496 - 6 Jun 2026
Viewed by 127
Abstract
Trajectory planning for a multi-UAV system requires jointly considering obstacle avoidance, inter-UAV conflict avoidance, and target reaching. To address this problem, this paper proposes a graph attention network-based method for multi-UAV trajectory planning. The multi-UAV system is represented as an interaction graph, where [...] Read more.
Trajectory planning for a multi-UAV system requires jointly considering obstacle avoidance, inter-UAV conflict avoidance, and target reaching. To address this problem, this paper proposes a graph attention network-based method for multi-UAV trajectory planning. The multi-UAV system is represented as an interaction graph, where UAVs are modeled as nodes and communication-based inter-UAV relationships are modeled as edges. For each UAV, local perception, target-related direction information, previous motion direction, and neighborhood information are integrated into the node representation, while the relative geometric relationship between neighboring UAVs is used as the edge feature. The constructed graph is fed into a multi-head graph attention network to extract interaction-aware features and output an action score vector over discrete flight direction labels for each UAV. During online execution, candidate flight actions are generated according to the action scores, and the final action is selected using the geodesic cost-to-go map. The trajectories of all UAVs are then generated step by step through the online decision process. By combining local perception, target guidance, motion history, and inter-UAV interaction information, the proposed method can learn cooperative action preferences for multi-UAV trajectory generation. Experiments are conducted on different flight maps and swarm sizes using multiple performance metrics. The results show that the proposed method achieves effective performance in mission success, flight efficiency, and safety-related metrics, and it also demonstrates generalization ability on unseen maps. Compared with a CBF-based collision avoidance method, the proposed method achieves better performance in task completion, inter-UAV collision avoidance, and trajectory efficiency. Full article
Show Figures

Figure 1

30 pages, 1967 KB  
Article
Optimizing Spatial State Representation in Reinforcement Learning for Coverage Path Planning in UAV Search Missions
by Hu Yuan, Shengkai Yan, Zhuzhi Liu, Suli Wang, Qiang Wang and Gaocheng Chen
Drones 2026, 10(6), 442; https://doi.org/10.3390/drones10060442 - 5 Jun 2026
Viewed by 229
Abstract
To enhance path planning efficiency in unmanned aerial vehicle (UAV) search missions in complex environments, this paper proposes a coverage path planning (CPP) algorithm for a UAV that integrates the deep Q-network (DQN) with the A* algorithm (DQN-A*). In the proposed DQN-A* algorithm, [...] Read more.
To enhance path planning efficiency in unmanned aerial vehicle (UAV) search missions in complex environments, this paper proposes a coverage path planning (CPP) algorithm for a UAV that integrates the deep Q-network (DQN) with the A* algorithm (DQN-A*). In the proposed DQN-A* algorithm, a dual-driven reward mechanism is established, comprising a probability-weighted reward and a step-dependent reward, steering the UAV toward high-probability regions. Furthermore, to handle previously unknown obstacles in real time, the algorithm employs a multi-stage obstacle-identification strategy, enabling the UAV to improve coverage of traversable cells by dynamically adjusting its local path when newly detected obstacles are encountered. A theoretical analysis derives a principled recommended range for the UAV positional identifier based on statistical feature analysis; this range is then validated through extensive simulations. Additionally, Hamiltonian path pre-training is introduced to accelerate convergence. Comparative simulations demonstrate that the proposed DQN-A* algorithm achieves higher area-coverage and target-detection probabilities than benchmark algorithms in environments with unknown obstacles, offering valuable insights for positional encoding in deep reinforcement learning (DRL)-based robotic coverage problems. Full article
Show Figures

Figure 1

48 pages, 62712 KB  
Article
A Multi-Strategy Enhanced Artificial Lemming Optimization Algorithm for Three-Dimensional Dynamic Path Planning of Unmanned Aerial Vehicles
by Chengxiang Wang, Yongli Li, Tianhang Gu, Kai Wang and Ke Zhang
Drones 2026, 10(6), 438; https://doi.org/10.3390/drones10060438 - 3 Jun 2026
Viewed by 288
Abstract
Aiming at the problem that it is difficult for existing path planning methods to plan UAV paths in real time in complex atmospheric turbulence environments, this work proposes a dynamic path planning method for UAVs based on an improved artificial lemming algorithm. First, [...] Read more.
Aiming at the problem that it is difficult for existing path planning methods to plan UAV paths in real time in complex atmospheric turbulence environments, this work proposes a dynamic path planning method for UAVs based on an improved artificial lemming algorithm. First, using temperature, pressure, and wind vectors from WRF/NWP forecast data, a dynamic turbulence-change environment model in the airspace is constructed. Then, a UAV dynamic path planning model is formulated by comprehensively considering the turbulence change rate and path safety evaluation factors. Next, to address premature convergence of existing algorithms under turbulence influence, a solving method for the UAV dynamic path planning model based on an improved artificial lemming algorithm is developed. Simulation results show that, under the proposed replanning mechanism, the improved algorithm reduces the final fitness by 36.19% and cumulative turbulence exposure by 16.28% on average compared with all competing methods. Full article
Show Figures

Figure 1

35 pages, 13735 KB  
Article
MEMOBWO: A Novel Multi-Objective Optimization Algorithm for UAV Path Planning in Complex Urban Environments
by Enze Zhang, Sining Wu and Yang Yi
Actuators 2026, 15(6), 314; https://doi.org/10.3390/act15060314 - 2 Jun 2026
Viewed by 273
Abstract
Path planning for Unmanned Aerial Vehicles (UAV) in complex urban environments poses significant challenges for autonomous systems. This paper proposes a Multi-strategy Enhanced Multi-Objective Beluga Whale Optimization algorithm, termed MEMOBWO, to address these problems. The proposed MEMOBWO adopts a multi-objective optimization framework to [...] Read more.
Path planning for Unmanned Aerial Vehicles (UAV) in complex urban environments poses significant challenges for autonomous systems. This paper proposes a Multi-strategy Enhanced Multi-Objective Beluga Whale Optimization algorithm, termed MEMOBWO, to address these problems. The proposed MEMOBWO adopts a multi-objective optimization framework to overcome the limitations of traditional single-objective approaches while simultaneously enhancing exploration and exploitation capabilities through three complementary strategies. Firstly, a Chaotic Quasi-Opposition-Based Learning (CQOBL) strategy is introduced to enhance initial population diversity and quality. Secondly, a Hybrid Adaptive Position Update (HAPU) strategy is designed to dynamically balance global exploration and local exploitation. Finally, a Multi-Objective Thinking Innovation (MOTI) strategy is proposed as a targeted repair operator to overcome specific performance deficiencies of whale agents in weaker objectives. To evaluate its performance, the MEMOBWO was comprehensively tested through 20 standard multi-objective benchmark functions, as well as three-dimensional (3D) UAV path planning experiments in simulated urban environments with varying obstacle configurations, and was compared against a series of classical and recently proposed multi-objective optimization algorithms. Moreover, the overall performance of the algorithms was assessed using Hypervolume (HV) and Inverted Generational Distance (IGD) metrics and further tested using the Friedman test and Wilcoxon rank-sum test. Experimental results demonstrated that MEMOBWO achieved competitive performance across benchmark functions, and showed favorable overall performance against comparison algorithms in path planning tasks, attaining the lowest average Friedman rank as 1.14 and HV improvements of 15.24% to 30.86%. This study provides a promising optimization framework for multi-objective UAV path planning problems in urban environments, thereby lowering the tracking burden of downstream UAV flight-control and trajectory tracking. Full article
(This article belongs to the Section Aerospace Actuators)
Show Figures

Figure 1

47 pages, 41719 KB  
Article
Energy-Efficient Trochoidal Path Planning for Unmanned Aircraft Under Wind and Performance Constraints
by Christian Reyner and Rhea P. Liem
Drones 2026, 10(6), 426; https://doi.org/10.3390/drones10060426 - 1 Jun 2026
Viewed by 197
Abstract
Fixed-wing unmanned aircraft are widely used for aerial mapping because they can acquire high-resolution data at relatively low cost, but maintaining both energy efficiency and image quality in the presence of wind and flight-performance limits remains challenging. In practice, operators introduce buffer regions [...] Read more.
Fixed-wing unmanned aircraft are widely used for aerial mapping because they can acquire high-resolution data at relatively low cost, but maintaining both energy efficiency and image quality in the presence of wind and flight-performance limits remains challenging. In practice, operators introduce buffer regions and extended waypoints outside the area of interest to cope with deviations during turning, which increases flight distance and energy use; yet, this approach can still degrade image overlap near the boundary. This paper presents a path-planning framework that designs turning maneuvers compatible with bank-angle, stall-margin, and roll-rate constraints while aligning mapping lanes directly with the area of interest. The framework combines analytically structured turn patterns, an energy-based metric that accounts for increased aerodynamic load in banked flight, and a two-stage path-angle selection procedure that uses a fast, simplified model to guide a more detailed optimization. Simulation studies on both idealized and real survey geometries indicate that, within the considered maneuver families and assumptions, the proposed method can reduce the integrated aerodynamic energy metric and improve coverage compliance relative to a conventional path-following approach that relies on overshoot points. Full article
Show Figures

Graphical abstract

41 pages, 6183 KB  
Article
A Spatio-Temporal Collaborative Improved Multi-Strategy Dung Beetle Optimization Algorithm for 3D Path Planning of Multiple Unmanned Aerial Vehicles in Urban Environments
by Yaowei Yu and Meilong Le
Aerospace 2026, 13(6), 506; https://doi.org/10.3390/aerospace13060506 - 29 May 2026
Viewed by 141
Abstract
Collaborative 3D path planning for multiple unmanned aerial vehicles (UAVs) in dense urban airspace is difficult, which does not come from one factor alone. Buildings, flight restrictions, moving obstacles, and inter-UAV coupling all act together, and the search space grows quickly as the [...] Read more.
Collaborative 3D path planning for multiple unmanned aerial vehicles (UAVs) in dense urban airspace is difficult, which does not come from one factor alone. Buildings, flight restrictions, moving obstacles, and inter-UAV coupling all act together, and the search space grows quickly as the scene becomes more crowded. In such cases, a standard swarm optimizer may still find a path, but it often struggles with early feasibility, later-stage refinement, and local replanning after the environment changes. To deal with these issues, this paper develops a spatio-temporal collaborative improved multi-strategy dung beetle optimization algorithm, called STC-IMSDBO, for urban multi-UAV path planning. The framework combines five linked components: feasible-airspace population initialization, spatio-temporal variable-step search, multi-factor adaptive weighting, local game-based conflict handling, and rolling-horizon replanning. A normalized multi-objective cost is used to balance flight efficiency, smoothness, obstacle avoidance, airspace compliance, and cooperative safety. The method is tested in four simulated urban scenarios and compared with six representative methods. In the tested cases, the STC-IMSDBO generates shorter feasible routes, uses less energy, converges in fewer iterations, and maintains better cooperative safety than the comparison methods. These results suggest that the method is a useful planning option for dense urban missions such as logistics, inspection, and emergency response. That said, larger-swarm runtime tests and field validation are still needed. Full article
(This article belongs to the Section Air Traffic and Transportation)
Show Figures

Figure 1

17 pages, 1240 KB  
Article
Research on UAV Path Planning and Efficiency Optimization for Substation Equipment Inspection
by Jie Guo, Ying Zhang, Yanhan Zhao, Yi Cao, Kailei Chen, Qian Zhou and Chao Yuan
Appl. Sci. 2026, 16(11), 5424; https://doi.org/10.3390/app16115424 - 29 May 2026
Viewed by 169
Abstract
This paper proposes an improved ant colony optimization-based path planning method for UAV inspection in substations. Considering the equipment partition characteristics and no-fly zone constraints, a two-dimensional inspection scenario model is constructed with typical equipment areas, inspection points, a depot, and no-fly zones. [...] Read more.
This paper proposes an improved ant colony optimization-based path planning method for UAV inspection in substations. Considering the equipment partition characteristics and no-fly zone constraints, a two-dimensional inspection scenario model is constructed with typical equipment areas, inspection points, a depot, and no-fly zones. The fixed partition with the nearest-neighbor method is used as the baseline, and the basic ACO algorithm is introduced for global path search. To further improve path quality, candidate neighborhood selection, elite pheromone updating, integrated turning and obstacle-avoidance costs, and local optimization are incorporated into the improved ACO. Simulation results based on 30 independent runs show that the improved ACO achieves an average path length of 1694.08 m and an average estimated flight time of 372.27 s in the 24-point scenario, reducing these two metrics by 22.30% and 20.89%, respectively, compared with the baseline method. Compared with the basic ACO, the improved ACO further reduces the average path length and estimated flight time by 2.28% and 2.41%, respectively, with statistically significant differences. Comparisons with GA and PSO and scalability experiments under different inspection point scales further demonstrate the effectiveness of the proposed method. Full article
Show Figures

Figure 1

46 pages, 8934 KB  
Article
An Adaptive Multi-Strategy Enhanced Educational Competition Optimizer for Global Optimization and Real-World Problems
by Yiwen Liu, Yang Liu and Haoxiang Zhou
Symmetry 2026, 18(6), 924; https://doi.org/10.3390/sym18060924 - 28 May 2026
Viewed by 434
Abstract
The Educational Competition Optimizer (ECO) shows promise on simple tasks but struggles with high-dimensional and complex landscapes due to rigid stage division and limited search operators. This paper proposes a Hybrid Strategy Enhanced ECO (HSECO) featuring: (i) a self-adaptive parameter evolution mechanism for [...] Read more.
The Educational Competition Optimizer (ECO) shows promise on simple tasks but struggles with high-dimensional and complex landscapes due to rigid stage division and limited search operators. This paper proposes a Hybrid Strategy Enhanced ECO (HSECO) featuring: (i) a self-adaptive parameter evolution mechanism for individual-level flexibility, (ii) a multi-operator adaptive selection scheme switching between learning and differential evolution strategies based on real-time feedback, and (iii) an archive-assisted diversity preservation module to mitigate premature convergence. HSECO is validated on CEC2017, CEC2020 and CEC2022, and a continuous engineering benchmark. Statistical tests confirm its superiority over nine State-of-the-Art and parameter-free algorithms in accuracy, convergence speed, and robustness. Ablation and diversity analyses verify its balanced exploration–exploitation dynamics. Finally, HSECO is applied to a three-dimensional UAV path-planning problem, where path length, altitude variation, and turning smoothness are integrated into a single fitness function using a weighted-sum formulation. Therefore, from a metaheuristic optimization perspective, the UAV case is treated as a single-objective constrained optimization problem rather than a Pareto-based multi-objective problem. Experimental results show that HSECO obtains shorter, safer, and smoother trajectories with lower overall weighted fitness. Full article
(This article belongs to the Special Issue Symmetry in Optimization Algorithms and Applications)
Show Figures

Figure 1

29 pages, 4445 KB  
Article
A Hierarchical Cooperative Interception Framework for Multi-UAV Defense Against Large-Scale Swarm Intrusions
by Lei Zuo, Ying Wang, Jialu Liu, Yu Lu and Ruiwen Gu
Drones 2026, 10(6), 418; https://doi.org/10.3390/drones10060418 - 28 May 2026
Viewed by 186
Abstract
To address the challenges of unbalanced task allocation, high inter-UAV collision risks, and lagging interception guidance in multi-UAV cooperative missions within complex urban low-altitude environments, a cooperative interception strategy integrating load-balanced allocation, k-nearest neighbor (k-NN) cooperative obstacle avoidance, and adaptive predictive guidance is [...] Read more.
To address the challenges of unbalanced task allocation, high inter-UAV collision risks, and lagging interception guidance in multi-UAV cooperative missions within complex urban low-altitude environments, a cooperative interception strategy integrating load-balanced allocation, k-nearest neighbor (k-NN) cooperative obstacle avoidance, and adaptive predictive guidance is proposed. First, a load-balanced Hungarian algorithm is developed at the task allocation layer. The integration of a multi-dimensional distance-angle threat assessment model and a nonlinear load penalty mechanism resolves the issues of resource idling and target overloading inherent in traditional one-to-one allocation, thereby achieving optimal resource configuration for saturated cooperative interception. Second, at the path planning layer, a cooperative obstacle avoidance algorithm based on k-NN nonlinear repulsion is introduced. By exclusively considering the dynamic repulsive fields of local nearest neighbors alongside scale-adaptive parameter regulation, this approach maintains safe formation spacing while reducing the computational complexity from O(n2) to O(k)(kn), significantly enhancing flight robustness in dense airspaces. Finally, at the terminal guidance layer, an adaptive look-ahead guidance model incorporating motion prediction is constructed to mitigate the overshoot and lag defects associated with classical pure pursuit algorithms during the interception of highly maneuverable targets. The implementation of linear extrapolation and dynamic gain regulation facilitates a paradigm shift from “passive pursuit” to “active interception.” Simulation results demonstrate that the proposed algorithm yields substantial improvements in task allocation efficiency, collision risk mitigation, and overall success rates across red-blue UAV swarm confrontation scenarios of varying scales. These findings provide a viable cooperative defense framework against large-scale, highly maneuverable unmanned aerial vehicle (UAV) swarm intrusions. Full article
Show Figures

Figure 1

52 pages, 30233 KB  
Article
Multi-Constrained Three-Dimensional Cooperative Trajectory Planning for Multi-UAVs Based on a High-Performance Meta-Heuristic Method
by Zilin Cai, Zhongjun Yu, Haibo Niu and Yuxing Zhang
Drones 2026, 10(6), 407; https://doi.org/10.3390/drones10060407 - 25 May 2026
Viewed by 155
Abstract
Unmanned aerial vehicle (UAV) path planning is one of the core technologies for realizing precision agricultural operations. In complex farmland environments involving terrain obstacles, tall tree canopies, high-voltage power lines, and restricted no-fly zones, this problem is transformed into a typical multi-objective and [...] Read more.
Unmanned aerial vehicle (UAV) path planning is one of the core technologies for realizing precision agricultural operations. In complex farmland environments involving terrain obstacles, tall tree canopies, high-voltage power lines, and restricted no-fly zones, this problem is transformed into a typical multi-objective and multi-constraint optimization problem. Dense constraints drastically narrow the feasible solution space and impose stringent requirements on the convergence, real-time performance, and robustness of planning algorithms. To address this issue, this paper proposes a novel meta-heuristic algorithm: the Agricultural Planting Whole-Cycle Management Optimization (APWMO) algorithm. By integrating the cultivation strategy aligned with crop growth cycle dynamics, the demonstration farmland-based elite guidance mechanism, and the elite archive pruning operation, it achieves a dynamic balance between global exploration and local exploitation. Comparative experiments with 15 advanced meta-heuristic algorithms on the 30-dimensional CEC2017 benchmark test suite show that APWMO achieves the best performance in terms of convergence accuracy, convergence speed, and search stability. Furthermore, the effectiveness of the proposed algorithm is verified in four 3D farmland path planning tasks with different objective weights and complexity levels. Experimental results confirm that APWMO has excellent path planning performance in complex farmland environments and can provide efficient technical support for practical agricultural UAV tasks such as plant protection spraying, crop growth monitoring, and farmland surveying. Full article
(This article belongs to the Section Artificial Intelligence in Drones (AID))
Show Figures

Figure 1

23 pages, 3487 KB  
Article
UAV Three-Dimensional Path Planning Based on Improved Dung Beetle Optimizer Algorithm
by Yong Yang, Li Sun, Kai-Jun Xu, Hong-Hui Xiang and Wei-Qi Feng
Appl. Sci. 2026, 16(11), 5243; https://doi.org/10.3390/app16115243 - 23 May 2026
Viewed by 160
Abstract
The rapid advancement of unmanned aerial vehicles (UAVs) has greatly increased the application of various swarm intelligence algorithms in UAV path planning. To address the potential issues with the dung beetle optimizer (DBO) in UAV trajectory planning, such as low convergence accuracy, tendency [...] Read more.
The rapid advancement of unmanned aerial vehicles (UAVs) has greatly increased the application of various swarm intelligence algorithms in UAV path planning. To address the potential issues with the dung beetle optimizer (DBO) in UAV trajectory planning, such as low convergence accuracy, tendency to get trapped in local optima, and imbalance between global search and local exploration, a hybrid algorithm termed DBO-PSO is proposed by integrating DBO with particle swarm optimization (PSO) to solve the UAV path planning model. The Kent chaotic map is introduced to enhance population diversity and distribution uniformity, and the velocity–position update mechanism of PSO is incorporated into DBO to strengthen its global search capability. Comparative experiments are conducted on CEC2022 benchmark functions, and multiple classical swarm intelligence algorithms are selected for comparison using six evaluation metrics, along with Wilcoxon rank-sum and Friedman statistical tests. An ablation study is also performed to evaluate the contribution of each improvement component. The path planning experimental results demonstrate that compared to DBO, PSO, IDBO, and ECFDBO under the population size of 50, DBO-PSO reduces the total path cost by 44.2%, 17.3%, 8.9%, and 45.1%, respectively. The ablation study verifies that both improvement components contribute positively, which demonstrates its competitive performance and practical applicability in UAV three-dimensional path planning. The source codes to support the presented results are publicly available on GitHub. Full article
(This article belongs to the Section Computing and Artificial Intelligence)
Show Figures

Figure 1

28 pages, 2970 KB  
Article
UGV Path Optimization in UAV-Assisted Environments Using Visibility-Aware Path Simplification
by Isuru Munasinghe, Asanka Perera, Sreenatha Anavatti and Matt Garratt
J. Sens. Actuator Netw. 2026, 15(3), 41; https://doi.org/10.3390/jsan15030041 - 22 May 2026
Viewed by 409
Abstract
This study proposes a modular path optimization framework for uncrewed ground vehicles (UGVs) in uncrewed aerial vehicle (UAV)-assisted navigation environments to improve the efficiency, smoothness, and executability of paths generated by classical grid-based path planning algorithms. The principal innovation of this work is [...] Read more.
This study proposes a modular path optimization framework for uncrewed ground vehicles (UGVs) in uncrewed aerial vehicle (UAV)-assisted navigation environments to improve the efficiency, smoothness, and executability of paths generated by classical grid-based path planning algorithms. The principal innovation of this work is the Visibility and Line-of-Sight Path Simplification (VLoSPS) algorithm, an algorithm-independent post-processing method that removes redundant waypoints through long-range axis-aligned visibility analysis while preserving path feasibility. VLoSPS is integrated with the Direction-Aware Path Planning Approach (DAPPA) to reduce angular deviations and improve directional continuity. The proposed framework is applicable to standard algorithms, including A*, Dijkstra, Breadth-First Search (BFS), and Depth-First Search (DFS), without modifying their internal search mechanisms. The main academic contributions comprise the formulation of a generalized post-processing architecture for UAV-derived occupancy maps, the introduction of a visibility-aware waypoint reduction strategy, and extensive validation using two synthetic maze datasets and three UAV-derived semantically segmented real-world datasets. On the Göttingen Maze Dataset, the VLoSPS and DAPPA pipeline reduced the average path lengths of A*, Dijkstra, BFS, and DFS by 5.42%, 9.46%, 10.44%, and 86.00%, respectively. The consistent improvements across real-world datasets demonstrate the effectiveness, computational feasibility, and general applicability of the proposed framework for UAV-assisted UGV path planning. The implementation code and benchmark resources developed in this study are publicly released to promote reproducibility and facilitate future research. Full article
Show Figures

Figure 1

Back to TopTop