REVIEW 3 major objections 4 minor 4 cited by
Joint Optimization of UAV-Carried IRS for Urban Low Altitude mmWave Communications with Deep Reinforcement Learning
T0 review · 3 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read The paper argues that its EPPO algorithm jointly optimizes UAV trajectory and IRS phase shifts to deliver higher urban mmWave rates and lower UAV energy use than DDPG, TD3, SAC, and PPO in simulation.
desk verdict A plausible DRL package for UAV-mounted IRS, undone by a rate formula missing the squared modulus and a dB/linear path-loss mixup that makes every simulation number uninterpretable. 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 key machinery is the EPPO algorithm, built on three mechanisms: neural episodic control with state abstraction (NECSA), which griddizes the continuous state space and provides intrinsic rewards to speed convergence; a Mogrifier LSTM that augments the actor network to learn long-range dependencies between states and actions; and an IRS phase shift control strategy that evaluates Eq. (15) for each reflecting element, a closed-form phase based only on the geometric angles, reducing the action space from $M_rM_c+3$ to 3. The optimization objective is the fairness rate energy consumption ratio $F_t=(\sum_{i=1}^n \xi R_{i,t})/E_t$, which combines Jain's fairness index, the achievable rate, and the UAV propulsion energy.
What would settle it
Numerically maximize the achievable rate over IRS phase shifts for the full Rician channel model at a fixed UAV location with non-zero $k$ and the Gaussian NLoS terms, then compare that optimum to Eq. (15). If the geometric formula falls short, EPPO's advantage comes from a shortcut the baselines are not given, and the comparison would need to be redone with the same phase law applied to all algorithms.
Extended reading notes
Core claim
The central claim is that joint optimization of trajectory and phase shifts is tractable in real time with the proposed EPPO algorithm, despite the problem being non-convex and NP-hard in its phase-shift subproblem. EPPO treats the UAV displacement as the only learned action, because the IRS phase shifts are computed in closed form from the azimuth and elevation angles of arrival and departure, shrinking the action space from $M_rM_c+3$ to 3. The reward is a fairness-rate-energy ratio, so the policy is driven to positions that serve all users equitably while keeping propulsion energy low. The paper reports that this design yields higher average data rates and lower cumulative energy consumption than DDPG, TD3, SAC, and PPO in urban simulations, and that the learned trajectories tend to hover at energy-efficient positions.
Load-bearing premise
The closed-form phase shift law assumes that aligning the geometric line-of-sight phases between source, IRS, and user maximizes the data rate, even though the channel model also contains random scattered (non-line-of-sight) components with random phases.
Editorial extensions
If this is right
- EPPO's phase law makes the IRS beamforming independent of the learning process, so the drone policy only has to learn three continuous actions per time slot regardless of the number of reflecting elements.
- The fairness-weighted reward means the learned trajectory consciously balances per-user rates, not just the sum rate, in multi-user urban grids.
- The learned trajectories in simulation converge to low-energy hovering and cruise patterns near the minimum-energy speed, indicating the policy internalizes the propulsion model.
- Because phase shifts are computed from the current coordinates of source, IRS, and user, the algorithm can react to user mobility at each time slot without re-optimizing beamforming.
Reading between the lines
- A testable extension is to replace the closed-form phase law with a learned phase policy in a fair comparison, keeping all other EPPO components; if the closed-form law is truly optimal under the Rician model, the learned phase policy should converge to the same rates but take longer, and if not, the reported EPPO advantage would shrink.
- The paper's comparison with DDPG, TD3, and SAC does not give those baselines the same phase-control shortcut; a fairer benchmark would impose the geometric phase law on all algorithms, isolating the contribution of trajectory learning.
- The phase law itself assumes the LoS geometric phases dominate the channel; under strong NLoS or scattering, an adaptive phase policy that accounts for the random Gaussian components could outperform the closed-form formula, which would weaken the paper's claim that geometric alignment is optimal.
- The closed-form phase makes the IRS beamforming a deterministic function of geometry, so the UAV trajectory and IRS beamforming are effectively optimized by a single policy; this coupling suggests the method could be extended to multiple IRS elements or inter-cell interference scenarios by augmenting the state space.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper considers a UAV-carried intelligent reflecting surface (IRS) assisting an urban low-altitude mmWave communication link between a source user and mobile users whose direct path is blocked. It formulates a joint optimization problem over the IRS phase shifts and the UAV trajectory, with an objective that combines the sum rate, Jain's fairness index, and UAV propulsion energy consumption. To solve this non-convex, dynamic problem, the authors propose an enhanced PPO algorithm (EPPO) that integrates neural episodic control with state abstraction, a Mogrifier LSTM actor network, and a closed-form IRS phase-shift control strategy said to reduce the action space to the three UAV displacement components. The empirical evaluation compares EPPO with DDPG, TD3, SAC, and PPO in single-user and multi-user simulations and reports higher cumulative rewards, higher average rates, and lower energy consumption for EPPO.
Significance. If the results were valid, the paper would offer a practical DRL pipeline for UAV-carried IRS deployments, with useful engineering heuristics such as the phase-shift control strategy and the episodic control acceleration. The authors also provide a reasonably thorough ablation study (Fig. 6) isolating the contributions of the Mogrifier LSTM, NECSA, and the phase-shift control, and they report a complexity comparison in Table 2. However, the central quantitative claim rests on a rate expression that is missing the squared modulus of the composite channel and that treats dB path loss as a linear gain, so every numerical rate, reward, and energy-efficiency comparison in the paper is uninterpretable as presented. The asserted optimality of the closed-form phase-shift formula is also unproven for the Rician channel with NLoS components, which makes the benchmark comparison potentially unfair regardless of the rate-model error. The significance of the work therefore cannot be assessed until these load-bearing issues are resolved.
major comments (3)
- [§3.2, Eq. (5)] The achievable rate expression in Eq. (5) is invalid as written. The standard SNR term is P |g_t^T Θ_t h_{u,t}|^2 / (B σ^2), but the paper uses P g_t^T Θ_t h_{u,t} / (B σ^2) without the squared magnitude. The inner product is a complex quantity; for phase configurations that make it negative real, the log2 argument becomes non-positive and the rate is undefined. Moreover, Eqs. (1)–(2) define the path-loss factors Ψ^SI_t and Ψ^IE_{u,t} in dB (β(D) = 30 dB, exponent n = 2.2), yet these dB values are multiplied directly into the channel vectors as linear gains. At a distance of 100 m, Ψ = 74 dB is treated as a gain of 74 instead of approximately 2×10^{-4} (linear). Either error alone invalidates every simulated rate and reward; together they completely undermine the empirical support for the headline claim in Figs. 5, 6, 8, 11, and 12.
- [§4.3.3, Eq. (15)] The IRS phase-shift control strategy is called 'optimal' in the text, but Eq. (15) is asserted rather than derived, and it aligns only the LoS geometric phases. The channel model in Eqs. (1)–(2) explicitly includes Rician NLoS components with independent Gaussian phases, whose contribution is absent from Eq. (15). Without a proof that this closed-form phase vector maximizes the achievable rate (or a statement of the conditions under which it is optimal), the claimed 'optimality' is unsupported. This matters for the evaluation: EPPO uses Eq. (15) to remove the IRS phase shifts from the learned action space, while the benchmark algorithms (DDPG, TD3, SAC, PPO) must learn these phases. If the closed-form phase is only a heuristic, the reward advantage in Figs. 5 and 8 may simply reflect that EPPO is given a better-informed action space, not a superior policy.
- [§4.1.3 and §3.4, reward/objective] The optimization objective and the reward function both inherit the invalid rate expression from Eq. (5). In particular, Eq. (10) sets r_t = ξ R_{u,t}/E_t for LoS links and r_t = 0 for NLoS links; since R_{u,t} is not a proper rate, the reward does not correspond to any well-defined communication quantity. Consequently, the cumulative-reward curves, convergence comparisons, and the conclusions about 'higher transmission rates and lower energy consumption' are not grounded in a valid system model. The authors should re-derive the rate with |g_t^T Θ_t h_{u,t}|^2 and consistent linear path-loss gains, then rerun the simulations before the comparative claims can be evaluated.
minor comments (4)
- [Global] There are numerous typographical errors that should be corrected: 'alforithm' (§4.2), 'the the' (§4.2), 'Muti-user' (Fig. 8 caption), 'Enhanced PPO' in the title of §4.3, and inconsistent notation between cSU and cUAV in §3.2 and §4.1.1.
- [Fig. 6 and Fig. 8 captions] The captions contain font-encoding artifacts that make them unreadable in the provided manuscript; these should be regenerated with the correct text.
- [§3.2, Eq. (3)–(4)] The LoS channel expressions omit the normalization by the array size; the authors should clarify whether the steering vectors are normalized, since this affects the scaling in Eq. (5).
- [§4.3.3] The paper cites [20] for the phase-shift formula, but [20] considers a different system (IRS-assisted UAV OFDMA) and does not establish optimality for the Rician channel used here; the authors should provide a self-contained derivation or clearly state the heuristic nature of Eq. (15).
Circularity Check
No significant circularity: the reward equals the objective by standard RL design, and the only self-citation is a non-load-bearing provenance footnote; Eq. (5) and Eq. (15) issues are correctness/fairness concerns, not circularity.
full rationale
The paper's derivation chain is self-contained. The DRL reward in Eq. (10) is essentially the per-user fairness-rate-energy ratio of Eq. (8), the objective of Eq. (9), plus a boundary penalty, which is the standard RL formulation rather than a fitted input renamed as a prediction; no parameter is fitted to a subset of the simulation data and then used to predict a closely related quantity. The benchmark comparison runs EPPO, PPO, DDPG, TD3, and SAC in the same simulator, so the relative claim is externally falsified within the paper's own environment. The only self-citation is the footnote 'Part of this paper appeared in IEEE ICC 2024 [1]'; it is a provenance disclosure used nowhere in the derivation chain, so it is not load-bearing. The suspicious phase-shift formula (Eq. (15)) is imported from an external citation [20] and may not be optimal under the Rician NLoS channel, and Eq. (5) is invalid as a rate expression because it lacks the squared modulus and applies dB path loss linearly; however, these are correctness and fairness concerns, not circularity, because neither quantity is defined in terms of the simulation result it is used to explain. Score 2 reflects only the minor non-load-bearing self-citation.
Assumptions & free parameters
free parameters (5)
- Discount factor gamma =
0.99
- Out-of-bounds penalty p_o =
0.04
- PPO clip ratio epsilon =
0.02
- Number of training episodes N_eps =
3000
- Rician factor k =
not specified
assumptions (5)
- domain assumption The direct SU-user link is completely blocked whenever an obstacle lies between them, so communication is possible only through the UAV-carried IRS with a binary LoS condition.
- domain assumption The SU and users are single-antenna and do not use MIMO.
- ad hoc to paper The closed-form phase shift in Eq. (15) is optimal for maximizing the user data rate in the Rician channel.
- domain assumption The rotary-wing UAV propulsion energy model of Eq. (6), taken from reference [27], applies to a UAV carrying an IRS with total mass m.
- domain assumption Users are served one at a time in a fixed order under TDMA, and the fairness index is computed on per-time-slot rates.
Cite this review
Pith. "Pith review of Joint Optimization of UAV-Carried IRS for Urban Low Altitude mmWave Communications with Deep Reinforcement Learning." pith.science (2026). https://pith.science/paper/7TO3SJX6
@misc{pith2026250102787,
author = {Pith},
title = {Pith review of: Joint Optimization of UAV-Carried IRS for Urban Low Altitude mmWave Communications with Deep Reinforcement Learning},
year = {2026},
howpublished = {\url{https://pith.science/paper/7TO3SJX6}},
note = {Machine review of arXiv:2501.02787}
}
read the original abstract
Emerging technologies in sixth generation (6G) of wireless communications, such as terahertz communication and ultra-massive multiple-input multiple-output, present promising prospects. Despite the high data rate potential of millimeter wave communications, millimeter wave (mmWave) communications in urban low altitude economy (LAE) environments are constrained by challenges such as signal attenuation and multipath interference. Specially, in urban environments, mmWave communication experiences significant attenuation due to buildings, owing to its short wavelength, which necessitates developing innovative approaches to improve the robustness of such communications in LAE networking. In this paper, we explore the use of an unmanned aerial vehicle (UAV)-carried intelligent reflecting surface (IRS) to support low altitude mmWave communication. Specifically, we consider a typical urban low altitude communication scenario where a UAV-carried IRS establishes a line-of-sight (LoS) channel between the mobile users and a source user (SU) despite the presence of obstacles. Subsequently, we formulate an optimization problem aimed at maximizing the transmission rates and minimizing the energy consumption of the UAV by jointly optimizing phase shifts of the IRS and UAV trajectory. Given the non-convex nature of the problem and its high dynamics, we propose a deep reinforcement learning-based approach incorporating neural episodic control, long short-term memory, and an IRS phase shift control method to enhance the stability and accelerate the convergence. Simulation results show that the proposed algorithm effectively resolves the problem and surpasses other benchmark algorithms in various performances.
Figures
Figures from the paper (9 more)
Forward citations
Cited by 4 Pith papers
-
Collaborative Charging Optimization for Wireless Rechargeable Sensor Networks via Heterogeneous Mobile Chargers
A self-attention and Beta-sampling enhanced HATRPO algorithm coordinates a drone and a ground vehicle to charge wireless sensors, cutting simulated mortality from >90% to <10% and beating the base algorithm by roughly...
-
Toward Intelligent Skies: Signal Processing and AI Foundations of Low-Altitude Wireless Networks
Low-altitude wireless networks are framed as a unified 3D infrastructure, with an architecture and a signal-processing-AI roadmap that the field can use as a shared reference.
-
Multi-AAV-enabled Distributed Beamforming in Low-Altitude Wireless Networking for AoI-Sensitive IoT Data Forwarding
An enhanced SAC algorithm with temporal sequence input, layer-normalized GRU, and squeeze-excitation blocks jointly optimizes drone trajectories and communication schedules for distributed-beamforming drone relays, re...
-
Task Assignment and Exploration Optimization for Low Altitude UAV Rescue via Generative AI Enhanced Multi-agent Reinforcement Learning
A Hungarian-plus-diffusion multi-agent RL controller with a Lyapunov energy queue assigns UAV rescue tasks to ground robots and airships, reporting lower latency and steadier energy use in simulation.
Reference graph
Works this paper leans on
-
[1]
Enabling urban mmwave communications with UAV-carried IRS via deep reinforcement learning,
G. Sun, B. Liu, J. Li, S. Liang, H. Pan, and X. Zheng, “Enabling urban mmwave communications with UAV-carried IRS via deep reinforcement learning,” in Proc. IEEE ICC. IEEE, 2024, pp. 4985– 4990
work page 2024
-
[2]
On the road to 6G: Visions, requirements, key technologies, and testbeds,
C. Wang, X. You, X. Gao et al. , “On the road to 6G: Visions, requirements, key technologies, and testbeds,” IEEE Commun. Surv. Tutorials, vol. 25, no. 2, pp. 905–974, 2023
work page 2023
-
[3]
I. F. Akyildiz, C. Han, Z. Hu et al., “Terahertz band communica- tion: An old problem revisited and research directions for the next decade,” IEEE Trans. Commun., vol. 70, no. 6, pp. 4250–4285, 2022
work page 2022
-
[4]
Beamforming technologies for ultra-massive MIMO in terahertz communications,
B. Ning, Z. Tian, W. Mei et al. , “Beamforming technologies for ultra-massive MIMO in terahertz communications,” IEEE Open J. Commun. Soc., vol. 4, pp. 614–658, 2023
work page 2023
-
[5]
C. Zhang, G. Sun, Q. Wu et al., “UAV swarm-enabled collaborative secure relay communications with time-domain colluding eaves- dropper,” IEEE Trans. Mob. Comput., pp. 1–18, 2024
work page 2024
-
[6]
Seamless handover in LEO based non-terrestrial networks: Service continuity and optimization,
F. Wang, D. Jiang, Z. Wang et al., “Seamless handover in LEO based non-terrestrial networks: Service continuity and optimization,” IEEE Trans. Commun., vol. 71, no. 2, pp. 1008–1023, 2023
work page 2023
-
[7]
Dynamic networking for continuable transmission optimization in leo satellite networks,
F. Wang, D. Jiang, Z. Wang et al. , “Dynamic networking for continuable transmission optimization in leo satellite networks,” IEEE Trans. Veh. Technol., vol. 72, no. 5, pp. 6639–6653, 2023
work page 2023
-
[8]
Intelligent reflecting surface- aided wireless communications: A tutorial,
Q. Wu, S. Zhang, B. Zheng et al. , “Intelligent reflecting surface- aided wireless communications: A tutorial,” IEEE Trans. Commun., vol. 69, no. 5, pp. 3313–3351, 2021
work page 2021
Show all 48 references
-
[9]
Exploring sum rate maximization in UAV-based multi-IRS networks: IRS association, UAV altitude, and phase shift design,
Y. Li, H. Zhang, K. Long et al., “Exploring sum rate maximization in UAV-based multi-IRS networks: IRS association, UAV altitude, and phase shift design,” IEEE Trans. Commun., vol. 70, no. 11, pp. 7764–7774, 2022
2022
-
[11]
UAV-enabled secure communica- tions via collaborative beamforming with imperfect eavesdropper information,
G. Sun, X. Zheng, Z. Sun et al., “UAV-enabled secure communica- tions via collaborative beamforming with imperfect eavesdropper information,” IEEE Trans. Mob. Comput., pp. 1–18, 2023
2023
-
[12]
Physics-based channel mod- eling for IRS-assisted mmwave communication systems,
Z. Lian, W. Zhang, Y. Wang et al. , “Physics-based channel mod- eling for IRS-assisted mmwave communication systems,” IEEE Trans. Commun., vol. 72, no. 5, pp. 2687–2700, 2024
2024
-
[13]
Channel estimation for IRS-assisted mmwave massive MIMO systems in mixed-ADC architecture,
R. Zhang, W. Tan, S. Li et al., “Channel estimation for IRS-assisted mmwave massive MIMO systems in mixed-ADC architecture,” IEEE Internet Things J., vol. 11, no. 6, pp. 9969–9978, 2024
2024
-
[14]
Integrated scheduling of sensing, communication, and control for mmwave/THz communications in cellular connected UAV networks,
B. Chang, W. Tang, X. Yan et al., “Integrated scheduling of sensing, communication, and control for mmwave/THz communications in cellular connected UAV networks,” IEEE J. Sel. Areas Commun. , vol. 40, no. 7, pp. 2103–2113, 2022
2022
-
[15]
A non-stationary multi-UAV cooperative channel model for 6G massive MIMO mmwave com- munications,
L. Bai, Z. Huang, L. Cui et al. , “A non-stationary multi-UAV cooperative channel model for 6G massive MIMO mmwave com- munications,” IEEE Trans. Wirel. Commun. , vol. 22, no. 12, pp. 9233–9247, 2023
2023
-
[16]
Spectrum and energy efficiency op- timization in IRS-assisted UAV networks,
Y. Su, X. Pang, S. Chen et al., “Spectrum and energy efficiency op- timization in IRS-assisted UAV networks,” IEEE Trans. Commun., vol. 70, no. 10, pp. 6489–6502, 2022
2022
-
[17]
Aerial intelligent reflecting surface: Joint placement and passive beamforming design with 3D beam flattening,
H. Lu, Y. Zeng, S. Jin et al. , “Aerial intelligent reflecting surface: Joint placement and passive beamforming design with 3D beam flattening,” IEEE Trans. Wireless Commun, vol. 20, no. 7, pp. 4128– 4143, 2021
2021
-
[18]
Secure transmission design for aerial IRS assisted wireless networks,
W. Wei, X. Pang, J. Tang et al. , “Secure transmission design for aerial IRS assisted wireless networks,” IEEE Trans. Commun. , vol. 71, no. 6, pp. 3528–3540, 2023
2023
-
[19]
AoI and data rate optimization in aerial IRS-assisted IoT networks,
Q. Sun, J. Niu, X. Zhou et al., “AoI and data rate optimization in aerial IRS-assisted IoT networks,” IEEE Internet Things J. , vol. 11, no. 4, pp. 6481–6493, 2024
2024
-
[20]
Sum-rate maximization for IRS- assisted UAV OFDMA communication systems,
Z. Wei, Y. Cai, Z. Sun et al. , “Sum-rate maximization for IRS- assisted UAV OFDMA communication systems,” IEEE Trans. Wirel. Commun., vol. 20, no. 4, pp. 2530–2550, 2021
2021
-
[21]
IRS-assisted secure UAV trans- mission via joint trajectory and beamforming design,
X. Pang, N. Zhao, J. Tang et al. , “IRS-assisted secure UAV trans- mission via joint trajectory and beamforming design,” IEEE Trans. Commun., vol. 70, no. 2, pp. 1140–1152, 2022
2022
-
[22]
UAV-powered multi-user intelligent reflecting surface backscatter communication,
J. Wang, S. Xu, S. Han et al., “UAV-powered multi-user intelligent reflecting surface backscatter communication,” IEEE Trans. Veh. Technol., vol. 72, no. 8, pp. 10 251–10 262, 2023
2023
-
[23]
Offline-online design for energy- efficient IRS-aided UAV communications,
T. Wang, X. Pang, M. Liu et al., “Offline-online design for energy- efficient IRS-aided UAV communications,” IEEE Trans. Veh. Tech- nol., vol. 73, no. 2, pp. 2942–2947, 2024
2024
-
[24]
IRS-assisted cognitive UAV networks: Joint sensing duration, passive beamforming, and 3-D location optimization,
Q. Deng, G. Yu, X. Liang et al. , “IRS-assisted cognitive UAV networks: Joint sensing duration, passive beamforming, and 3-D location optimization,” IEEE Internet Things J. , vol. 11, no. 2, pp. 2767–2782, 2024
2024
-
[25]
A stackelberg game approach for IRS-aided WPCN multicast systems,
L. Zhai, Y. Zou, J. Zhu et al. , “A stackelberg game approach for IRS-aided WPCN multicast systems,” IEEE Trans. Wirel. Commun., vol. 21, no. 5, pp. 3249–3262, 2022
2022
-
[26]
Evolutionary multi-objective rein- forcement learning based trajectory control and task offloading in UAV-assisted mobile edge computing,
F. Song, H. Xing, X. Wang et al., “Evolutionary multi-objective rein- forcement learning based trajectory control and task offloading in UAV-assisted mobile edge computing,” IEEE Trans. Mob. Comput., vol. 22, no. 12, pp. 7387–7405, 2023
2023
-
[27]
Joint trajectory and passive beamforming design for intelligent reflecting surface-aided UAV communications: A deep reinforcement learning approach,
L. Wang, K. Wang, C. Pan et al. , “Joint trajectory and passive beamforming design for intelligent reflecting surface-aided UAV communications: A deep reinforcement learning approach,” IEEE Trans. Mob. Comput., pp. 1–11, 2022
2022
-
[28]
Reconfigurable intelligent surface assisted multiuser MISO systems exploiting deep reinforcement learning,
C. Huang, R. Mo, and C. Yuen, “Reconfigurable intelligent surface assisted multiuser MISO systems exploiting deep reinforcement learning,” IEEE J. Sel. Areas Commun., vol. 38, no. 8, pp. 1839–1850, 2020
2020
-
[29]
RIS-aided ground-aerial NOMA communications: A distributionally robust DRL approach,
J. Zhao, L. Yu, K. Cai et al. , “RIS-aided ground-aerial NOMA communications: A distributionally robust DRL approach,” IEEE J. Sel. Areas Commun., vol. 40, no. 4, pp. 1287–1301, 2022
2022
-
[30]
Proximal policy optimization- based transmit beamforming and phase-shift design in an IRS- aided ISAC system for the THz band,
X. Liu, H. Zhang, K. Long et al. , “Proximal policy optimization- based transmit beamforming and phase-shift design in an IRS- aided ISAC system for the THz band,” IEEE J. Sel. Areas Commun., vol. 40, no. 7, pp. 2056–2069, 2022
2022
-
[31]
Trajectory and communication design for cache- enabled UAVs in cellular networks: A deep reinforcement learning approach,
J. Ji, K. Zhu, and L. Cai, “Trajectory and communication design for cache- enabled UAVs in cellular networks: A deep reinforcement learning approach,” IEEE Trans. Mob. Comput., vol. 22, no. 10, pp. 6190–6204, 2023
2023
-
[32]
Millimeter wave com- munications with reconfigurable intelligent surfaces: Performance analysis and optimization,
H. Du, J. Zhang, J. Cheng, and B. Ai, “Millimeter wave com- munications with reconfigurable intelligent surfaces: Performance analysis and optimization,” IEEE Trans. Commun. , vol. 69, no. 4, pp. 2752–2768, 2021
2021
-
[33]
Reconfigurable intelligent surface enabled interference nulling and signal power maximiza- tion in mmWave bands,
J. Ye, A. Kammoun, and M. Alouini, “Reconfigurable intelligent surface enabled interference nulling and signal power maximiza- tion in mmWave bands,” IEEE Trans. Wirel. Commun. , vol. 21, no. 11, pp. 9096–9113, 2022
2022
-
[34]
Double-IRS assisted multi-user MIMO: Cooperative passive beamforming design,
B. Zheng, C. You, and R. Zhang, “Double-IRS assisted multi-user MIMO: Cooperative passive beamforming design,” IEEE Trans. Wirel. Commun., vol. 20, no. 7, pp. 4513–4526, 2021
2021
-
[35]
Learning to reflect and to beamform for intelligent reflecting surface with implicit channel estimation,
T. Jiang, H. V . Cheng, and W. Yu, “Learning to reflect and to beamform for intelligent reflecting surface with implicit channel estimation,” IEEE J. Sel. Areas Commun. , vol. 39, no. 7, pp. 1931– 1945, 2021
1931
-
[36]
Secure transmission design for aerial IRS assisted wireless net- works,
W. Wei, X. Pang, J. Tang, N. Zhao, X. Wang, and A. Nallanathan, “Secure transmission design for aerial IRS assisted wireless net- works,” IEEE Trans. Wirel. Commun., vol. 71, no. 6, pp. 3528–3540, 2023
2023
-
[37]
A quantitative mea- sure of fairness and discrimination,
R. K. Jain, D.-M. W. Chiu, W. R. Hawe et al., “A quantitative mea- sure of fairness and discrimination,” Eastern Research Laboratory, Digital Equipment Corporation, Hudson, MA, vol. 21, p. 1, 1984
1984
-
[38]
Service continuity based data delivery optimization in satellite-terrestrial networks,
F. Wang, D. Jiang, Z. Wang et al., “Service continuity based data delivery optimization in satellite-terrestrial networks,” IEEE Trans. Veh. Technol., pp. 1–14, 2023
2023
-
[39]
Multi-objective opti- mization for UAV swarm-assisted IoT with virtual antenna arrays,
J. Li, G. Sun, L. Duan, and Q. Wu, “Multi-objective opti- mization for UAV swarm-assisted IoT with virtual antenna arrays,” IEEE Trans. Mob. Comput. , 2023, early access, doi: 10.1109/TMC.2023.3298888
2023
-
[40]
Hpfl-cn: Communication-efficient hierarchical personalized federated edge learning via complex network feature clustering,
Z. Li, Z. Chen, X. Wei et al. , “Hpfl-cn: Communication-efficient hierarchical personalized federated edge learning via complex network feature clustering,” in Proc. SECON, 2022, pp. 325–333
2022
-
[41]
Proximal policy opti- mization algorithms,
J. Schulman, F. Wolski, P . Dhariwal et al. , “Proximal policy opti- mization algorithms,” arXiv preprint arXiv:1707.06347, 2017
2017 arXiv
-
[42]
Neural episodic control with state abstraction,
Z. Li, D. Zhu, Y. Hu et al. , “Neural episodic control with state abstraction,” in Proc. ICLR, 2023
2023
-
[43]
Mogrifier LSTM,
G. Melis, T. Kocisk ´y, and P . Blunsom, “Mogrifier LSTM,” in Proc. ICLR, 2020
2020
-
[44]
Inte- grated localization and communication for IRS-assisted multi-user mmwave MIMO systems,
X. Peng, X. Hu, J. Gao, R. Jin, X. Chen, and C. Zhong, “Inte- grated localization and communication for IRS-assisted multi-user mmwave MIMO systems,” IEEE Trans. Commun., vol. 72, no. 8, pp. 4725–4740, 2024
2024
-
[45]
Joint beam training and positioning for intelligent reflecting surfaces assisted millimeter wave communi- 15 cations,
W. Wang and W. Zhang, “Joint beam training and positioning for intelligent reflecting surfaces assisted millimeter wave communi- 15 cations,” IEEE Trans. Wirel. Commun., vol. 20, no. 10, pp. 6282–6297, 2021
2021
-
[46]
IRS-enabled monostatic backscat- ter MIMO communication design for V2I networks,
J. Wang, S. Han, J. Li, and C. Li, “IRS-enabled monostatic backscat- ter MIMO communication design for V2I networks,” IEEE Trans. Veh. Technol., vol. 73, no. 12, pp. 19 287–19 298, 2024
2024
-
[47]
Continuous control with deep reinforcement learning,
T. P . Lillicrap, J. J. Hunt, A. Pritzel, N. Heess et al., “Continuous control with deep reinforcement learning,” in Proc. ICLR, 2016
2016
-
[48]
Addressing function ap- proximation error in actor-critic methods,
S. Fujimoto, H. van Hoof, and D. Meger, “Addressing function ap- proximation error in actor-critic methods,” in Proc. ICML, vol. 80, 2018, pp. 1582–1591
2018
-
[49]
Soft actor-critic: Off-policy maximum entropy deep reinforcement learning with a stochastic actor,
T. Haarnoja, A. Zhou, P . Abbeel et al., “Soft actor-critic: Off-policy maximum entropy deep reinforcement learning with a stochastic actor,” in Proc. ICML, vol. 80, 2018, pp. 1856–1865. Wenwen Xie received the B.S. degree in Com- puter Science and Technology from Hefei Uni- v...
2018
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.