REVIEW 5 major objections 5 minor 22 references
An Improved Grey Wolf Optimizer Inspired by Advanced Cooperative Predation for UAV Shortest Path Planning
T0 review · 5 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read An Improved Grey Wolf Optimizer that adds cooperative predation and lens-based opposition learning plans UAV paths that are, on average, 1.70–2.00 m shorter than GWO, PSO, and WOA across four tested maps.
desk verdict The GWO variant is plausible, but the UAV path planning claim collapses on the paper's own objective: with P=10 and feasible paths at ~27-31m, any path hitting one obstacle scores 10 and beats every feasible path. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The mechanism is a two-stage modification of the Grey Wolf Optimizer. Advanced Cooperative Predation (ACP) runs before the original exploitation phase: it computes the population centroid $\vec{X}_{\text{mean}}(t)=\frac{1}{n}\sum_{i=1}^{n}\vec{X}_i(t)$ and, with a random switch $r_3$, moves each agent toward either the centroid combined with the $\alpha$ wolf or the centroid combined with the average of the $\beta$ and delta wolves, using a spiral factor $\gamma=\frac{2e^{r(T-t+1)/T}}{4}\sin(2\pi r_4)$ to shape the step. Lens Opposition-based Learning (LOBL) runs after exploitation and replaces each agent with its convex-lens mirror image $\vec{X}(t+1)=\frac{a_j+b_j}{2}+\frac{1}{k}\left(\frac{a_j+b_j}{2k}-\vec{X}(t)\right)$, where $k$ is the lens magnification factor. ACP intensifies local search near the leading wolves; LOBL diversifies the swarm so it can leave unpromising regions.
What would settle it
Rerun each method for 30 independent trials on each of the four maps with identical settings and compare the resulting path-length distributions. The claim would be falsified if IGWO's mean path length is not statistically lower than GWO's, or if the direction of the per-map difference flips across trials.
Extended reading notes
Core claim
The central claim is that IGWO—GWO augmented with ACP before the exploitation phase and LOBL after it—consistently outperforms GWO, PSO, and WOA on the tested benchmark functions and in UAV path planning. On F1–F5, F7, and F9–F12, IGWO reports the best mean objective values, reaching exactly zero mean and standard deviation on F9 and F11. In the path-planning experiments, IGWO yields the shortest path on all four maps, with average reductions of 1.70 m over GWO, 1.68 m over PSO, and 2.00 m over WOA. The authors see these results as evidence that the two added strategies sharpen fine search around the leading wolf while preserving the ability to escape local optima.
Load-bearing premise
The central claim assumes that the four randomly generated 20 m × 20 m maps and the single reported path length per method per map are representative of how GWO, PSO, and WOA would perform in general; any unrepresentative baseline run would make the 1.70–2.00 m average advantage an artifact rather than a genuine property of IGWO.
Editorial extensions
If this is right
- IGWO ranks first on ten of the thirteen benchmark functions (F1–F5, F7, F9–F12), and on F9 and F11 its reported mean and standard deviation are both exactly zero.
- Across all four maps, IGWO's path length is smaller than every baseline's, so the advantage is consistent in sign even though the size varies from 0.55 m to 3.52 m per comparison.
- Because IGWO is a training-free metaheuristic with the same swarm size and iteration budget, it can be substituted into existing GWO-based UAV path planners without additional data or tuning.
- On F9 and F11 the zero standard deviation means every one of the 30 runs lands on the same optimum, not just a good average.
Reading between the lines
- A decisive follow-up would be repeated runs: running each algorithm 30 times per map and reporting variance would show whether the 1.70–2.00 m average gap is larger than run-to-run noise.
- An ablation that disables ACP or LOBL separately would attribute the gains: if removing LOBL eliminates the benchmark wins, the reflection operator is the main driver; if removing ACP eliminates the path-length edge, the centroid-based predation term is what matters.
- Since LOBL is a general operator, applying the same two-stage scheme to PSO and WOA could produce similar improvements, which would indicate the gain is not specific to the grey wolf framework.
- The ACP update depends on the population centroid, whose behavior in larger maps or higher-dimensional decision spaces is untested; stress-testing on 100 m × 100 m maps or with more waypoints would define where the improvement persists.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes an Improved Grey Wolf Optimizer (IGWO) that augments the standard GWO with an Advanced Cooperative Predation (ACP) mechanism and a Lens Opposition-based Learning (LOBL) strategy, and applies it to UAV shortest path planning. The authors report that IGWO ranks first on benchmark functions F1-F5, F7, and F9-F12, and that paths produced by IGWO are on average 1.70 m, 1.68 m, and 2.00 m shorter than those of GWO, PSO, and WOA, respectively, across four randomly generated 20 m x 20 m maps.
Significance. If the reported results held, the paper would describe a modest but potentially useful incremental contribution: the combination of ACP and LOBL is clearly described and testable, and the application to UAV path planning follows a standard penalty-based formulation. The manuscript's central claims, however, are currently not supported by the evidence as presented. The path-planning objective in Eq. (11) is internally inconsistent with the reported path-length scale, Table III contains no repeated-run statistics, Table II is missing from the manuscript, and several algorithm parameters are unspecified. These issues affect the interpretability of both the benchmark and the path-planning claims, so the paper requires a substantive revision before the proposed method can be fairly evaluated.
major comments (5)
- [Section II-B, Eq. (11); Section III-B, Table III] The penalty term in Eq. (11) is internally inconsistent with the path lengths reported in Table III. With P=10 and a 20 m x 20 m grid, any path that intersects a single obstacle cell receives an objective value of 10, whereas every feasible path in Table III has length between 27.46 m and 31.39 m, and the geometric lower bound for cell-center endpoints is about 26.9 m. An optimizer minimizing Eq. (11) therefore prefers an infeasible path crossing one obstacle over every feasible path, so the paths in Table III are not guaranteed to be collision-free and the reported 1.70-2.00 m average advantage is not interpretable as a comparison of obstacle-avoiding paths. The sentence in Section II-B that calls P*nO a 'large penalty' is also contradicted by these numbers. The objective must be repaired (e.g., P larger than any possible feasible path length, or an explicit constraint/repair mechanism) and the experiments repeated before the path-planning claim can be assessed.
- [Section III-B, Table III] Table III reports a single path length for each method on each map, with no number of independent runs, no standard deviation, and no statistical test. The central claim that IGWO paths are on average 1.70 m, 1.68 m, and 2.00 m shorter than GWO, PSO, and WOA is therefore based on four point estimates, and the differences (e.g., 0.55 m on Map 1 versus 2.54 m on Map 2) may be within run-to-run variation. The authors should report means and standard deviations over at least 30 runs per map and a paired significance test (or equivalent) before claiming a consistent advantage. In addition, the parameter settings of PSO and WOA are not reported, so it is unclear whether the baselines were fairly configured.
- [Section III-A, Table II] Table II, which is supposed to define benchmark functions F1-F13 and their known optimal values, is missing from the manuscript. Since Table I and the benchmark-performance claim depend entirely on the identities of these functions, the reader cannot verify the results or reproduce the experiments. The table must be included and the source of the functions stated.
- [Section III-A, Table I] Table I contains precision and summary statistics that need explanation. For example, IGWO on F2 reports avg 2.45E-20 with std 1.23E-39; this is not plausible without a very detailed explanation, because it implies that all 30 independent runs agree to about 40 significant digits. Similarly, zero avg and zero std for F9 and F11 need a note on floating-point precision and convergence criteria. Please state the effective precision, the number of significant digits, and whether the zeros are exact or rounded.
- [Section II-A, Eq. (10); Section III] The LOBL parameters are underspecified: the lens magnification factor k and the interval endpoints a_j, b_j in Eq. (10) are not given for either the benchmark or the path-planning experiments, and no guidance is provided for choosing them in a 20 m x 20 m grid. Because LOBL is one of the two proposed mechanisms, the missing parameter values make the algorithm non-reproducible and prevent assessing whether IGWO's advantage is due to tuning. Please report the values used for all experiments.
minor comments (5)
- [Section III-B] The text refers to 'the objective function, with m=20, P=10, is formulated as shown in Eq. (13)', but the objective function appears in Eq. (11); Eq. (13) does not exist in the manuscript.
- [Section II-B] The termination condition is incompletely specified: the text says 'when a convergence threshold is satisfied', but the threshold is never defined, so it is unclear when the algorithm stops.
- [Section III-B, Fig. 2] The four maps are described as randomly generated, but no random seed or obstacle-cell coordinates are provided, so the path-planning experiments cannot be reproduced from the text alone.
- [Section III-A, Fig. 3] Figure 3 is mentioned as a visualization of Table I, but the convergence curves are not discussed or interpreted in the text.
- [Section II-A, Eq. (8)] The distributions of r3 and r4 are not stated immediately after Eq. (8); the text should explicitly say they are uniformly distributed on (0,1), matching the earlier definitions for r1 and r2.
Circularity Check
No significant circularity: the IGWO derivation and evaluations are self-contained against external benchmarks and standard baselines.
full rationale
I found no load-bearing circular step in the paper. The IGWO modifications (ACP and LOBL) are defined through Eqs. (7)-(10) independently of the benchmark results and of the path-length outcomes; the hyperparameters (population size 40, 200 iterations, P=10, m=20) are fixed before the experiments and are not fitted to any target output. The benchmark functions in Table II are external CEC-style functions with known optima, and the comparisons in Table I and Table III are against standard baseline algorithms (GWO, PSO, WOA) using reported objective values; no output of IGWO is fed back into the definition of IGWO or into the evaluation metric. The only self-citation (reference [1] includes co-author W. Zhang) appears in the introduction as application motivation and is not load-bearing. The P=10 penalty issue raised in the review is a correctness or validity concern about whether infeasible paths may be preferred, but it is not circularity: the objective in Eq. (11) is stated a priori and is not derived from the results. Therefore the circularity score is 0.
Assumptions & free parameters
free parameters (7)
- Population size n =
40
- Maximum iterations T =
200
- Number of path waypoints m =
20
- Obstacle penalty coefficient P =
10
- Spiral factor exponent denominator =
4
- Lens magnification factor k
- LOBL interval bounds [aj, bj]
assumptions (5)
- domain assumption The standard GWO update equations (Eqs. 1-6) are correct and implemented as described.
- domain assumption Benchmark functions F1-F13 and their known global optima are as stated in the omitted Table II.
- ad hoc to paper The penalty-based objective in Eq. (11) with P=10 correctly captures the UAV shortest-path requirement.
- domain assumption The LOBL transformation in Eq. (10) from Tizhoosh [19] is valid and is applied after the GWO exploitation phase.
- domain assumption PSO and WOA baselines are implemented with their standard recommended settings.
Cite this review
Pith. "Pith review of An Improved Grey Wolf Optimizer Inspired by Advanced Cooperative Predation for UAV Shortest Path Planning." pith.science (2026). https://pith.science/paper/D2ZZ4WHE
@misc{pith2026250603663,
author = {Pith},
title = {Pith review of: An Improved Grey Wolf Optimizer Inspired by Advanced Cooperative Predation for UAV Shortest Path Planning},
year = {2026},
howpublished = {\url{https://pith.science/paper/D2ZZ4WHE}},
note = {Machine review of arXiv:2506.03663}
}
read the original abstract
With the widespread application of Unmanned Aerial Vehicles (UAVs) in domains like military reconnaissance, emergency rescue, and logistics delivery, efficiently planning the shortest flight path has become a critical challenge. Traditional heuristic-based methods often suffer from the inability to escape from local optima, which limits their effectiveness in finding the shortest path. To address these issues, a novel Improved Grey Wolf Optimizer (IGWO) is presented in this study. The proposed IGWO incorporates an Advanced Cooperative Predation (ACP) and a Lens Opposition-based Learning Strategy (LOBL) in order to improve the optimization capability of the method. Simulation results show that IGWO ranks first in optimization performance on benchmark functions F1-F5, F7, and F9-F12, outperforming all other compared algorithms. Subsequently, IGWO is applied to UAV shortest path planning in various obstacle-laden environments. Simulation results show that the paths planned by IGWO are, on average, shorter than those planned by GWO, PSO, and WOA by 1.70m, 1.68m, and 2.00m, respectively, across four different maps.
Figures
Reference graph
Works this paper leans on
-
[1]
B. Hu, W. Zhang, Y . Gao, J. Du, and X. Chu, “Multi-agent deep deterministic policy gradient-based computation offloading and resource allocation for isac-aided 6g v2x networks,”IEEE Internet of Things Journal, 2024
work page 2024
-
[2]
Computation offloading and resource allocation in mixed cloud/vehicular-fog computing systems,
B. Hu, J. Du, J. Zhang, and X. Chu, “Computation offloading and resource allocation in mixed cloud/vehicular-fog computing systems,” IEEE Transactions on Mobile Computing, 2025
work page 2025
-
[3]
A review on viewpoints and path planning for uav-based 3-d reconstruction,
M. Maboudi, M. Homaei, S. Song, S. Malihi, M. Saadatseresht, and M. Gerke, “A review on viewpoints and path planning for uav-based 3-d reconstruction,”IEEE Journal of Selected Topics in Applied Earth Observations and Remote Sensing, vol. 16, pp. 5026–5048, 2023
work page 2023
-
[4]
N. L. Prasad and B. Ramkumar, “3-d deployment and trajectory planning for relay based uav assisted cooperative communication for emergency scenarios using dijkstra’s algorithm,”IEEE Transactions on Vehicular Technology, vol. 72, no. 4, pp. 5049–5063, 2022
work page 2022
-
[5]
Surface optimal path planning using an extended dijkstra algorithm,
M. Luo, X. Hou, and J. Yang, “Surface optimal path planning using an extended dijkstra algorithm,”IEEE Access, vol. 8, pp. 147 827–147 838, 2020
work page 2020
-
[6]
Feedback rrt* algorithm for uav path planning in a hostile environment,
J. Guo, W. Xia, X. Hu, and H. Ma, “Feedback rrt* algorithm for uav path planning in a hostile environment,”Computers & Industrial Engineering, vol. 174, p. 108771, 2022
work page 2022
-
[7]
Density gradient-rrt: An improved rapidly exploring random tree algorithm for uav path planning,
T. Huang, K. Fan, and W. Sun, “Density gradient-rrt: An improved rapidly exploring random tree algorithm for uav path planning,”Expert Systems with Applications, vol. 252, p. 124121, 2024
work page 2024
-
[8]
M. A. Dhuheir, E. Baccour, A. Erbad, S. S. Al-Obaidi, and M. Hamdi, “Deep reinforcement learning for trajectory path planning and distributed inference in resource-constrained uav swarms,”IEEE Internet of Things Journal, vol. 10, no. 9, pp. 8185–8201, 2022
work page 2022
Show all 22 references
-
[9]
A lightweight reinforcement-learning-based real-time path-planning method for un- manned aerial vehicles,
M. Xi, H. Dai, J. He, W. Li, J. Wen, S. Xiao, and J. Yang, “A lightweight reinforcement-learning-based real-time path-planning method for un- manned aerial vehicles,”IEEE Internet of Things Journal, vol. 11, no. 12, pp. 21 061–21 071, 2024
2024
-
[10]
A novel reinforcement learning based grey wolf optimizer algorithm for unmanned aerial vehicles (uavs) path planning,
C. Qu, W. Gai, M. Zhong, and J. Zhang, “A novel reinforcement learning based grey wolf optimizer algorithm for unmanned aerial vehicles (uavs) path planning,”Applied Soft Computing, vol. 89, p. 106099, 2020. [Online]. Available: https://www.sciencedirect.com/science/article/pi...
2020
-
[11]
Safety-enhanced uav path planning with spherical vector-based particle swarm optimization,
M. D. Phung and Q. P. Ha, “Safety-enhanced uav path planning with spherical vector-based particle swarm optimization,”Applied Soft Computing, vol. 107, p. 107376, 2021
2021
-
[12]
A hybrid algorithm based on grey wolf optimizer and differential evolution for uav path planning,
X. Yu, N. Jiang, X. Wang, and M. Li, “A hybrid algorithm based on grey wolf optimizer and differential evolution for uav path planning,” Expert Systems with Applications, vol. 215, p. 119327, 2023
2023
-
[13]
A novel hybrid particle swarm optimization algorithm for path planning of uavs,
Z. Yu, Z. Si, X. Li, D. Wang, and H. Song, “A novel hybrid particle swarm optimization algorithm for path planning of uavs,”IEEE Internet of Things Journal, vol. 9, no. 22, pp. 22 547–22 558, 2022
2022
-
[14]
Multi-uav path planning for wireless data harvesting with deep reinforcement learning,
H. Bayerlein, M. Theile, M. Caccamo, and D. Gesbert, “Multi-uav path planning for wireless data harvesting with deep reinforcement learning,” IEEE Open Journal of the Communications Society, vol. 2, pp. 1171– 1187, 2021
2021
-
[15]
A clustering-based coverage path planning method for autonomous heterogeneous uavs,
J. Chen, C. Du, Y . Zhang, P. Han, and W. Wei, “A clustering-based coverage path planning method for autonomous heterogeneous uavs,” IEEE Transactions on Intelligent Transportation Systems, vol. 23, no. 12, pp. 25 546–25 556, 2021
2021
-
[16]
An exhaustive review of the meta- heuristic algorithms for search and optimization: taxonomy, applications, and open challenges,
K. Rajwar, K. Deep, and S. Das, “An exhaustive review of the meta- heuristic algorithms for search and optimization: taxonomy, applications, and open challenges,”Artificial Intelligence Review, vol. 56, no. 11, pp. 13 187–13 257, 2023
2023
-
[17]
Grey wolf optimizer,
S. Mirjalili, S. M. Mirjalili, and A. Lewis, “Grey wolf optimizer,” Advances in engineering software, vol. 69, pp. 46–61, 2014
2014
-
[18]
Wolf-pack (canis lupus) hunting strategies emerge from simple rules in computational simulations,
C. Muro, R. Escobedo, L. Spector, and R. Coppinger, “Wolf-pack (canis lupus) hunting strategies emerge from simple rules in computational simulations,”Behavioural processes, vol. 88, no. 3, pp. 192–197, 2011
2011
-
[19]
Opposition-based learning: a new scheme for machine intelligence,
H. R. Tizhoosh, “Opposition-based learning: a new scheme for machine intelligence,” inInternational conference on computational intelligence for modelling, control and automation and international conference on intelligent agents, web technologies and internet commerce (CIMCA-...
2005
-
[20]
Problem definitions and evaluation criteria for the cec 2005 special session on real-parameter optimization,
P. N. Suganthan, N. Hansen, J. J. Liang, K. Deb, Y .-P. Chen, A. Auger, and S. Tiwari, “Problem definitions and evaluation criteria for the cec 2005 special session on real-parameter optimization,”KanGAL report, vol. 2005005, no. 2005, p. 2005, 2005
2005
-
[21]
Particle swarm optimization,
J. Kennedy and R. Eberhart, “Particle swarm optimization,” inProceed- ings of ICNN’95-international conference on neural networks, vol. 4. ieee, 1995, pp. 1942–1948
1995
-
[22]
The whale optimization algorithm,
S. Mirjalili and A. Lewis, “The whale optimization algorithm,”Advances in engineering software, vol. 95, pp. 51–67, 2016
2016
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.