Pith. sign in

REVIEW 5 major objections 7 minor 2 cited by

Aerial Reliable Collaborative Communications for Terrestrial Mobile Users via Evolutionary Multi-Objective Deep Reinforcement Learning

T0 review · 5 major / 7 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read A UAV swarm can serve a moving ground user by acting as one virtual antenna array, and an evolutionary multi-objective RL algorithm charts the rate-versus-energy trade-off.

desk verdict A plausible but incremental MORL-for-UAV-CB paper whose headline claim rests on single-run simulations with no variance and an unspecified IGD/HV reference; it deserves review after statistical fixes. read the letter →

arxiv 2502.05824 v1 pith:AM3S7RHX submitted 2025-02-09 cs.NE

classification cs.NE
keywords UAVcommunicationscollaborativebeamformingvirtualantennaarraymulti-objectivereinforcementlearningproximalpolicyoptimizationLSTMusermobilityParetofront
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Small UAVs can pool their antennas into a virtual array and, by moving and adjusting transmit phases in real time, keep a high-rate link to a ground user who moves unpredictably. This paper tries to establish that this joint control task — choosing each UAV's trajectory and excitation current weight at every time slot — should be treated as an NP-hard, long-term multi-objective problem that trades total achievable rate against flight energy, and that an evolutionary deep reinforcement-learning algorithm can solve it online. The proposed method, EMOPPO-VLH, extends PPO with a vectorized value function, LSTM memory for the user's Gauss–Markov motion and time-varying Rician channels, and a hyper-sphere-based task-selection rule that keeps the Pareto set diverse. If the reported simulations are right, an operator can pick from this Pareto set a policy matching the current preference for throughput versus battery life, and update the policy set when the environment changes.

What carries the argument

The central object is the UAV-enabled virtual antenna array (UVAA), whose array factor $AF[t](\theta,\varphi)=\sum_{i=1}^N I_i[t]e^{jk_c(x_i^U[t]\sin\theta\cos\varphi+y_i^U[t]\sin\theta\sin\varphi+z_i^U[t]\cos\theta)}$ determines the beamforming gain toward the mobile user; every rate calculation flows through this quantity. The algorithmic machinery is the MOMDP formulation with vectorized reward $r[t]=(R_{UM}[t], -\epsilon_1 E[t])$ and a vectorized value function, extended with LSTM layers in the actor and critic to capture temporal dependencies in user movement and channel fading, and with a hyper-sphere-based task-selection step that biases training toward sparse regions of the objective space so the final Pareto set is diverse.

What would settle it

Run a field trial with 8 rotary-wing UAVs and a GPS-tracked mobile user under the paper's Rician-and-interference parameters, then compare measured total achievable rate and total energy consumption to the simulated Pareto front; if the realized points are dominated by a baseline policy or lie far outside the front, the central claim fails.

Watch

Extended reading notes

Core claim

The paper claims that a swarm of rotary-wing UAVs can maintain a reliable high-rate downlink to a terrestrial user who moves randomly by treating the whole swarm as a UAV-enabled virtual antenna array (UVAA) and optimizing, at every time slot, each UAV's horizontal direction, horizontal and vertical flight distances, and excitation current weight. It argues that the resulting long-term problem—maximize total achievable rate $\sum_t R_{UM}[t]$ while minimizing total flight energy $\sum_t \sum_i E_i[t]$—is NP-hard and too dynamic for offline methods, so it converts it into a multi-objective Markov decision process and solves it with EMOPPO-VLH. EMOPPO-VLH evolves a population of PPO policies whose value functions are vectorized to handle two rewards, whose actor and critic networks use LSTM layers to remember user and channel history, and whose hyper-sphere-based task selection keeps the approximate Pareto set well spread. In simulations with 8 and 16 UAVs, the paper reports that EMOPPO-VLH attains the smallest inverted generational distance and the largest hypervolume among the compared algorithms, together with the best total achievable rate and energy consumption.

Load-bearing premise

The load-bearing premise is that the mathematical simulation — Rician fading, Gauss–Markov user movement, the UAV propulsion model, and the array-factor equations — is faithful enough that a policy trained in it transfers to real hardware; if it does not, the claimed advantages are unverified.

Editorial extensions

If this is right

  • Operators get a Pareto set of control policies from one training run, so the rate-versus-energy preference can be changed at deployment time without retraining.
  • The same formulation covers users whose motion has memory; the LSTM layer is what lets the policy exploit the Gauss–Markov correlation in user movement.
  • The approach scales from a small 8-UAV swarm to a large 16-UAV swarm while keeping the best IGD and hypervolume values among the compared baselines.
  • Because actions are expressed as directions, distances, and excitation current weights, the trained policies map directly to UAV control commands and can run on a central controller using only position information.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • Not tested in the paper is the step from simulation to hardware; if that transfer holds, the same training-and-policy-set workflow could replace offline weighted-sum planning in field UAV deployments, but a field trial is what would establish it.
  • The MOMDP and task-selection machinery are built for a single mobile user; an extension the paper leaves implicit is several users, where the state and reward vectors would grow and the UVAA would need to split its mainlobe or time-share users.
  • A testable prediction follows from the Gauss–Markov assumption: the performance gap between EMOPPO-VLH and a memoryless version should widen as the memory level $\alpha_g$ increases, which would isolate how much of the gain comes from the LSTM.
  • The same evolutionary multi-objective RL structure could transfer to other aerial trade-offs, such as sensing-versus-communication or coverage-versus-jamming, because the vectorized-value-function and population-evolution design is not beamforming-specific.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 7 minor

Summary. The paper studies a UAV swarm that forms a virtual antenna array (UVAA) via collaborative beamforming to serve a terrestrial mobile user, under interference from a non-associated base station and time-varying channels. It formulates a long-term multi-objective optimization problem (MOP) with two conflicting objectives: maximizing the total achievable rate and minimizing UAV flight energy consumption. After arguing that the problem is NP-hard, the authors convert it into a multi-objective Markov decision process and propose EMOPPO-VLH, an evolutionary multi-objective PPO variant combining a vectorized value function, LSTM networks, and a hyper-sphere-based task selection mechanism. The paper reports simulations for small- and large-scale UAV swarms and claims that EMOPPO-VLH achieves the smallest IGD and largest HV values and outperforms six baseline algorithms, with additional robustness experiments summarized in appendices. The central empirical claim is that EMOPPO-VLH outperforms existing methods in both objective values and Pareto-set quality.

Significance. If the claimed performance is sustained, the work would be a useful engineering contribution to UAV-enabled collaborative beamforming with mobile users: the system model is reasonably detailed, the use of LSTM to capture user mobility is sensible, and the evolutionary task-selection idea is a plausible way to improve Pareto diversity in multi-objective reinforcement learning. The paper supplies algorithmic pseudo-code, complexity expressions, and a substantial set of scenarios, which makes the method reproducible in principle. However, the manuscript does not release code or data, and the headline quantitative claims rest entirely on simulation curves without variance information. The comparison also omits the authors' own closest prior evolutionary MORL algorithm [29], which weakens the support for the 'outperforms all other approaches' statement. The lack of seed statistics and an unspecified reference Pareto front are load-bearing for the main claims, so the paper needs a revision that strengthens the empirical evidence rather than a purely editorial fix.

major comments (5)
  1. [Sec. 6.4, Figs. 5-8] The central claim that EMOPPO-VLH 'can achieve the smallest IGD values and the largest HV values across all scenarios' and 'outperforms all other optimization approaches across both scales' is supported only by single convergence curves and bar charts without error bars, and the number of random seeds is not reported. EMOPPO-VLH is an on-policy PPO variant, a class known to have high run-to-run variance; without multiple seeds and variance or significance statistics, the reported margins over EPPO-GRU and ETD3 cannot be distinguished from seed noise. Please rerun all compared algorithms with multiple seeds and report mean and standard deviation for f1, f2, IGD, and HV, and state the seed count explicitly.
  2. [Sec. 6.2 and Sec. 6.4] The IGD and HV metrics require a reference Pareto front and a reference point, but the manuscript does not specify how the reference set is constructed or how the reference point is chosen. If the reference front is the union of all obtained fronts of all algorithms, then the hyper-sphere-based diversity mechanism could inflate IGD/HV values by construction, because a more spread-out set of solutions would appear better even if it does not dominate the true Pareto front. Please state the reference-front construction, the normalization procedure, and the reference-point selection, and verify that the reported IGD/HV improvements are not an artifact of the metric setup.
  3. [Sec. 4.2, Eq. (16)] The NP-hardness argument is not rigorous. The authors reduce to minimizing -R_UM over excitation current weights with 0 ≤ I_i ≤ 1 and a single constraint g(X') < N, and then assert this is a nonlinear knapsack problem that is NP-hard. This is not a valid reduction: no known NP-hard problem is mapped to this instance, and a continuous linear knapsack with one constraint is solvable in polynomial time. The statement that the original problem is 'more complex than f1'' does not establish NP-hardness. Please replace this subsection with a proper complexity argument or soften the claim to 'computationally challenging' with supporting justification.
  4. [Sec. 6.3 and Sec. 6.4] The experimental comparison does not include the closest prior algorithm, namely the authors' own evolutionary multi-objective DRL method [29], which the paper explicitly describes as the basis for EMOPPO-VLH. Since the contribution is framed as an improvement over [29] for a different scenario, omitting it from the baselines makes it impossible to verify the key novelty claim. Please add [29] as a baseline (adapted to the current setting with a clear description of the adaptation) or justify its exclusion in the text.
  5. [Sec. 5.5.1] The statement that 'the policy trained in this environment can be effectively applied to real-world scenarios' is asserted without validation. The simulation environment uses Rician fading, a Gauss-Markov user mobility model, a specific UAV energy model, and beamforming-gain formulas; no real-world measurements, channel traces, or hardware tests are provided. If simulation-to-real transferability is part of the contribution, it needs evidence or should be explicitly demoted to an assumption and limitation, rather than presented as a conclusion.
minor comments (7)
  1. [Sec. 1, contribution bullet] The contribution bullet refers to the proposed algorithm as 'MOPPO-PLE', but the algorithm is otherwise named EMOPPO-VLH throughout the paper; please correct the typo and keep the name consistent.
  2. [Sec. 6.4] The text compares 'EMOPPO-VLH with LSTM' with 'EMOPPO-GRU', but the baseline introduced in Sec. 6.3 is called 'EPPO with GRU'; the naming is inconsistent and should be unified.
  3. [Sec. 5.5.2 and Algorithm 4] Algorithm 4 uses the parameter name 'k' in its input list while the surrounding text defines 'kcan'; please align these notations.
  4. [Algorithms 3 and 4] The reference point Zref is used in Algorithm 3 and in the text, but its value or construction is never specified in the main text; please define it or point to a precise appendix section.
  5. [Sec. 6.4] The sentence stating that EMOPPO-VLH is better than 'the other five algorithms' is inaccurate because six baselines are listed (MOEA/D, MOPSO, EDDPG, ETD3, EPPO, and EPPO with GRU).
  6. [Eq. (4)] In the Rician fading PDF, the symbol Ω_UM is used both as the random variable and as its mean normalization constant, which is confusing; please use a separate notation for the mean, such as E[Ω].
  7. [Secs. 6.2, 6.5, and 7] The paper repeatedly refers to Appendix B, Appendix C, and Appendix D, but the provided arXiv version does not include these appendices; please ensure that the supplementary material is available to reviewers or summarize the key results in the main text.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the claimed contributions are algorithmic designs evaluated in the paper's own simulation; self-citations are contextual and not load-bearing.

full rationale

The paper's derivation chain is not circular. The system model (Eqs. (1)-(10)) defines physical quantities such as array factor, channel gain, SINR, rate, and UAV energy consumption from stated external models (Rician fading, Gauss-Markov mobility, rotary-wing propulsion). The MOP (Eqs. (13)-(15)) is directly constructed from these quantities as objectives and constraints, and the MOMDP formulation (Sec. 5.2) maps the same decision variables and objectives into state, action, and vector reward. The proposed EMOPPO-VLH (Algorithms 1-4) is fully specified in the paper, so its validity does not depend on an unverified prior theorem. References [11], [29], [52], and [58] are self-citations, but they provide model constants, a predecessor algorithm, and standard Pareto-dominance notation; none of these citations is invoked as the justification for the central performance claim. The Sec. 6.4 superiority claim rests on simulations against reimplemented baselines, not on a fitted parameter later renamed as a prediction. The lack of error bars, unreported random seed counts, the absent [29] baseline, and the unspecified IGD/HV reference-front construction are statistical and benchmarking weaknesses, which under Hard Rule 5 are correctness risks rather than circularity. No equation-level reduction of a claimed result to its own inputs is present.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

The central claim rests on hand-chosen simulation parameters and standard channel and mobility assumptions, not on a new physical principle.

free parameters (5)
  • Reward penalty coefficients epsilon_1, epsilon_2, epsilon_3 = not specified
    Introduced in Eq. (19) to scale rewards when UAVs leave the area or collide; performance depends on their values and no sensitivity analysis is given.
  • Gauss-Markov memory parameter alpha_g = not specified in Sec. 6.1
    Controls temporal correlation of user mobility in Eq. (11); the paper does not report the value used or test sensitivity.
  • Evolutionary and RL hyperparameters = n=15, Gmax=100, nwarm=60, nevo=10, Bnum=50, Bsize=2, learning rate 0.0001, gamma 0.99, clip 0.2
    Chosen by hand in Sec. 6.1; the central performance comparison uses these values without ablation or tuning analysis.
  • Network sizes = LSTM 128 units, three FC layers of 256 units
    Network architecture chosen in Sec. 6.1; no ablation shows robustness to architecture changes.
  • Hyper-sphere selection constant c = not specified
    Used in Algorithm 4 as selection probability c/N_i; the value of c is not given and its effect is not studied.
assumptions (5)
  • domain assumption Array factor and beamforming gain equations from [30], [11] are correct and applicable to UAV swarms.
    Used as the physical basis for rate computation in Sec. 3.2.
  • domain assumption Rician fading with unit power and path-loss exponent 2 models the air-to-ground channel.
    Adopted in Sec. 3.2.2 without empirical validation.
  • domain assumption Gauss-Markov process describes realistic user mobility.
    Introduced in Sec. 3.4 as a 'memory-based random walk'; no real trajectory data support it.
  • standard math PPO clipped objective and LSTM gating equations from prior literature are standard and correctly applied.
    Used in Sec. 5.3 and 5.4.1.
  • ad hoc to paper The performance buffer strategy and hyper-sphere selection improve Pareto diversity.
    Introduced in Sec. 5.4.2 with only visual examples; no theoretical guarantee or extensive ablation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Aerial Reliable Collaborative Communications for Terrestrial Mobile Users via Evolutionary Multi-Objective Deep Reinforcement Learning." pith.science (2026). https://pith.science/paper/AM3S7RHX

@misc{pith2026250205824,
  author       = {Pith},
  title        = {Pith review of: Aerial Reliable Collaborative Communications for Terrestrial Mobile Users via Evolutionary Multi-Objective Deep Reinforcement Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/AM3S7RHX}},
  note         = {Machine review of arXiv:2502.05824}
}
read the original abstract

Unmanned aerial vehicles (UAVs) have emerged as the potential aerial base stations (BSs) to improve terrestrial communications. However, the limited onboard energy and antenna power of a UAV restrict its communication range and transmission capability. To address these limitations, this work employs collaborative beamforming through a UAV-enabled virtual antenna array to improve transmission performance from the UAV to terrestrial mobile users, under interference from non-associated BSs and dynamic channel conditions. Specifically, we introduce a memory-based random walk model to more accurately depict the mobility patterns of terrestrial mobile users. Following this, we formulate a multi-objective optimization problem (MOP) focused on maximizing the transmission rate while minimizing the flight energy consumption of the UAV swarm. Given the NP-hard nature of the formulated MOP and the highly dynamic environment, we transform this problem into a multi-objective Markov decision process and propose an improved evolutionary multi-objective reinforcement learning algorithm. Specifically, this algorithm introduces an evolutionary learning approach to obtain the approximate Pareto set for the formulated MOP. Moreover, the algorithm incorporates a long short-term memory network and hyper-sphere-based task selection method to discern the movement patterns of terrestrial mobile users and improve the diversity of the obtained Pareto set. Simulation results demonstrate that the proposed method effectively generates a diverse range of non-dominated policies and outperforms existing methods. Additional simulations demonstrate the scalability and robustness of the proposed CB-based method under different system parameters and various unexpected circumstances.

Figures

Figures reproduced from arXiv: 2502.05824 by the authors.

Figure 1
Figure 1. A UAV-enabled A2G communication system, where [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. The algorithmic framework of EMOPPO-VLH is initiated with a warm-up stage, designed to generate a high-quality [PITH_FULL_IMAGE:figures/full_fig_p010_2.png] view at source ↗
Figure 3
Figure 3. An illustrative example of performance buffer and [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: The schematic map illustrates the simulation setup. [PITH_FULL_IMAGE:figures/full_fig_p014_4.png]
Figure 5
Figure 5. Figure 5: Optimization results obtained by various algorithms Fig. 5. Optimization results obtained by various algorithm thllli() fbtid bdiff Fig. 5. Optimization results obtained by various algorithms hlll() fbd bdff [PITH_FULL_IMAGE:figures/full_fig_p015_5.png]
Figure 7
Figure 7. Figure 7: Comparison of convergences of the proposed algo￾rithms improved by LSTM and GRU, as well as the other baseline algorithms based on IGD metrics. in dynamic settings. Notably, MOEAs often invest signif￾icant computational effort in generating non-dominated policies, maki…
Figure 8
Figure 8. Figure 8: Comparison of convergences of the proposed algo [PITH_FULL_IMAGE:figures/full_fig_p016_8.png]

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Joint Resource Management for Energy-efficient UAV-assisted SWIPT-MEC: A Deep Reinforcement Learning Approach

    cs.LG 2025-05 reject novelty 4.0 of 10

    A soft actor-critic variant with recurrent and Kolmogorov-Arnold layers learns UAV flight plans for SWIPT-MEC, claiming higher terminal battery and fairness than baseline DRL in simulation.

  2. Toward Realization of Low-Altitude Economy Networks: Core Architecture, Integrated Technologies, and Future Directions

    cs.NI 2025-04 conditional novelty 4.0 of 10

    A survey that organizes low-altitude economy networks into a layered architecture and argues that multi-technology integration is the key enabler.

Reference graph

Works this paper leans on

65 extracted references · 61 canonical work pages · cited by 2 Pith papers

  1. [29]

    Collaborative ground-space communications via evolutionary multi-objective deep reinforcement learning,

    J. Li, G. Sun, Q. Wu, D. Niyato, J. Kang, A. Jamalipour, and V . C. M. Leung, “Collaborative ground-space communications via evolutionary multi-objective deep reinforcement learning,” IEEE J. Sel. Areas Commun., vol. 42, no. 12, pp. 3395–3411, 2024

  2. [1]

    UAV-enabled secure communications via collaborative beamforming with imperfect eavesdropper information,

    G. Sun, X. Zheng, Z. Sun, Q. Wu, J. Li, Y. Liu, and V . C. M. Leung, “UAV-enabled secure communications via collaborative beamforming with imperfect eavesdropper information,” IEEE Trans. Mob. Comput., vol. 23, no. 4, pp. 3291–3308, 2024

  3. [2]

    Multiobjective optimization approach for reducing hovering and motion energy consumptions in UAV-assisted collaborative beamforming,

    S. Liang, M. Yin, G. Sun, and J. Li, “Multiobjective optimization approach for reducing hovering and motion energy consumptions in UAV-assisted collaborative beamforming,” IEEE Internet Things J., vol. 11, no. 4, pp. 7198–7213, 2024

  4. [3]

    UAV swarm-enabled collaborative secure relay commu- nications with time-domain colluding eavesdropper,

    C. Zhang, G. Sun, Q. Wu, J. Li, S. Liang, D. Niyato, and V . C. M. Leung, “UAV swarm-enabled collaborative secure relay commu- nications with time-domain colluding eavesdropper,” IEEE Trans. Mob. Comput., vol. 23, no. 9, pp. 8601–8619, 2024

  5. [4]

    Accessing from the sky: A tutorial on UAV communications for 5g and beyond,

    Y. Zeng, Q. Wu, and R. Zhang, “Accessing from the sky: A tutorial on UAV communications for 5g and beyond,” Proc. IEEE, vol. 107, no. 12, pp. 2327–2375, 2019

  6. [5]

    Distributed and collaborative beamforming in wireless sensor networks: Clas- sifications, trends, and research directions,

    S. Jayaprakasam, S. K. A. Rahim, and C. Y. Leow, “Distributed and collaborative beamforming in wireless sensor networks: Clas- sifications, trends, and research directions,” IEEE Commun. Surv. Tutorials, vol. 19, no. 4, pp. 2092–2116, 2017

  7. [6]

    Optimal positioning of flying base stations and transmission power allocation in NOMA networks,

    M. Nikooroo and Z. Becvar, “Optimal positioning of flying base stations and transmission power allocation in NOMA networks,” IEEE Trans. Wirel. Commun., vol. 21, no. 2, pp. 1319–1334, 2022

  8. [7]

    Rendezvous: Opportunistic data delivery to mobile users by uavs through target trajectory pre- diction,

    J. Yoon, A. Lee, and H. Lee, “Rendezvous: Opportunistic data delivery to mobile users by uavs through target trajectory pre- diction,” IEEE Trans. Veh. Technol. , vol. 69, no. 2, pp. 2230–2245, 2020

Show all 65 references
  1. [8]

    Privacy-aware and security-enhanced efficient matchmaking en- cryption,

    J. Sun, G. Xu, T. Zhang, X. Yang, M. Alazab, and R. H. Deng, “Privacy-aware and security-enhanced efficient matchmaking en- cryption,” IEEE Trans. Inf. Forensics Secur. , vol. 18, pp. 4345–4360, 2023

  2. [9]

    Privacy-preserving fine-grained data sharing with dynamic ser- vice for the cloud-edge IoT,

    J. Sun, Y. Bao, W. Qiu, R. Lu, S. Zhang, Y. Guan, and X. Cheng, “Privacy-preserving fine-grained data sharing with dynamic ser- vice for the cloud-edge IoT,” IEEE Trans. Depend. Secure Comput. , 2024, early Access, doi: 10.1109/TDSC.2024.3432650

  3. [10]

    Multi-objective op- timization for UAV swarm-assisted iot with virtual an- tenna arrays,

    J. Li, G. Sun, L. Duan, and Q. Wu, “Multi-objective op- timization for UAV swarm-assisted iot with virtual an- tenna arrays,” IEEE Trans. Mob. Comput. , 2023, early access, doi:10.1109/TMC.2023.3298888

  4. [11]

    Secure and energy-efficient UAV relay communications exploiting collabora- tive beamforming,

    G. Sun, J. Li, A. Wang, Q. Wu, Z. Sun, and Y. Liu, “Secure and energy-efficient UAV relay communications exploiting collabora- tive beamforming,” IEEE Trans. Commun., vol. 70, no. 8, pp. 5401– 5416, 2022. 17

  5. [12]

    Optimization design of col- laborative beamforming for heterogeneous UAV swarm,

    Z. Xu, X. Zheng, and J. Zhou, “Optimization design of col- laborative beamforming for heterogeneous UAV swarm,” Phys. Commun., vol. 61, p. 102202, 2023

  6. [13]

    Robust resource allocation algorithm for energy-harvesting-based D2D communication un- derlaying UAV-assisted networks,

    Y. Xu, Z. Liu, C. Huang, and C. Yuen, “Robust resource allocation algorithm for energy-harvesting-based D2D communication un- derlaying UAV-assisted networks,” IEEE Internet Things J. , vol. 8, no. 23, pp. 17 161–17 171, 2021

  7. [14]

    Coverage control for UAV swarm communication networks: A distributed learning approach,

    N. Gao, L. Liang, D. Cai, X. Li, and S. Jin, “Coverage control for UAV swarm communication networks: A distributed learning approach,” IEEE Internet Things J., vol. 9, no. 20, pp. 19 854–19 867, 2022

  8. [15]

    A UAV-mounted free space optical communication: Trajectory optimization for flight time,

    J. Lee, K. Park, Y. Ko, and M. Alouini, “A UAV-mounted free space optical communication: Trajectory optimization for flight time,” IEEE Trans. Wirel. Commun., vol. 19, no. 3, pp. 1610–1621, 2020

  9. [16]

    Multiuser MISO UAV communications in uncertain environments with no-fly zones: Robust trajectory and resource allocation design,

    D. Xu, Y. Sun, D. W. K. Ng, and R. Schober, “Multiuser MISO UAV communications in uncertain environments with no-fly zones: Robust trajectory and resource allocation design,” IEEE Trans. Commun., vol. 68, no. 5, pp. 3153–3172, 2020

  10. [17]

    A game theory approach for joint access selection and resource allocation in UAV assisted iot communication networks,

    S. Yan, M. Peng, and X. Cao, “A game theory approach for joint access selection and resource allocation in UAV assisted iot communication networks,” IEEE Internet Things J., vol. 6, no. 2, pp. 1663–1674, 2019

  11. [18]

    A stochastic game approach for collaborative beamforming in sdn-based energy har- vesting wireless sensor networks,

    X. Bao, H. Liang, Y. Liu, and F. Zhang, “A stochastic game approach for collaborative beamforming in sdn-based energy har- vesting wireless sensor networks,” IEEE Internet Things J. , vol. 6, no. 6, pp. 9583–9595, 2019

  12. [19]

    Communi- cations and control for wireless drone-based antenna array,

    M. Mozaffari, W. Saad, M. Bennis, and M. Debbah, “Communi- cations and control for wireless drone-based antenna array,” IEEE Trans. Commun., vol. 67, no. 1, pp. 820–834, 2019

  13. [20]

    Security energy efficiency analysis of analog collaborative beamforming with stochastic virtual antenna array of UAV swarm,

    H. Jung, I. Lee, and J. Joung, “Security energy efficiency analysis of analog collaborative beamforming with stochastic virtual antenna array of UAV swarm,” IEEE Trans. Veh. Technol., vol. 71, no. 8, pp. 8381–8397, 2022

  14. [21]

    Resource management of heterogeneous cellular networks with hybrid energy supplies: A multi-objective optimization approach,

    L. Liu, Z. Zhang, G. Chen, and H. Zhang, “Resource management of heterogeneous cellular networks with hybrid energy supplies: A multi-objective optimization approach,” IEEE Trans. Wirel. Com- mun., vol. 20, no. 7, pp. 4392–4405, 2021

  15. [22]

    Performance trade-off in UAV-aided wireless- powered communication networks via multi-objective optimiza- tion,

    S. M. Hashir, A. Mehrabi, M. R. Mili, M. J. Emadi, D. W. K. Ng, and I. Krikidis, “Performance trade-off in UAV-aided wireless- powered communication networks via multi-objective optimiza- tion,” IEEE Trans. Veh. Technol., vol. 70, no. 12, pp. 13 430–13 435, 2021

  16. [23]

    End-to-end energy- efficiency and reliability of UAV-assisted wireless data ferrying,

    T. Shafique, H. Tabassum, and E. Hossain, “End-to-end energy- efficiency and reliability of UAV-assisted wireless data ferrying,” IEEE Trans. Commun., vol. 68, no. 3, pp. 1822–1837, 2020

  17. [24]

    Aoi-energy-aware UAV- assisted data collection for iot networks: A deep reinforcement learning method,

    M. Sun, X. Xu, X. Qin, and P . Zhang, “Aoi-energy-aware UAV- assisted data collection for iot networks: A deep reinforcement learning method,” IEEE Internet Things J., vol. 8, no. 24, pp. 17 275– 17 289, 2021

  18. [25]

    Multi-agent reinforcement learning-based resource allocation for UAV networks,

    J. Cui, Y. Liu, and A. Nallanathan, “Multi-agent reinforcement learning-based resource allocation for UAV networks,”IEEE Trans. Wirel. Commun., vol. 19, no. 2, pp. 729–743, 2020

  19. [26]

    Energy-efficient UAV-enabled data collection via wireless charg- ing: A reinforcement learning approach,

    S. Fu, Y. Tang, Y. Wu, N. Zhang, H. Gu, C. Chen, and M. Liu, “Energy-efficient UAV-enabled data collection via wireless charg- ing: A reinforcement learning approach,” IEEE Internet Things J. , vol. 8, no. 12, pp. 10 209–10 219, 2021

  20. [27]

    Simultaneous navigation and radio mapping for cellular-connected UAV with deep rein- forcement learning,

    Y. Zeng, X. Xu, S. Jin, and R. Zhang, “Simultaneous navigation and radio mapping for cellular-connected UAV with deep rein- forcement learning,” IEEE Trans. Wirel. Commun. , vol. 20, no. 7, pp. 4205–4220, 2021

  21. [28]

    Multi-agent deep reinforcement learning for task offloading in UAV-assisted mobile edge computing,

    N. Zhao, Z. Ye, Y. Pei, Y. Liang, and D. Niyato, “Multi-agent deep reinforcement learning for task offloading in UAV-assisted mobile edge computing,” IEEE Trans. Wirel. Commun. , vol. 21, no. 9, pp. 6949–6960, 2022

  22. [30]

    A tutorial on UAVs for wireless networks: Applications, challenges, and open problems,

    M. Mozaffari, W. Saad, M. Bennis, Y. Nam, and M. Debbah, “A tutorial on UAVs for wireless networks: Applications, challenges, and open problems,” IEEE Commun. Surv. Tutorials, vol. 21, no. 3, pp. 2334–2360, 2019

  23. [31]

    Ultra reliable UAV communication using altitude and cooperation diversity,

    M. M. Azari, F. Rosas, K. Chen, and S. Pollin, “Ultra reliable UAV communication using altitude and cooperation diversity,” IEEE Trans. Commun., vol. 66, no. 1, pp. 330–344, 2018

  24. [32]

    Coordinated beamforming for the multi- cell multi-antenna wireless system,

    H. Dahrouj and W. Yu, “Coordinated beamforming for the multi- cell multi-antenna wireless system,” IEEE Trans. Wirel. Commun. , vol. 9, no. 5, pp. 1748–1759, 2010

  25. [33]

    Wide- band inter-beam interference cancellation for mmW/Sub-THz phased arrays with squint,

    M. Y. Javed, N. Tervo, M. E. Leinonen, and A. P ¨arssinen, “Wide- band inter-beam interference cancellation for mmW/Sub-THz phased arrays with squint,” IEEE Trans. Veh. Technol., vol. 72, no. 6, pp. 7560–7572, 2023

  26. [34]

    Joint 3d maneuver and power adaptation for secure UAV communication with comp reception,

    J. Yao and J. Xu, “Joint 3d maneuver and power adaptation for secure UAV communication with comp reception,” IEEE Trans. Wirel. Commun., vol. 19, no. 10, pp. 6992–7006, 2020

  27. [35]

    Energy minimization for wireless communication with rotary-wing UAV,

    Y. Zeng, J. Xu, and R. Zhang, “Energy minimization for wireless communication with rotary-wing UAV,” IEEE Trans. Wirel. Com- mun., vol. 18, no. 4, pp. 2329–2345, 2019

  28. [36]

    Fundamentals of mobility-aware performance characterization of cellular networks: A tutorial,

    H. Tabassum, M. Salehi, and E. Hossain, “Fundamentals of mobility-aware performance characterization of cellular networks: A tutorial,” IEEE Commun. Surv. Tutorials, vol. 21, no. 3, pp. 2288– 2308, 2019

  29. [37]

    Localized weighted sum method for many-objective optimization,

    R. Wang, Z. Zhou, H. Ishibuchi, T. Liao, and T. Zhang, “Localized weighted sum method for many-objective optimization,” IEEE Trans. Evol. Comput., vol. 22, no. 1, pp. 3–18, 2018

  30. [38]

    A computational approach based on the ε-constraint method in multi-objective optimization prob- lems,

    B. Pirouz and E. Khorram, “A computational approach based on the ε-constraint method in multi-objective optimization prob- lems,” Adv. Appl. Stat, vol. 49, no. 6, pp. 453–483, 2016

  31. [39]

    Exhaustive search, combinatorial optimization and enumeration: Exploring the potential of raw computing power,

    J. Nievergelt, “Exhaustive search, combinatorial optimization and enumeration: Exploring the potential of raw computing power,” in SOFSEM 2000: Theory and Practice of Informatics, 27th Conference on Current Trends in Theory and Practice of Informatics , vol. 1963. Milovy, Czec...

  32. [40]

    Boyd and L

    S. Boyd and L. Vandenberghe, Convex optimization . Cambridge university press, 2004

  33. [41]

    An evolutionary algorithm approach to link prediction in dynamic social networks,

    C. A. Bliss, M. R. Frank, C. M. Danforth, and P . S. Dodds, “An evolutionary algorithm approach to link prediction in dynamic social networks,” J. Comput. Sci., vol. 5, no. 5, pp. 750–764, 2014

  34. [42]

    Evolutionary algorithm based offline/online path plan- ner for UAV navigation,

    I. K. Nikolos, K. P . Valavanis, N. C. Tsourveloudis, and A. N. Kostaras, “Evolutionary algorithm based offline/online path plan- ner for UAV navigation,” IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics), vol. 33, no. 6, pp. 898–912, 2003

  35. [43]

    Deep reinforce- ment learning for multiagent systems: A review of challenges, solutions, and applications,

    T. T. Nguyen, N. D. Nguyen, and S. Nahavandi, “Deep reinforce- ment learning for multiagent systems: A review of challenges, solutions, and applications,” IEEE Trans. Cybern. , vol. 50, no. 9, pp. 3826–3839, 2020

  36. [44]

    Real-time optimal energy management of microgrid with uncertainties based on deep reinforcement learning,

    C. Guo, X. Wang, Y. Zheng, and F. Zhang, “Real-time optimal energy management of microgrid with uncertainties based on deep reinforcement learning,” Energy, vol. 238, p. 121873, 2022

  37. [45]

    Intelligent integrated sensing and communication: a survey,

    J. Zhang, W. Lu, C. Xing, N. Zhao, N. Al-Dhahir, and G. K. Kara- giannidis, “Intelligent integrated sensing and communication: a survey,” Sci. China Inf. Sci. , vol. 68, no. 3, p. Art. no. 131301, Mar. 2025

  38. [46]

    Prediction- guided multi-objective reinforcement learning for continuous robot control,

    J. Xu, Y. Tian, P . Ma, D. Rus, S. Sueda, and W. Matusik, “Prediction- guided multi-objective reinforcement learning for continuous robot control,” in Proc. ICML, ser. Proceedings of Machine Learn- ing Research, vol. 119, 2020, pp. 10 607–10 616

  39. [47]

    Three-dimension trajectory design for multi-UAV wireless network with deep rein- forcement learning,

    W. Zhang, Q. Wang, X. Liu, Y. Liu, and Y. Chen, “Three-dimension trajectory design for multi-UAV wireless network with deep rein- forcement learning,” IEEE Trans. Veh. Technol., vol. 70, no. 1, pp. 600–612, 2021

  40. [48]

    3D-trajectory and phase- shift design for RIS-assisted UAV systems using deep reinforce- ment learning,

    H. Mei, K. Yang, Q. Liu, and K. Wang, “3D-trajectory and phase- shift design for RIS-assisted UAV systems using deep reinforce- ment learning,” IEEE Trans. Veh. Technol., vol. 71, no. 3, pp. 3020– 3029, 2022

  41. [49]

    Multi-UAV path planning for wireless data harvesting with deep reinforce- ment learning,

    H. Bayerlein, M. Theile, M. Caccamo, and D. Gesbert, “Multi-UAV path planning for wireless data harvesting with deep reinforce- ment learning,” IEEE Open J. Commun. Soc. , vol. 2, pp. 1171–1187, 2021

  42. [50]

    Path planning for UAV ground target tracking via deep reinforcement learning,

    B. Li and Y. Wu, “Path planning for UAV ground target tracking via deep reinforcement learning,” IEEE Access, vol. 8, pp. 29 064– 29 074, 2020

  43. [51]

    Proximal policy optimization algorithms,

    J. Schulman, F. Wolski, P . Dhariwal, A. Radford, and O. Klimov, “Proximal policy optimization algorithms,” arXiv preprint arXiv:1707.06347, 2017

  44. [52]

    Physical layer secure communications based on collaborative beamforming for UAV networks: A multi-objective optimization approach,

    J. Li, H. Kang, G. Sun, S. Liang, Y. Liu, and Y. Zhang, “Physical layer secure communications based on collaborative beamforming for UAV networks: A multi-objective optimization approach,” in Proc. IEEE INFOCOM, 2021, pp. 1–10

  45. [53]

    Information-aware driven dynamic LEO-RAN slicing algorithm joint with commu- 18 nication, computing, and caching,

    G. Chen, S. Qi, F. Shen, Q. Zeng, and Y. Zhang, “Information-aware driven dynamic LEO-RAN slicing algorithm joint with commu- 18 nication, computing, and caching,” IEEE J. Sel. Areas Commun. , vol. 42, no. 5, pp. 1044–1062, 2024

  46. [54]

    Evolutionary multi-objective reinforcement learning based trajectory control and task offloading in UAV-assisted mo- bile edge computing,

    F. Song, H. Xing, X. Wang, S. Luo, P . Dai, Z. Xiao, and B. Zhao, “Evolutionary multi-objective reinforcement learning based trajectory control and task offloading in UAV-assisted mo- bile edge computing,” IEEE Trans. Mob. Comput., 2023, early access, doi:10.1109/TMC.2022.3208457

  47. [55]

    Neural combinatorial deep reinforcement learning for age- optimal joint trajectory and scheduling design in uav-assisted networks,

    A. Ferdowsi, M. A. Abd-Elmagid, W. Saad, and H. S. Dhillon, “Neural combinatorial deep reinforcement learning for age- optimal joint trajectory and scheduling design in uav-assisted networks,” IEEE J. Sel. Areas Commun., vol. 39, no. 5, 2021

  48. [56]

    Interactive exploration of design trade-offs,

    A. Schulz, H. Wang, E. Grinspun, J. Solomon, and W. Matusik, “Interactive exploration of design trade-offs,” ACM Trans. Graph., vol. 37, no. 4, pp. 1–14, 2018

  49. [57]

    Decentralized navigation with heterogeneous federated reinforcement learning for UAV-enabled mobile edge computing,

    P . Wang, H. Yang, G. Han, R. Yu, L. Yang, G. Sun, H. Qi, X. Wei, and Q. Zhang, “Decentralized navigation with heterogeneous federated reinforcement learning for UAV-enabled mobile edge computing,” IEEE Transactions on Mobile Computing, vol. 23, no. 12, pp. 13 621–13 638, 2024

  50. [58]

    UAV-enabled collaborative beamforming via multi-agent deep reinforcement learning,

    S. Liu, G. Sun, J. Li, S. Liang, Q. Wu, P . Wang, and D. Niyato, “UAV-enabled collaborative beamforming via multi-agent deep reinforcement learning,” IEEE Transactions on Mobile Computing , vol. 23, no. 12, pp. 13 015–13 032, 2024

  51. [59]

    Intelligent adaptive gossip-based broadcast protocol for UAV-MEC using multi-agent deep reinforcement learning,

    Z. Ren, X. Li, Y. Miao, Z. Li, Z. Wang, M. Zhu, X. Liu, and R. H. Deng, “Intelligent adaptive gossip-based broadcast protocol for UAV-MEC using multi-agent deep reinforcement learning,” IEEE Transactions on Mobile Computing , vol. 23, no. 6, pp. 6563–6578, 2024

  52. [60]

    Joint optimization of trajectory and jamming power for multiple uav-aided proactive eavesdropping,

    D. Guo, L. Tang, X. Zhang, and Y. Liang, “Joint optimization of trajectory and jamming power for multiple uav-aided proactive eavesdropping,” IEEE Trans. Mob. Comput., vol. 23, no. 5, pp. 5770– 5785, 2024

  53. [61]

    A comprehensive survey on transfer learning,

    F. Zhuang, Z. Qi, K. Duan, D. Xi, Y. Zhu, H. Zhu, H. Xiong, and Q. He, “A comprehensive survey on transfer learning,”Proc. IEEE, vol. 109, no. 1, pp. 43–76, 2021

  54. [62]

    A grid- based inverted generational distance for multi/many-objective optimization,

    X. Cai, Y. Xiao, M. Li, H. Hu, H. Ishibuchi, and X. Li, “A grid- based inverted generational distance for multi/many-objective optimization,” IEEE Trans. Evol. Comput., vol. 25, no. 1, pp. 21–34, 2021

  55. [63]

    A survey on the hypervolume indicator in evolutionary multiobjective optimiza- tion,

    K. Shang, H. Ishibuchi, L. He, and L. M. Pang, “A survey on the hypervolume indicator in evolutionary multiobjective optimiza- tion,” IEEE Trans. Evol. Comput., vol. 25, no. 1, pp. 1–20, 2021

  56. [64]

    MOEA/D: A multiobjective evolutionary algorithm based on decomposition,

    Q. Zhang and H. Li, “MOEA/D: A multiobjective evolutionary algorithm based on decomposition,” IEEE Trans. Evol. Comput. , vol. 11, no. 6, pp. 712–731, 2007

  57. [65]

    MOPSO: a proposal for multiple objective particle swarm optimization,

    C. A. C. Coello and M. S. Lechuga, “MOPSO: a proposal for multiple objective particle swarm optimization,” in Proc. of the 2002 Congress on Evolutionary Computation, CEC , 2002, pp. 1051– 1056. Geng Sun (S’17-M’19) received the B.S. de- gree in communication engineering from D...

Pith tools

Reviewed August 8, 2026 · model on record in the stance chip above.