1. Introduction
With the rapid rise of the unmanned aerial vehicle (UAV) industry, UAVs have been widely applied in various complex urban operation scenarios, including urban logistics [
1], target detection and recognition [
2], public security patrols [
3,
4], as well as data acquisition tasks [
5]. As an important component of UAV mission planning systems, path planning aims to design an optimal flight trajectory from the departure point to the destination, according to specific criteria, such as minimizing flight time or maximizing safety, while simultaneously satisfying various constraints. However, specific objectives and constraints may conflict with each other, resulting in the absence of a single global optimal solution. Therefore, path planning technology must balance these requirements to find the optimal feasible solution.
In logistics delivery, accurate and rational path planning ensures that UAVs can fly safely in complex urban environments while improving delivery efficiency. In public security operations, effective path planning enables UAVs to respond rapidly to emergencies, enhancing emergency handling capabilities. In three-dimensional spectrum mapping, efficient informative path planning maximizes the spectrum information collection efficiency of UAVs under limited resource constraints [
6]. Moreover, path planning technology also demonstrates broad application prospects in fields such as precision agriculture and disaster relief.
According to the different application environments and algorithm characteristics, existing path planning methods include graph search–based algorithms, artificial potential field methods, sampling-based search algorithms, and meta-heuristic algorithms [
7]. The graph search–based algorithms are represented by the Dijkstra algorithm and the A* algorithm [
8,
9]. The Dijkstra algorithm finds the shortest path by continuously updating the shortest path and distance information of nodes, but it cannot handle negative-weight edges or negative-weight cycles and has high computational complexity [
10]. In [
11], an enhanced Dijkstra algorithm is presented for the path planning of rail-mounted robots engaged in cargo delivery operations within large-scale workshops. The A* algorithm introduces goal-related heuristic information, which guides the search process and significantly improves its efficiency. However, in grid-based environment modeling, the search space grows exponentially with the increase in problem dimensions, which severely limits the efficiency of the algorithm [
12]. In [
13], a bi-level optimization approach combining the A* algorithm and the dynamic window method was proposed for UAV path planning. The artificial potential field (APF) method guides the motion of objects by modeling attractive and repulsive forces. The target generates an attractive force that draws the object toward it, while obstacles produce repulsive forces that push the object away. However, this method is prone to premature convergence to local optima, making it difficult to obtain the global optimal solution [
14,
15]. In [
16], an improved APF method was proposed to generate UAV paths that are smoother and more energy-efficient. The Rapidly Exploring Random Tree (RRT) algorithm is a stochastic search method based on random sampling in the space [
17]. Its core principle is to construct a tree-like path through random sampling, thereby rapidly exploring the feasible space. Although RRT is particularly suitable for path search in high-dimensional and complex environments, the generated paths may suffer from non-smoothness and suboptimality [
18,
19]. The RRT* algorithm extends the RRT by introducing a path rewiring mechanism, and as the number of sampled points increases, the generated path gradually converges to the global optimal solution [
20]. Common metaheuristic algorithms include gray wolf optimizer (GWO) [
21], artificial bee colony (ABC) [
22], genetic algorithms (GA) [
23], dung beetle optimization (DBO) [
24], and particle swarm optimization (PSO) [
25]. In recent years, these algorithms have been increasingly applied to UAV path planning due to their ability to search for optimal solutions [
26,
27,
28]. Such methods typically employ a cost function to model the path planning problem as an optimization task, where a path is treated as a candidate solution and subsequently improved using swarm intelligence.
PSO is characterized by fast convergence, strong global search capability, ease of implementation, high adaptability, and good compatibility among nature-inspired algorithms. Based on these advantages, several PSO variants have been applied to path planning, such as self-evolving PSO (SEPSO) [
29], hybrid PSO [
30], spherical vector-based PSO (SPSO) [
31], and quantum PSO (QPSO) [
32]. However, most algorithms are single-objective, and they solve multiple objectives by combining them into a single cost function through a weighting method. Although this method has high computational efficiency, combining multiple objectives can lead to the optimality of the cost function not representing the optimality of individual objectives. In practical applications, most objectives cannot simultaneously achieve their optimal values, and some are even mutually contradictory. Consequently, a multi-objective optimization approach is required.
The advantage of multi-objective optimization lies in its ability to address multiple conflicting objectives simultaneously during the optimization process, without the need for predefined weights, and to generate a set of Pareto-optimal solutions, namely, solutions in the multi-objective space that cannot be further improved. Each solution on the Pareto set is feasible, allowing decision-makers to select the most appropriate option based on practical requirements, rather than relying solely on a single aggregated objective value, thereby enhancing both the flexibility and scientific rigor of decision-making. At present, the multi-objective particle swarm optimization (MOPSO) algorithm and its variants have been widely applied in path planning research [
33,
34,
35].
In urban UAV path planning, PSO often becomes trapped in local optima, leading to issues such as uneven distribution of the solution set and reduced overall performance. Chaotic systems, with their randomness, ergodicity, and sensitivity to initial conditions, can enhance convergence speed. Their randomness enriches the search process, helping algorithms escape local optima.
The Zaslavskii map, a discrete-time nonlinear dynamical system introduced by Zaslavsky in 1978, is a member of the class of two-dimensional chaotic systems. Compared with low-dimensional chaotic systems such as the Logistic and Tent maps, the Zaslavsky map maintains stable chaotic behavior over a wider parameter range, thereby avoiding degeneration into periodic orbits. Additionally, the sequences it generates exhibit a more uniform distribution and lower correlation, enhancing the global search capability of optimization algorithms. Relative to other two-dimensional chaotic systems, such as the Henon map, the Zaslavsky map offers a higher-dimensional parameter space and richer dynamical behavior, producing sequences that are statistically closer to a uniform distribution. Leveraging these advantages, this study proposes a multi-objective particle swarm optimization algorithm based on the Zaslavsky chaotic sequence (ZAMOPSO), which is employed to address urban UAV path planning problems.
The main contributions and innovations of this study are summarized in the following aspects:
- (1)
To address the issue of premature convergence to local optima in the original MOPSO for urban UAV path planning, Zaslavskii chaotic sequences are employed to generate random numbers, replacing the random factors and in the velocity update formula, thereby enhancing both the complexity and robustness of particle search behavior.
- (2)
A dynamic parameter adjustment mechanism is used to balance global exploration with local exploitation, while a guidance strategy based on crowding distance is introduced to prioritize non-dominated solutions in sparse regions, thereby improving the diversity of the solution set.
- (3)
The proposed ZAMOPSO algorithm, along with other multi-objective optimization algorithms, was evaluated across different three-dimensional urban environment models. Comparative results indicate that ZAMOPSO achieves superior overall performance in solving UAV path planning problems in urban environments, and its effectiveness is further confirmed through ablation experiments.
The rest of this paper is structured as follows.
Section 2 defines the objective functions and constraints of the multi-objective UAV path planning model.
Section 3 describes the underlying principles of the proposed ZAMOPSO algorithm.
Section 4 presents comparative and ablation experiments to evaluate the algorithm’s effectiveness. Finally,
Section 5 provides the conclusions.
4. Simulation Results
4.1. Simulation Environment and Parameter Settings
Four different three-dimensional urban environment models, Maps A, B, C, and D were constructed using the three-dimensional grid method in MATLAB R2023a to evaluate the effectiveness of UAV path planning under different optimization algorithms, as shown in
Figure 2.
Table 1 presents the detailed configuration of the simulation environment and the algorithm parameters.
4.2. Comparison Experiment
This study compared the proposed ZAMOPSO algorithm with other multi-objective optimization algorithms, including the original MOPSO, the nondominated sorting genetic algorithm II (NSGA-II) algorithm, and the multi-objective dung beetle optimization algorithm (MO-DBO). In Maps A, B, C, and D, 30 independent runs were conducted for each algorithm. During each run, the generated flight paths were recorded, along with the performance curves of the hypervolume (HV) and Inverted Generational Distance (IGD) metrics. It should be emphasized that the paths displayed in the four maps represent only one of the numerous non-dominated solutions within the Pareto set produced by the algorithms. Each solution exhibits dominance in certain objectives, and thus, depending on the application scenario, some non-dominated solutions may be considered more preferable than others.
4.2.1. Map A Simulation Experiment
Map A is a virtual city environment with an asymmetric layout, where the height distribution of buildings is uneven, including both high-rise and low-rise buildings, designed to simulate a traditional city with complex layouts and diverse functionalities. The four algorithms were used for path planning in Map A. As shown in
Figure 3 and
Figure 4, each algorithm is capable of generating feasible paths.
Figure 3 illustrates the three-dimensional views of the paths obtained by each algorithm, while
Figure 4 presents their corresponding top-down views.
Figure 5 illustrates the iterative variation curves of the HV metric for the four algorithms in the simulation experiment on Map A. As shown, ZAMOPSO exhibits a rapid increase in HV value during the initial iterations and converges to the optimal value after approximately 80 iterations. Its final HV value is the highest. MOPSO shows a slow increase in HV value during the initial iterations and converges to the optimal value after approximately 80 iterations. Its final HV value is lower than that of ZAMOPSO. The HV value of NSGA-II increases steadily throughout the process, and its final HV value is the lowest. The HV value of MO-DBO fluctuates repeatedly, with the final HV value being similar to that of NSGA-II. These results indicate that ZAMOPSO demonstrates superior overall performance compared with the other algorithms.
Figure 6 presents the iterative variation curves of the IGD metric for the four algorithms in the simulation experiment on Map A. As shown, ZAMOPSO exhibits a rapid decline in IGD value during the initial iterations and converges to the optimal value after approximately 80 iterations. Its final IGD value is the lowest. MOPSO and NSGA-II demonstrate a slow decline in IGD values during the initial iterations and converge to the optimal value after approximately 80 iterations. Their final IGD values are similar, but both are higher than that of ZAMOPSO. MO-DBO converges to the optimal value after approximately 120 iterations, and its final IGD value is the highest among all methods. These results indicate that ZAMOPSO demonstrates superior diversity and convergence compared with the other algorithms.
Figure 7 illustrates the box plots of the HV value distributions for the four algorithms in the simulation experiment conducted on Map A. As shown, ZAMOPSO has the best extreme values, quartiles, and medians among the four algorithms, with a concentrated HV value distribution. For MOPSO, the extrema, quartiles, and median are all lower than those of ZAMOPSO, and an outlier is observed. NSGA-II exhibits significantly different extreme values, with both the quartiles and medians lower than MOPSO. MO-DBO has the worst extreme values, quartiles, and medians among the four algorithms. These results indicate that ZAMOPSO demonstrates superior stability compared to the other algorithms.
This study evaluates the overall performance of the four algorithms for UAV path planning on Map A using normalized HV and IGD metrics.
The mathematical definition of the HV indicator is the volume of the objective space enclosed by the set of non-dominated solutions obtained by the algorithm and a reference point. HV is an important metric for evaluating the quality of a solution set, capable of measuring both the convergence and diversity of the solution set simultaneously. A larger HV value indicates a higher-quality solution set. The mathematical formulation is given by the following:
where
denotes the Lebesgue measure used to compute the volume; |s| represents the number of non-dominated solutions in the set; and
denotes the hypervolume formed by the reference point and the
-th solution in the set.
The mathematical definition of the IGD indicator is the average distance between the solution set obtained by the algorithm and the true Pareto front. A smaller IGD value indicates that the solution set obtained by the algorithm is closer to the true Pareto front. The mathematical formulation is given by the following:
where
denotes the solution set obtained by the algorithm,
represents a set of uniformly distributed reference points sampled from the Pareto front, and
refers to the Euclidean distance between a reference point
in
and a solution
in
.
The maximum, minimum, and mean values of the HV metric provide important criteria for evaluating algorithm performance. A higher value indicates superior comprehensive performance of the algorithm. As shown in
Table 2, ZAMOPSO achieves the best performance across all metrics compared with MOPSO, NSGA-II, and MO-DBO. Specifically, the maximum HV values of ZAMOPSO increased by approximately 24.50%, 20.36%, and 27.22%, respectively. The minimum HV values improved by approximately 72.10%, 123.20%, and 122.88%, respectively. The mean HV values increased by approximately 29.62%, 46.69%, and 61.85%, respectively. The 95% confidence interval of ZAMOPSO is also superior to that of other algorithms. These results indicate that, for UAV path planning on Map A, ZAMOPSO exhibits better convergence and diversity, with a more widely distributed solution set.
The maximum, minimum, and mean values of the IGD metric serve as important indicators for assessing the performance of algorithms in generating solution sets. A lower IGD value suggests that the solutions are closer to the true Pareto front and exhibit better distribution uniformity. As shown in
Table 3, ZAMOPSO demonstrates the best performance across all metrics compared with MOPSO, NSGA-II, and MO-DBO. Specifically, compared with MOPSO, NSGA-II, and MO-DBO. Specifically, the maximum IGD values of ZAMOPSO were reduced by approximately 20.05%, 26.46%, and 29.50%, respectively. The minimum IGD values reduced by approximately 21.91%, 25.82%, and 25.50%, respectively. The mean IGD values reduced by approximately 21.10%, 24.42%, and 28.41%, respectively. The 95% confidence interval of ZAMOPSO is also better than other algorithms. These results indicate that, for UAV path planning on Map A, ZAMOPSO generates solution sets with better convergence and diversity, closer to the true Pareto frontier, and more uniformly distributed.
Finally, the Wilcoxon signed-rank test was conducted on the normalized HV and IGD values of the algorithms at a significance level of 0.05 (
). The results, summarized in
Table 4 and
Table 5, indicate that the HV and IGD distributions of ZAMOPSO differ significantly from those of MOPSO, NSGA-II, and MO-DBO (
), with an effect size of
, which is considered a large effect (
). This indicates that ZAMOPSO can usually obtain a better solution set.
In summary, ZAMOPSO demonstrates superior performance in UAV path planning on Map A, validating the proposed strategy’s effectiveness.
4.2.2. Map B Simulation Experiment
Map B is a virtual city environment with a symmetrical layout, where the distribution of building heights is relatively consistent, with tall buildings concentrated in certain areas, aiming to simulate a strictly planned urban core. The four algorithms were used for path planning in Map B. As shown in
Figure 8 and
Figure 9, each algorithm is capable of generating feasible paths.
Figure 8 illustrates the three-dimensional views of the paths obtained by each algorithm, while
Figure 9 presents their corresponding top-down views.
Figure 10 illustrates the iterative variation curves of the HV metric for the four algorithms in the simulation experiment on Map B. As shown, ZAMOPSO, MOPSO, and NSGA-II converge to their optimal values after approximately 80 iterations. ZAMOPSO achieves the highest final HV value, followed by MOPSO and then NSGA-II. MO-DBO converges to the optimal value after approximately 170 iterations, and its final HV value is lower than that of ZAMOPSO. These results indicate that ZAMOPSO demonstrates superior overall performance compared with the other algorithms.
Figure 11 illustrates the iterative variation curves of the IGD metric for the four algorithms in the simulation experiment conducted on Map B. As shown, ZAMOPSO exhibits a rapid decline in IGD value during the initial iterations and converges to the optimal value after approximately 80 iterations. Its final IGD value is the lowest. The convergence curves of the IGD metric for the other three algorithms are nearly overlapping, with the final IGD value all higher than that of ZAMOPSO. These results indicate that ZAMOPSO demonstrates superior diversity and convergence compared with the other algorithms.
Figure 12 illustrates the box plots of the HV value distributions for the four algorithms in the simulation experiment conducted on Map B. As shown, ZAMOPSO has the best extreme values, quartiles, and medians among the four algorithms, with a concentrated HV value distribution. The extrema, quartiles, and median of MOPSO, NSGA-II, and MO-DBO are all lower than those of ZAMOPSO. Specifically, MOPSO exhibits an outlier, NSGA-II shows a larger variation in extrema with a higher number of lower HV values. These results indicate that ZAMOPSO demonstrates superior stability compared to the other algorithms.
The same evaluation metrics as those used in the simulation experiments on Map A are used to further evaluate the comprehensive performance of the four algorithms on Map B.
Table 6 presents the HV comparison results of the four algorithms on Map B, indicating that ZAMOPSO achieves significantly better performance than the others across all metrics. Specifically, compared with MOPSO, NSGA-II, and MO-DBO, the maximum HV metric of ZAMOPSO improved by approximately 21.60%, 16.70%, and 16.94%, respectively. The minimum HV metric of ZAMOPSO improved by approximately 122.41%, 123.35%, and 76.63%, respectively. The mean HV metric of ZAMOPSO improved by approximately 40.01%, 35.83%, and 35.67%, respectively. The 95% confidence interval of ZAMOPSO is also better than other algorithms. These results indicate that, for UAV path planning on Map B, ZAMOPSO exhibits better convergence and diversity, with a more widely distributed solution set.
Table 7 presents the IGD comparison results of the four algorithms on Map B, indicating that ZAMOPSO outperforms other algorithms in all metrics. Specifically, compared with MOPSO, NSGA-II, and MO-DBO, the maximum IGD metric of ZAMOPSO was reduced by approximately 22.34%. The minimum IGD metric of ZAMOPSO reduced by approximately 23.06%. The mean IGD metric of ZAMOPSO reduced by approximately 22.44%. The 95% confidence interval of ZAMOPSO is also superior to that of other algorithms. These results indicate that, for UAV path planning on Map B, ZAMOPSO generates solution sets with better convergence and diversity, closer to the true Pareto frontier, and more uniformly distributed.
Finally, the Wilcoxon signed-rank test was conducted on the normalized HV and IGD values of the algorithms at a significance level of 0.05 (
). The results, summarized in
Table 8 and
Table 9, indicate that the HV and IGD distributions of ZAMOPSO differ significantly from those of MOPSO, NSGA-II, and MO-DBO (
), with an effect size of
, which is considered a large effect (
). This indicates that ZAMOPSO can usually obtain a better solution set.
In summary, ZAMOPSO demonstrates superior performance in UAV path planning on Map B, validating the proposed strategy’s effectiveness.
4.2.3. Map C Simulation Experiment
Map C is constructed based on Map A by adding two cylindrical no-fly zones, with model parameters [30, 28, 6, 6, 30, 1] and [70, 55, 6, 6, 30, 1], respectively. The four algorithms were used for path planning in Map C. As shown in
Figure 13 and
Figure 14, each algorithm is capable of generating feasible paths.
Figure 13 illustrates the three-dimensional views of the paths obtained by each algorithm, while
Figure 14 presents their corresponding top-down views.
Figure 15 illustrates the iterative convergence curves of the HV metric for the four algorithms in the simulation experiment conducted on Map C. As shown, the HV value of ZAMOPSO exhibits a stepwise and rapid increase during the iteration process, converging to the optimal value after approximately 120 iterations, with the highest final HV value. MOPSO shows a rapid increase in HV value at the early stage, converging to the optimal value after about 80 iterations, and its final HV value is lower than that of ZAMOPSO. NSGA-II demonstrates a relatively slow increase in HV value during the early stage, converging to the optimal value after around 80 iterations, and its final HV value is lower than that of MOPSO. The HV value of MO-DBO fluctuates repeatedly during the iteration process, resulting in the lowest final HV value. These results indicate that ZAMOPSO demonstrates superior overall performance compared with the other algorithms.
Figure 16 illustrates the iterative variation curves of the IGD metric for the four algorithms in the simulation experiment conducted on Map C. As shown, ZAMOPSO shows a rapid decrease in IGD value during the early iterations and converges to the optimal value after approximately 80 iterations, ultimately achieving the lowest IGD value. Both MOPSO and NSGA-II exhibit a relatively slow decrease in IGD value at the early stage, converging to the optimal value after around 80 iterations, with final IGD values that are similar to each other but higher than that of ZAMOPSO. MO-DBO converges to the optimal value after about 80 iterations but experiences slight fluctuations in the later iterations, ultimately resulting in the highest IGD value. These results indicate that ZAMOPSO demonstrates superior diversity and convergence compared with the other algorithms.
Figure 17 illustrates the box plots of the HV value distributions for the four algorithms in the simulation experiment conducted on Map C. As illustrated, ZAMOPSO has the best extreme values, quartiles, and medians among the four algorithms, with a concentrated HV value distribution. MOPSO shows extreme values, quartiles, and median lower than those of ZAMOPSO. NSGA-II displays large variability in extreme values, with quartiles and median values lower than those of MOPSO, and contains two outliers. MO-DBO performs the worst among the four algorithms in terms of extreme values, quartiles, and median, also containing two outliers. These results indicate that ZAMOPSO demonstrates superior stability compared to the other algorithms.
The same evaluation metrics used in the simulation experiments on Map A are applied to further evaluate the comprehensive performance of the four algorithms on Map C.
Table 10 presents the HV comparison results of the four algorithms on Map C, indicating that ZAMOPSO achieves significantly better performance than the others across all metrics. Specifically, compared with MOPSO, NSGA-II, and MO-DBO, the maximum HV value of ZAMOPSO is improved by approximately 27.09%, 27.69%, and 31.11%, respectively; the minimum HV value is improved by about 43.38%, 104.69%, and 116.19%, respectively; and the average HV value is improved by around 29.63%, 39.51%, and 76.33%, respectively. The 95% confidence interval of ZAMOPSO is also superior to that of other algorithms. These results indicate that, for UAV path planning on Map C, ZAMOPSO exhibits better convergence and diversity, with a more widely distributed solution set.
Table 11 summarizes the IGD comparison results of the four algorithms on Map C, indicating that ZAMOPSO outperforms other algorithms in all metrics. Specifically, compared with MOPSO, NSGA-II, and MO-DBO, the maximum IGD value of ZAMOPSO is reduced by approximately 22.03%, 22.41%, and 26.66%, respectively; the minimum IGD value is reduced by about 23.17%, 23.77%, and 26.15%, respectively; and the average IGD value is reduced by around 22.33%, 22.89%, and 26.59%, respectively. The 95% confidence interval of ZAMOPSO is also better than that of other algorithms. These results indicate that, for UAV path planning on Map C, ZAMOPSO generates solution sets with better convergence and diversity, closer to the true Pareto frontier, and more uniformly distributed.
Finally, the Wilcoxon signed-rank test was conducted on the normalized HV and IGD values of the algorithms at a significance level of 0.05 (
). The results, summarized in
Table 12 and
Table 13, indicate that the HV and IGD distributions of ZAMOPSO differ significantly from those of MOPSO, NSGA-II, and MO-DBO (
), with an effect size of
, which is considered a large effect (
). This indicates that ZAMOPSO can usually obtain a better solution set.
In summary, ZAMOPSO demonstrates superior performance in UAV path planning on Map C, validating the proposed strategy’s effectiveness.
4.2.4. Map D Simulation Experiment
Map D is constructed based on Map B by adding two cylindrical no-fly zones, with model parameters [50, 20, 6, 6, 30, 1] and [50, 60, 6, 6, 30, 1], respectively. The four algorithms were used for path planning in Map D. As shown in
Figure 18 and
Figure 19, each algorithm is capable of generating feasible paths.
Figure 18 illustrates the three-dimensional views of the paths obtained by each algorithm, while
Figure 19 presents their corresponding top-down views.
Figure 20 illustrates the iterative variation curves of the HV performance metric for the various algorithms in the simulation experiment on Map D. As shown, the HV value of ZAMOPSO exhibits a stepwise and rapid increase during the iteration process, converging to the optimal value after approximately 100 iterations, and achieving the highest final HV value. The HV value of MOPSO increases gradually in the early stage, shows a slight decline after about 120 iterations, and then converges to the optimal value, with a final HV value lower than that of ZAMOPSO. The HV value of NSGA-II converges to the optimal value after around 80 iterations, and its final HV value is lower than that of MOPSO. The HV value of MO-DBO fluctuates repeatedly during the iteration process, resulting in the lowest final HV value. These results indicate that ZAMOPSO demonstrates superior overall performance compared with the other algorithms.
Figure 21 illustrates the iterative variation curves of the IGD performance metric for the various algorithms in the simulation experiment conducted on Map D. As shown, ZAMOPSO exhibits a rapid decrease in IGD value during the early iterations and converges to the optimal value after approximately 80 iterations, ultimately achieving the lowest IGD value. MOPSO and NSGA-II show a gradual decrease in IGD value at the early stage and converge to the optimal value after around 80 iterations, with final IGD values that are similar to each other but higher than that of ZAMOPSO. MO-DBO attains the highest final IGD value. These results indicate that ZAMOPSO demonstrates superior diversity and convergence compared with the other algorithms.
Figure 22 illustrates the box plots of the HV value distributions for the four algorithms in the simulation experiment conducted on Map D. As shown, ZAMOPSO demonstrates the best performance among the four algorithms in terms of extreme values, quartiles, and median, with a relatively concentrated HV value distribution. MOPSO shows lower extreme values, quartiles, and median compared with ZAMOPSO, and contains two outliers. NSGA-II exhibits large variability in extreme values, with quartiles and median close to those of MOPSO, and contains one outlier. MO-DBO presents extreme values, quartiles, and median that are generally similar to those of MOPSO. These results indicate that ZAMOPSO demonstrates superior stability compared to the other algorithms.
The same evaluation metrics as those used in the simulation experiments on Map A, the comprehensive performance of the four algorithms is further evaluated on Map D.
Table 14 presents the HV comparison results of the four algorithms on Map D, indicating that ZAMOPSO achieves significantly better performance than the others across all metrics. Specifically, compared with MOPSO, NSGA-II, and MO-DBO, the maximum HV value of ZAMOPSO is improved by approximately 19.41%, 19.03%, and 16.05%, respectively; the minimum HV value is improved by about 119.23%, 94.50%, and 39.75%, respectively; and the average HV value is improved by around 29.95%, 30.15%, and 27.16%, respectively. The 95% confidence interval of ZAMOPSO is also superior to that of other algorithms. These results indicate that, for UAV path planning on Map D, ZAMOPSO exhibits better convergence and diversity, with a more widely distributed solution set.
Table 15 summarizes the IGD comparison results of the four algorithms on Map D, indicating that ZAMOPSO outperforms the other algorithms across all metrics. Specifically, compared with MOPSO, NSGA-II, and MO-DBO, ZAMOPSO reduces the maximum IGD value by approximately 22.01%, the minimum IGD value by around 22.83%, and the average IGD value by about 22.22%. The 95% confidence interval of ZAMOPSO is also better than other algorithms. These results indicate that, for UAV path planning on Map D, ZAMOPSO generates solution sets with better convergence and diversity, closer to the true Pareto frontier, and more uniformly distributed.
Finally, the Wilcoxon signed-rank test was conducted on the normalized HV and IGD values of the algorithms at a significance level of 0.05 (
). The results, summarized in
Table 16 and
Table 17, indicate that the HV and IGD distributions of ZAMOPSO differ significantly from those of MOPSO, NSGA-II, and MO-DBO (
), with an effect size of
, which is considered a large effect (
). This indicates that ZAMOPSO can usually obtain a better solution set.
In summary, ZAMOPSO demonstrates superior performance in UAV path planning on Map D, validating the proposed strategy’s effectiveness.
4.3. Ablation Experiments
An ablation study was performed to assess how the Zaslavskii chaotic sequence perturbation contributes to improving the overall performance of the ZAMOPSO algorithm. The comparison involved the ZAMOPSO, the AMOPSO, and the original MOPSO algorithm. On Map A, thirty independent experiments were performed for each algorithm, and the HV value was recorded for each run.
Figure 23 illustrates the iterative variation curves of the HV performance metric for the various algorithms in the simulation experiment on Map A. It can be observed that the HV value of ZAMOPSO is greater than that of AMOPSO, which is greater than that of MOPSO, indicating that ZAMOPSO has the best performance, followed by AMOPSO, which is better than MOPSO.
Table 18 displays the comparative HV metric results for each algorithm. As shown, compared with AMOPSO, the maximum HV, minimum HV, and mean HV of ZAMOPSO increased by approximately 21.47%, 36.45%, and 20.79%, respectively, indicating that the particle update strategy based on the Zaslavskii chaotic sequence effectively improved the convergence and diversity of the algorithm. Furthermore, compared with MOPSO, AMOPSO achieved improvements of 5.22%, 48.97%, and 20.37% in the maximum HV, minimum HV, and mean HV, respectively, indicating that the dynamic parameter adjustment strategy and the crowdedness-based guiding particle selection strategy effectively enhance the algorithm’s performance.
In summary, the ablation experiment verified the effectiveness of the proposed algorithm mechanism.
4.4. Discussion
Based on the overall experimental results and analyses, it is evident that the proposed ZAMOPSO algorithm surpasses MOPSO, NSGA-II, and MO-DBO regarding convergence, solution diversity, and stability. Specifically, ZAMOPSO demonstrates a significant improvement in the HV metric with a more concentrated distribution and achieves lower IGD values, indicating that its solutions are nearer to the true Pareto front and exhibit a more uniform distribution. The paired Wilcoxon test further confirms the statistical significance of these differences. Therefore, it can be concluded that the incorporation of the Zaslavskii chaotic sequence, nonlinear decreasing inertia weight, asymmetric learning factors, and a crowding-distance-based guide particle selection strategy effectively improves the algorithm’s global exploration ability as well as its local convergence performance.
Although this study does not formally prove that ZAMOPSO converges to the Pareto front, previous research has shown that, under certain conditions, PSO-based algorithms can asymptotically converge to stable points or approximate the Pareto front [
40]. Since ZAMOPSO is fundamentally built upon the standard MOPSO framework, its convergence properties are not weakened by the introduction of chaotic perturbations and dynamic parameter adjustment strategies. On the contrary, these mechanisms are designed to enhance search diversity and accelerate convergence. In future research, we will further explore the theoretical guarantees of different chaotic mappings and conduct comparative analyses.
Existing studies have shown that introducing chaotic sequences into particle swarm optimization algorithms can effectively improve population diversity and convergence speed. For example, the authors of [
41] proposed a chaotic PSO algorithm for UAV safe path planning, which employs chaos-based initialization and incorporates a Logistic chaotic map, ultimately yielding near-optimal solutions. In [
42], a UAV path planning approach based on Tent–PSO was introduced, where the Tent chaotic map was applied to regulate UAV velocity and position, enhancing the algorithm’s search efficiency. In comparison with these studies, the experimental results of this work align with the aforementioned findings, further verifying the universal advantage of chaotic sequences in UAV path planning. In addition, compared with certain precise three-dimensional radio environment maps [
43], the simulation environment in this study is a virtually constructed model. Future work will focus on UAV path planning within three-dimensional radio environment maps that incorporate channel shadowing.
5. Conclusions
The ZAMOPSO algorithm is applied in this work to address the limitations of conventional methods in urban UAV path planning. In ZAMOPSO, the Zaslavskii chaotic sequence is employed to generate random numbers, replacing the random factors and in the velocity update equation. This enhances the complexity and robustness of particle search behavior, thereby enhancing the algorithm’s global exploration ability, convergence speed, and solution set diversity. Furthermore, a dynamic parameter adjustment mechanism is introduced to balance global exploration and local exploitation. To improve the evenness of the solution set, a crowding distance–based guidance strategy is incorporated. Then, three-dimensional urban environment models with asymmetric layout, symmetric layout, and no-fly zones were constructed, and comparative and ablation experiments were conducted based on these models. he results of the comparative experiments indicate that ZAMOPSO exhibits superior performance in tackling UAV path planning challenges within urban environments. In comparison with MOPSO, NSGA-II, and MO-DBO, ZAMOPSO demonstrates enhanced convergence and greater robustness. The ablation experiments validated the effectiveness of the proposed mechanism.
Future research will focus on the following aspects: First, future work will construct more realistic urban environment models, introducing more specific risk disturbance factors such as moving obstacles, disturbed wind fields, and channel shielding, to simulate various challenges encountered in practical applications and enhance the adaptability of algorithms under real tasks. Second, exploring machine learning-based adaptive parameter adjustment mechanisms to reduce human intervention and enhance the algorithm’s generality and self-regulation capabilities. Additionally, further improving threat modeling methods to more accurately describe the geometric shapes and safety boundaries of urban buildings, thereby enhancing the practicality and reliability of path planning results.