REVIEW 4 major objections 4 minor 1 cited by
Energy Efficient RSMA-Based LEO Satellite Communications Assisted by UAV-Mounted BD-Active RIS: A DRL Approach
T0 review · 4 major / 4 minor · reviewed 2026-08-15 · deepseek-v4-flash
Pith's one-line read A UAV-mounted beyond-diagonal active RIS combined with rate-splitting multiple access can push LEO satellite downlink energy efficiency to about 7-10 Kbits/Joule, and trust-region policy optimization (TRPO) is the best of the three DRL…
desk verdict The double-counted RSMA rate and a constraint that forbids the active amplification make the reported EE numbers untrustworthy. 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 machinery is the joint energy-efficiency maximization problem (19) together with the group-connected BD-ARIS model. The BD-ARIS is a block-diagonal reflection matrix whose $2\times 2$ blocks are symmetric coupling matrices, each element providing both a phase shift and amplification; the power it consumes includes an amplification term and per-element phase-shifter and DC costs, while the UAV's hovering power follows a rotary-wing model. RSMA splits each user's message into a common part decoded by all and a private part, and the objective maximizes the common plus private sum rate normalized by total power. Because this problem is non-convex and high-dimensional, it is recast as a Markov decision process and solved by TRPO, TD3, and A3C; TRPO's trust-region KL constraint is what the paper credits for the stable, high-reward policies.
What would settle it
Run a small exact instance of problem (19) — for example, three users and a two-element RIS group — and compute the maximum output power of the surface while enforcing $\Phi_g \Phi_g^H \preceq I$. If no feasible reflection matrix delivers the output power assumed in the power model (17) and constraint (19e), then the simulated EE exceeds what the modeled hardware can achieve; equivalently, comparing the corrected sum rate with the reported one would show whether the common rate is double-counted.
Extended reading notes
Core claim
The paper's central claim is that a LEO satellite downlink serving multiple ground users through a UAV-mounted beyond-diagonal active RIS under RSMA, with all degrees of freedom learned by DRL, achieves its best energy efficiency when the policy is updated by TRPO. Across the simulations, TRPO converges to a reward near 1100 and energy efficiencies in the 7-10 Kbits/Joule range, exceeding TD3 and A3C, and it remains the most reliable scheme as satellite power, RIS transmit power, altitude, user count, and antenna count vary. The authors further claim that the group-connected BD-ARIS (group size two) outperforms both conventional active and passive RIS designs at equal element counts, and that RSMA with TRPO surpasses a NOMA baseline once the satellite uses more than about 64 antennas. These results are presented as evidence that adaptive physical-layer hardware plus learning-based control is a scalable, energy-efficient approach for 6G and massive IoT in non-terrestrial networks.
Load-bearing premise
The load-bearing premise is that optimization problem (19) is a valid and feasible model of an amplifying RSMA-assisted active RIS; if the unit-norm constraint forbids the amplification the power model charges for, or the common rate is double-counted in the objective, the reported EE and sum-rate numbers would not describe the advertised hardware.
Editorial extensions
If this is right
- Deploying TRPO rather than TD3 or A3C yields the highest energy efficiency and sum rate in the tested RSMA-BD-ARIS settings, particularly at high satellite transmit power and large UAV-to-user distances.
- UAV altitude is a tuning knob with a floor: sum rates rise as the UAV descends toward 4 km, but above roughly 16 km all three algorithms converge to a throughput floor, so higher deployment buys little.
- RSMA with TRPO surpasses a NOMA baseline optimized by TRPO once the satellite array exceeds about 64 elements, and the gap widens with further antenna growth.
- Communication reliability degrades monotonically with channel-estimation error and drops below 75% near $\sigma_X^2 \approx 10^{-1}$, so accurate CSI matters more than the choice of DRL algorithm in that regime.
- A group-connected BD-ARIS with TRPO yields higher energy efficiency than conventional active or passive RIS at equal element counts, and the advantage grows with the number of RIS elements.
Reading between the lines
- Not stated in the paper: the objective (19a) counts the common rate $R_c$ once directly and again inside each $R_i$ via $\delta_i R_c$, so the reported sum rates are likely an overcount of the physically achievable throughput.
- Not stated in the paper: the constraint $\Phi_g \Phi_g^H \preceq I$ caps each group's singular values at one, which may rule out the very amplification the power model charges for; if so, the BD-ARIS advantage over passive RIS would come from coupling and phase degrees of freedom, not active gain.
- Not stated in the paper: because UAV movement between positions is not charged in the power model, the reported EE is optimistic for missions that reposition frequently; including travel energy could lower the optimal altitude and alter the algorithm ranking.
- Not stated in the paper: benchmarking the three agents against a classical alternating-optimization or small-scale exhaustive baseline would separate the contribution of the RSMA-BD-ARIS architecture from the contribution of the specific DRL optimizer.
Signed reviews
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This manuscript proposes an RSMA-based LEO satellite downlink assisted by a UAV-mounted beyond-diagonal active RIS (BD-ARIS). It formulates an energy-efficiency maximization problem that jointly optimizes satellite beamforming, power allocation, rate-splitting ratios, the BD-ARIS reflection matrix, and the UAV horizontal position, and it solves this problem with three deep reinforcement learning algorithms: TRPO, TD3, and A3C. The simulation study claims that TRPO achieves the best energy efficiency and sum rate, that the proposed BD-ARIS framework outperforms conventional active/passive RIS designs and NOMA baselines, and that TRPO is robust to CSI errors. The paper contains detailed system, channel, and power-consumption models and a fairly complete account of the three DRL algorithms.
Significance. If the results were correct, the paper would offer a useful design study for a current topic at the intersection of non-terrestrial networks, active RIS, RSMA, and DRL. The authors are to be credited for assembling a complex system model, for deriving the Rician fading and power-consumption expressions, and for implementing and comparing three DRL algorithms in a common simulator. However, the central numerical claims rest on an internally inconsistent optimization problem: the objective double-counts the RSMA common rate, the reflection constraint forbids the active amplification the architecture requires, and the listed simulation parameters violate the power-allocation constraint. Because these issues affect the reward function and every reported number in the simulation study, the significance as demonstrated by the paper is presently not established.
major comments (4)
- [Section III, Eq. (19a) and Eq. (15)] The objective (19a) adds the common rate Rc to the sum of individual rates Σ_i R_i. However, from (15), R_i = log2(1+γp,i) + δ_i Rc with Σ_i δ_i = 1, so Σ_i R_i = Σ_i log2(1+γp,i) + Rc. Therefore (19a) equals [Σ_i log2(1+γp,i) + 2Rc]/Ptotal, counting the common rate twice. Since the same inflated EE is used as the reward in (22), all EE and sum-rate values in Figs. 2–8 measure this double-counted objective and cannot support the paper's claims about RSMA gains.
- [Section II-B and Section III, Eq. (19i)] Constraint (19i) imposes Φg Φg^H ⪯ I, which restricts the singular values of the reflection block to at most 1. For an active RIS with amplification factors βg,1, βg,2 > 1, this constraint is violated; the active-RIS power model in (17) and the term 'signal amplification' throughout the paper require reflection coefficients with magnitude greater than one. The paper never replaces (19i) with an active-RIS output-power constraint such as (19e). Thus the formulated problem is infeasible for exactly the active BD-ARIS configuration the paper claims to optimize.
- [Table II and Eq. (19f)] Table II lists ac = 0.3 and ai = 0.35 for I = 3. Then ac + Σ_i ai = 0.3 + 3×0.35 = 1.35 > 1, which violates constraint (19f) and the unit-power assumption in (16). This infeasible parameter set is used to generate all simulation results, so the reported rewards and EE numbers are not from a feasible instance of problem (19).
- [Section IV-A3 and Figs. 2–8] The reward (22) is exactly the objective EE of (19a), so the training curves in Fig. 2 simply plot the same quantity that is later reported as the performance metric. With no external optimal or near-optimal benchmark and no comparison to an analytical bound, the conclusion that TRPO is the best algorithm and that the proposed framework outperforms passive/active RIS and NOMA is only a statement about the authors' simulator. Correcting the objective in (19a) and the constraint in (19i) will change these curves, so the algorithmic ranking and the baseline comparisons need to be re-evaluated.
minor comments (4)
- [Notation throughout] The power allocation coefficients are denoted ac, ai in Section III and Table II, but αc, αi in (16) and (21), and γi appears in (21) without definition; please unify the notation.
- [Table II and Eq. (18)] Table II misassigns the symbols in (18): s is the rotor solidity, ρ is the air density, and δ is the blade profile drag coefficient, but the table lists 'Air density s', 'Profile drag coefficient ρ', and 'Rotor solidity δ'.
- [Fig. 4] The y-axis label 'Sum Rate (Kbps/Hz)' is not a standard unit for rate; the text refers to sum rate in bits/s/Hz, so the units should be corrected and made consistent.
- [Fig. 6] The caption says 'spectral and energy efficiency' but the figure only plots energy efficiency; either add a spectral-efficiency panel or revise the caption.
Circularity Check
No significant circularity: the reported EE is the DRL reward by design, and self-citations are not load-bearing; the noted algebraic inconsistencies are correctness risks, not circular reductions.
full rationale
The paper is a model-formulation plus DRL-simulation study rather than a derivation of an external result from first principles. The objective (19a) is exactly the quantity that the DRL reward (22) is designed to maximize, and reporting the optimized value of that same function is standard practice in learning-based system design; the TRPO-versus-TD3-versus-A3C ranking is an empirical property of the authors' simulator, not an identity forced by construction. Self-citations [20], [21], and [31] appear only as related-work background and are not used as load-bearing evidence, uniqueness theorems, or feasibility arguments. The algebraic issue noted by the skeptic — substituting (15) into (19a) makes the numerator sum to Σ log2(1+γp,i) + 2Rc, so the common rate is counted twice — is a serious modeling/correctness risk, as is the tension between the BD-active-RIS amplification claim and constraint (19i), ΦgΦg^H ⩤ I. However, these are internal inconsistencies in the problem formulation, not circular reductions of a conclusion to its own input: no prediction is statistically forced by a fitted parameter, and no load-bearing claim is justified only by a self-citation chain. A separate technical-review pass should address the double-counted common rate and the feasibility of active amplification under (19i).
Assumptions & free parameters
free parameters (5)
- Power allocation shares ac, ai =
ac = 0.3, ai = 0.35 per user (Table II)
- Rician K-factors K_X =
not specified
- Reward penalty factor lambda =
not specified
- DRL hyperparameters =
not specified
- UAV altitude h_UAV =
10 km in Table II; 4 to 20 km in Fig. 4
assumptions (5)
- domain assumption Beamforming vectors wc and wi are unit-norm
- domain assumption The common-rate fractions delta_i are fixed and sum to 1
- domain assumption Doppler shift on the satellite-UAV link is negligible
- ad hoc to paper The reflection constraint Φ_g Φ_g^H ⪯ I in (19i) is compatible with active amplification
- domain assumption The Rician fading realizations used for training and testing are drawn from the same distribution with known, stationary statistics
Cite this review
Pith. "Pith review of Energy Efficient RSMA-Based LEO Satellite Communications Assisted by UAV-Mounted BD-Active RIS: A DRL Approach." pith.science (2026). https://pith.science/paper/MTV7ZK6G
@misc{pith2026250504148,
author = {Pith},
title = {Pith review of: Energy Efficient RSMA-Based LEO Satellite Communications Assisted by UAV-Mounted BD-Active RIS: A DRL Approach},
year = {2026},
howpublished = {\url{https://pith.science/paper/MTV7ZK6G}},
note = {Machine review of arXiv:2505.04148}
}
read the original abstract
This paper proposes an advanced non-terrestrial communication architecture that integrates Rate-Splitting Multiple Access (RSMA) with a Beyond-Diagonal Active Reconfigurable Intelligent Surface (BD-ARIS) mounted on a UAV under the coverage of a Low Earth Orbit (LEO) satellite. The BD-ARIS adopts a group-connected structure to enhance signal amplification and adaptability, while RSMA enables efficient multi-user access by dividing messages into common and private components. The system jointly optimizes satellite beamforming, UAV positioning, power allocation, and rate-splitting ratios to maximize the overall energy efficiency (EE). To solve the resulting non-convex and high-dimensional problem, we employ three state-of-the-art deep reinforcement learning (DRL) algorithms: Trust Region Policy Optimization (TRPO), Twin Delayed Deep Deterministic Policy Gradient (TD3), and Asynchronous Advantage Actor-Critic (A3C). Moreover, realistic models for the power consumption of both the UAV and the BD-ARIS are considered. Simulation results reveal that TRPO consistently achieves the best performance in terms of EE and sum rate, especially under high transmit powers and challenging deployment scenarios. TD3 converges faster and performs competitively in moderate settings, while A3C suffers from instability due to its high variance. Additionally, the robustness of each algorithm under channel state information (CSI) uncertainty is evaluated, confirming TRPO resilience to imperfect observations. Overall, the proposed RSMA-BD-ARIS framework significantly outperforms conventional RIS-assisted designs and provides a scalable, energy-efficient solution for 6G and massive IoT applications in non-terrestrial networks.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 1 Pith paper
-
Enhancing Energy and Spectral Efficiency in IoT-Cellular Networks via Active SIM-Equipped LEO Satellites
Simulation results claim an active multi-layer metasurface on a LEO satellite improves spectral and energy efficiency over single-layer RIS designs, but the supporting equations contain serious internal inconsistencies.
Reference graph
Works this paper leans on
-
[1]
A comprehensive survey on internet of things (iot) toward 5g wireless systems,
L. Chettri and R. Bera, “A comprehensive survey on internet of things (iot) toward 5g wireless systems,” IEEE Internet of Things Journal , vol. 7, no. 1, pp. 16–32, 2020
work page 2020
-
[2]
Towards 6g wireless communication networks: Vision, enabling technologies, and new paradigm shifts,
X. You, C.-X. Wang, J. Huang, X. Gao, Z. Zhang, M. Wang, Y . Huang, C. Zhang, Y . Jiang, J. Wanget al., “Towards 6g wireless communication networks: Vision, enabling technologies, and new paradigm shifts,” Science China Information Sciences , vol. 64, pp. 1–74, 2021
work page 2021
-
[3]
Y . Cao, S.-Y . Lien, Y .-C. Liang, and D. Niyato, “Toward intelligent non-terrestrial networks through symbiotic radio: A collaborative deep reinforcement learning scheme,” IEEE Network, 2024
work page 2024
-
[4]
Active simultaneously transmitting and reflecting (star)-riss: Modelling and analysis,
J. Xu, J. Zuo, J. T. Zhou, and Y . Liu, “Active simultaneously transmitting and reflecting (star)-riss: Modelling and analysis,” IEEE Communica- tions Letters, 2023
work page 2023
-
[5]
W. U. Khan, M. Ahmed, C. K. Sheemar, M. D. Renzo, E. Lagunas, A. Mahmood, S. T. Shah, O. A. Dobre, J. Querol, and S. Chatzinotas, “Survey on beyond diagonal ris enabled 6g wireless networks: Fundamentals, recent advances, and challenges,” 2025. [Online]. Available: https://arxiv.org/abs/2503.08423
arXiv 2025
-
[6]
Energy efficient rate splitting multiple access (rsma) with reconfig- urable intelligent surface,
Z. Yang, J. Shi, Z. Li, M. Chen, W. Xu, and M. Shikh-Bahaei, “Energy efficient rate splitting multiple access (rsma) with reconfig- urable intelligent surface,” in 2020 IEEE International Conference on Communications Workshops (ICC Workshops), 2020, pp. 1–6
work page 2020
-
[7]
Reconfigurable intelligent surfaces for energy efficiency in wireless communication,
C. Huang, A. Zappone, G. C. Alexandropoulos, M. Debbah, and C. Yuen, “Reconfigurable intelligent surfaces for energy efficiency in wireless communication,” IEEE transactions on wireless communica- tions, vol. 18, no. 8, pp. 4157–4170, 2019
2019
-
[8]
Active ris vs. passive ris: Which will prevail in 6g?
Z. Zhang, L. Dai, X. Chen, C. Liu, F. Yang, R. Schober, and H. V . Poor, “Active ris vs. passive ris: Which will prevail in 6g?” IEEE Transactions on Communications, vol. 71, no. 3, pp. 1707–1725, 2022
2022
Show all 31 references
-
[9]
Towards integrated terrestrial- satellite network via intelligent reflecting surface,
H. Dong, C. Hua, L. Liu, and W. Xu, “Towards integrated terrestrial- satellite network via intelligent reflecting surface,” in ICC 2021 - IEEE International Conference on Communications , 2021, pp. 1–6
2021
-
[10]
Ris-enhanced leo satellite com- munication: Joint passive beamforming and orientation optimization,
Z. Zheng, W. Jing, Z. Lu, and X. Wen, “Ris-enhanced leo satellite com- munication: Joint passive beamforming and orientation optimization,” in 2022 IEEE Globecom Workshops (GC Wkshps) , 2022, pp. 874–879. 14
2022
-
[11]
Performance analysis of irs-assisted leo satellite communication systems,
J. Lee, W. Shin, and J. Lee, “Performance analysis of irs-assisted leo satellite communication systems,” in 2021 International Conference on Information and Communication Technology Convergence (ICTC), 2021, pp. 323–325
2021
-
[12]
Intelligent reflecting surface-aided leo satellite communication: Cooperative passive beamforming and distributed channel estimation,
B. Zheng, S. Lin, and R. Zhang, “Intelligent reflecting surface-aided leo satellite communication: Cooperative passive beamforming and distributed channel estimation,” IEEE Journal on Selected Areas in Communications, vol. 40, no. 10, pp. 3057–3070, 2022
2022
-
[13]
Satellite- and cache- assisted uav: A joint cache placement, resource allocation, and trajectory optimization for 6g aerial networks,
D.-H. Tran, S. Chatzinotas, and B. Ottersten, “Satellite- and cache- assisted uav: A joint cache placement, resource allocation, and trajectory optimization for 6g aerial networks,” IEEE Open Journal of Vehicular Technology, vol. 3, pp. 40–54, 2022
2022
-
[14]
Integrated resource management for terrestrial-satellite systems,
S. Fu, J. Gao, and L. Zhao, “Integrated resource management for terrestrial-satellite systems,” IEEE Transactions on Vehicular Technol- ogy, vol. 69, no. 3, pp. 3256–3266, 2020
2020
-
[15]
Toward data collection and transmission in 6g space–air–ground integrated networks: Cooperative hap and leo satellite schemes,
Z. Jia, M. Sheng, J. Li, and Z. Han, “Toward data collection and transmission in 6g space–air–ground integrated networks: Cooperative hap and leo satellite schemes,” IEEE Internet of Things Journal , vol. 9, no. 13, pp. 10 516–10 528, 2022
2022
-
[16]
Gateway placement optimization in leo satellite networks based on traffic estimation,
J. Guo, D. Rinc ´on, S. Sallent, L. Yang, X. Chen, and X. Chen, “Gateway placement optimization in leo satellite networks based on traffic estimation,” IEEE Transactions on Vehicular Technology, vol. 70, no. 4, pp. 3860–3876, 2021
2021
-
[17]
Improvement of the global connectiv- ity using integrated satellite-airborne-terrestrial networks with resource optimization,
A. Alsharoa and M.-S. Alouini, “Improvement of the global connectiv- ity using integrated satellite-airborne-terrestrial networks with resource optimization,” IEEE Transactions on Wireless Communications, vol. 19, no. 8, pp. 5088–5100, 2020
2020
-
[18]
Machine learning- based resource allocation in satellite networks supporting internet of remote things,
D. Zhou, M. Sheng, Y . Wang, J. Li, and Z. Han, “Machine learning- based resource allocation in satellite networks supporting internet of remote things,” IEEE Transactions on Wireless Communications, vol. 20, no. 10, pp. 6606–6621, 2021
2021
-
[19]
Performance of hybrid satellite-uav noma systems,
C. Gamal, K. An, X. Li, V . G. Menon, G. K. Ragesh, M. M. Fouda, and B. M. ElHalawany, “Performance of hybrid satellite-uav noma systems,” in ICC 2022 - IEEE International Conference on Communications, 2022, pp. 189–194
2022
-
[20]
Multi-bd symbiotic radio-aided 6g iot network: Energy consumption optimization with qos constraint approach,
R. Saadat Yeganeh, M. J. Omidi, and M. Ghavami, “Multi-bd symbiotic radio-aided 6g iot network: Energy consumption optimization with qos constraint approach,” IEEE Transactions on Green Communications and Networking, vol. 7, no. 4, pp. 2067–2080, 2023
2023
-
[21]
Qos improvement in multi user cellular-symbiotic radio network as- sisted by active-star-ris,
R. S. Yeganeh, M. J. Omidi, F. Zeinali, M. R. Mili, and M. Ghavami, “Qos improvement in multi user cellular-symbiotic radio network as- sisted by active-star-ris,” IEEE Transactions on Cognitive Communica- tions and Networking , pp. 1–1, 2025
2025
-
[22]
Opti- mization of rate-splitting multiple access in beyond diagonal ris-assisted urllc systems,
M. Soleymani, I. Santamaria, E. A. Jorswieck, and B. Clerckx, “Opti- mization of rate-splitting multiple access in beyond diagonal ris-assisted urllc systems,” IEEE Transactions on Wireless Communications, vol. 23, no. 5, pp. 5063–5078, 2024
2024
-
[23]
Synergizing beyond diagonal recon- figurable intelligent surface and rate-splitting multiple access,
H. Li, S. Shen, and B. Clerckx, “Synergizing beyond diagonal recon- figurable intelligent surface and rate-splitting multiple access,” IEEE Transactions on Wireless Communications , vol. 23, no. 8, pp. 8717– 8729, 2024
2024
-
[24]
Ris-assisted energy-efficient leo satellite communications with noma,
W. U. Khan, E. Lagunas, A. Mahmood, S. Chatzinotas, and B. Ottersten, “Ris-assisted energy-efficient leo satellite communications with noma,” IEEE Transactions on Green Communications and Networking , vol. 8, no. 2, pp. 780–790, 2024
2024
-
[25]
Opti- mization of rate-splitting multiple access in beyond diagonal ris-assisted urllc systems,
M. Soleymani, I. Santamaria, E. A. Jorswieck, and B. Clerckx, “Opti- mization of rate-splitting multiple access in beyond diagonal ris-assisted urllc systems,” IEEE Transactions on Wireless Communications, vol. 23, no. 5, pp. 5063–5078, 2023
2023
-
[26]
Beyond diagonal reconfigurable intelli- gent surfaces: A multi-sector mode enabling highly directional full-space wireless coverage,
H. Li, S. Shen, and B. Clerckx, “Beyond diagonal reconfigurable intelli- gent surfaces: A multi-sector mode enabling highly directional full-space wireless coverage,” IEEE Journal on Selected Areas in Communications, vol. 41, no. 8, pp. 2446–2460, 2023
2023
-
[27]
Compression ratio allocation for probabilistic semantic communication with rsma,
Z. Zhao, Z. Yang, Y . Hu, C. Zhu, M. Shikh-Bahaei, W. Xu, Z. Zhang, and K. Huang, “Compression ratio allocation for probabilistic semantic communication with rsma,” IEEE Transactions on Communications, pp. 1–1, 2025
2025
-
[28]
Rate-splitting multiple access: Fundamentals, survey, and future research trends,
Y . Mao, O. Dizdar, B. Clerckx, R. Schober, P. Popovski, and H. V . Poor, “Rate-splitting multiple access: Fundamentals, survey, and future research trends,” IEEE Communications Surveys & Tutorials , vol. 24, no. 4, pp. 2073–2126, 2022
2022
-
[29]
Active ris assisted rate-splitting multiple access network: Spectral and energy efficiency tradeoff,
H. Niu, Z. Lin, K. An, J. Wang, G. Zheng, N. Al-Dhahir, and K.- K. Wong, “Active ris assisted rate-splitting multiple access network: Spectral and energy efficiency tradeoff,”IEEE Journal on Selected Areas in communications, vol. 41, no. 5, pp. 1452–1467, 2023
2023
-
[30]
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 transactions on wireless communications, vol. 18, no. 4, pp. 2329–2345, 2019
2019
-
[31]
Qos improvement in multi user cellular-symbiotic radio network as- sisted by active-star-ris,
R. S. Yeganeh, M. J. Omidi, F. Zeinali, M. R. Mili, and M. Ghavami, “Qos improvement in multi user cellular-symbiotic radio network as- sisted by active-star-ris,” IEEE Transactions on Cognitive Communica- tions and Networking , 2025
2025
Reviewed August 15, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.