REVIEW 3 major objections 5 minor 1 cited by
Coordinated Beamforming for RIS-Empowered ISAC Systems over Secure Low-Altitude Networks
T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read The paper proposes a coordinated beamforming framework that jointly optimizes base-station precoding and RIS phase shifts to maximize legitimate-UAV sum-rate under a sensing SNR constraint, using a convergent fractional-programming and…
desk verdict A load-bearing error makes the RIS phase update a no-op; the problem setup is sensible but the algorithm as written cannot deliver the claimed gains. 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 central machinery is the FP-AO decomposition: fractional programming (specifically the quadratic transform for sum-of-ratios) rewrites the rate objective so that the auxiliary variables have closed-form optima, while alternating optimization separates active and passive beamforming into convex subproblems. The passive part embeds the RIS phase vector into augmented channel vectors $\tilde{\mathbf{H}}_{k,i}[l]$ and $\tilde{\mathbf{G}}_t[l]$, then convexifies the sensing SNR quartic term with a first-order Taylor expansion (Proposition 3) and relaxes the unit-modulus constraint through a penalty convex-concave procedure based on $1 \le |v_n[l]|^2 \le 1$.
What would settle it
Compute the right-hand side of Eq. (28) at the expansion point $\bar{\mathbf{v}}[l]$ for a single RIS element and scalar channels: the expression returns a matrix, so it cannot equal the scalar $L$ in Eq. (27). Checking whether a corrected first-order expansion satisfies $\bar{L}(\mathbf{v}[l],\mathbf{v}[l]) = L(\mathbf{v}[l])$ and preserves the lower-bound property would settle whether subproblem P4 is genuinely convex and whether Proposition 4's convergence proof applies to the original problem.
Extended reading notes
Core claim
The core claim is that joint optimization of the active beamforming vectors at the DFBS and the passive phase shifts at the RIS can maximize the sum rate of legitimate UAVs while keeping the sensing SNR for an unauthorized UAV above a required threshold. The paper converts the non-convex problem P1 into an equivalent fractional-programming form P2, then alternates among three updates: closed-form auxiliary variables, a convex active-beamforming subproblem whose sensing constraint is linearized by a first-order Taylor expansion, and a passive-beamforming subproblem whose unit-modulus constraint is handled by a penalty convex-concave procedure. Proposition 4 states that Algorithm 1 does not decrease the objective value in any iteration and eventually reaches a converged point, with the proof given in Appendix A. In simulation, the scheme outperforms random-phase and no-RIS benchmarks, and the gain is largest when the direct DFBS-to-UAV link is weak.
Load-bearing premise
The load-bearing premise is that the first-order Taylor expansion in Proposition 3 (Eq. (28)) is a valid scalar lower bound for the quartic sensing term and that the penalty convex-concave reformulation of the unit-modulus constraint makes subproblem P4 convex; the proof of Proposition 3 is omitted and, as written, Eq. (28) returns a matrix where a scalar is needed, so the convergence guarantee in Appendix A relies on an unverified step.
Editorial extensions
If this is right
- If Algorithm 1 converges as claimed, it offers a polynomial-complexity design tool for RIS-ISAC sum-rate maximization, with per-iteration complexity $O(((K+1)M)^3 + N^{3.5})$.
- Optimized RIS phases give higher legitimate-UAV sum-rate than random-phase or no-RIS configurations across transmit power levels, RIS element counts, and path-loss regimes.
- The RIS's contribution becomes more important when the direct DFBS-to-UAV link is weak, since the reflective paths compensate for direct-link path loss.
- The sensing SNR constraint can be enforced without preventing communication-rate growth, so shared-spectrum ISAC operation is feasible in low-altitude networks.
Reading between the lines
- Beyond the paper, the same FP-AO decomposition could extend to multiple unauthorized UAVs by adding per-target sensing SNR constraints, since each such constraint is a quadratic form in the beamformers.
- Beyond the paper, a resource-equalized comparison—giving the no-RIS baseline the same total power and antenna count—would isolate the RIS's passive beamforming gain from active-antenna gains, a distinction the paper's benchmarks do not draw.
- Beyond the paper, running Algorithm 1 from many random RIS phase initializations and reporting the spread of final sum-rates would reveal whether the converged point is reliably good or initialization-dependent.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes a coordinated beamforming design for a RIS-empowered integrated sensing and communication (ISAC) system that serves legitimate UAVs while sensing an unauthorized UAV in a low-altitude network. The authors formulate a sum-rate maximization problem with a sensing SNR constraint, a transmit power constraint, and unit-modulus RIS phase constraints. They develop a fractional-programming and alternating-optimization algorithm that alternately updates auxiliary variables, active beamforming at the dual-functional base station, and passive beamforming at the RIS, and they claim convergence plus numerical gains over disjoint benchmarks. The paper follows the standard structure of system model, algorithm, simulations, and conclusion.
Significance. The problem is timely and the system model is clearly presented; the fractional programming reformulation (Proposition 1) and the quadratic-transform lower bound for the sensing constraint (Proposition 2) are standard and appear correct, which the paper deserves credit for. However, the central contribution—the passive beamforming update and the convergence guarantee—rests on two flawed technical steps: the convexified unit-modulus constraint in P4 forces the RIS phase to remain unchanged, and the proposed Taylor expansion in Proposition 3 is dimensionally inconsistent and unproved. As a result, the numerical claims about the benefit of optimizing the RIS phase over a random-phase baseline are not supported by the algorithm as written. The paper therefore does not currently establish its main claims.
major comments (3)
- [IV-B3, Eqs. (30)–(31)] The proposed convexification of the unit-modulus constraint is a no-op. Rewriting |v_n|=1 as 1≤|v_n|^2≤1 and replacing the lower bound by its first-order expansion at the current iterate v̂_n yields 1≤2Re{v̂_n^H v_n}−|v̂_n|^2. Since |v̂_n|=1, this simplifies to Re{v̂_n^H v_n}≥1. Together with |v_n|^2≤1 and Cauchy–Schwarz, Re{v̂_n^H v_n}≤|v_n|≤1, so equality forces v_n=v̂_n for every n. Consequently P4 has exactly one feasible point, the current phase, and Step 6 of Algorithm 1 cannot update Φ. The performance gap against the random-phase baseline reported in Section V therefore cannot originate from Algorithm 1 as written; the implementation must have used a different relaxation, but none is described.
- [IV-B3, Proposition 3, Eq. (28)] Equation (28) is not a valid first-order expansion of L in (27). The quantity L is a scalar, but the right-hand side of (28) is an M×M matrix (a sum of outer products), so the equality is dimensionally inconsistent. The expansion also does not contain the expansion point \bar{v}[l] that Proposition 3 claims to use, and the proof is omitted on the grounds that it is similar to Proposition 2, although L is quartic in v while the function in Proposition 2 is quadratic. Thus the convexity of constraint (25b) after substitution, and hence the convexity of P4, is not established. This is a load-bearing gap because the passive beamforming update depends on solving P4.
- [Appendix A, Eqs. (32)–(33)] The convergence proof is not valid for the algorithm as written. Step (b) in (32) states that the P3 update increases the P2 objective, but the equality that follows it writes R_P2(r^{(z+1)}, w_k^{(z)}, w_ϑ^{(z)}, Φ^{(z)}) where the preceding line has w_k^{(z+1)}, w_ϑ^{(z+1)}; this is the wrong order of updates. More importantly, the chain of inequalities in (33) assumes that the P4 step produces a point with nondecreasing P2 objective. Since P4 is feasible only at the current phase (see major comment 1), the inequality is an equality and the proof cannot establish any gain from the passive beamforming update. The boundedness argument at the end only shows that the sequence of objective values, which is constant in the Φ block, has a finite limit if the active-beamforming steps converge; it does not substantiate the claimed convergence to a stationary point of P2.
minor comments (5)
- [III-C] The text contains a typo: "constriant" should be "constraint", and "unitary modes" should be "unit-modulus".
- [Algorithm 1, line 4] The word "accroding" should be "according".
- [IV-A, Eq. (11)] The parentheses in the displayed expression for f are unbalanced, which makes the mathematical definition of the reformulated objective ambiguous.
- [IV-B3, after Eq. (26)] The sentence "To address the quadratic terms in the left-hand side of (25b)" is inaccurate: the left-hand side of (25b) contains quartic terms in v, not quadratic terms.
- [IV-C] The convergence analysis refers to "transmit power and time optimization" when it should refer to the active beamforming update; this terminology does not match problem P3.
Circularity Check
The convexified unit-modulus constraint (Eqs. 30-31) forces v = v̂, so the passive-beamforming update in Algorithm 1 is an identity map and the claimed RIS-phase gain is not derivable from the algorithm as written.
-
self definitional
[Section IV-B3, Eqs. (30)-(31); Algorithm 1 Step 6]
"1≤ |v_n[l]|^2 ≤1, n∈ N, (30) Based on Proposition 2, the part 1≤ |v_n[l]|^2 can be recast as 1≤2ℜ{bv^H_n [l]v_n[l]} − ℜ{bv^H_n [l]bv_n[l]}, n∈ N. (31)"
Since bv_n is the current unit-modulus iterate, (31) reads 1 ≤ 2Re(bv_n^H v_n) − 1, i.e. Re(bv_n^H v_n) ≥ 1. The retained upper bound |v_n| ≤ 1 from (30) gives Re(bv_n^H v_n) ≤ |bv_n^H v_n| ≤ |v_n| ≤ 1, so equality holds throughout and v_n = bv_n for every n. Thus the convexified P4 has exactly one feasible point, namely the current phase vector, and Step 6 'Update Φ(p) by solving problem P4' leaves Φ unchanged. The later numerical claim that the proposed algorithm 'optimizes the RIS phase' and thereby outperforms the random-phase baseline is not produced by Algorithm 1 as written: the passive-beamforming block's output is its input by construction.
full rationale
The paper does not fit parameters to external data and does not rest its central result on a self-citation chain; its self-citations (e.g., [8], [39]) are used only for a standard alternating-optimization monotonicity argument whose proof is also sketched in Appendix A. That part is not load-bearing in a circular way. The numerical validation is performed on the same synthetic model used to define the problem, which is common in this literature and does not by itself constitute circularity. However, there is one place where the claimed derivation reduces to its input by construction: the CCP convexification of the unit-modulus constraint in Eqs. (30)-(31) makes the feasible set of P4 equal to the single current point v̂, so the passive-beamforming update is an identity. Consequently, Algorithm 1 cannot, as written, produce the RIS-phase optimization gains claimed in Section V. Separately, Proposition 3's Eq. (28) is dimensionally inconsistent (matrix-valued right-hand side for a scalar L), and its proof is omitted; this is a correctness gap rather than a circularity, but it further undermines the claimed passive-beamforming derivation. Overall, the passive-beamforming step is partially circular in the sense that its output is forced to equal its input, while the rest of the FP-AO machinery is a self-contained optimization derivation.
Assumptions & free parameters
assumptions (4)
- domain assumption Channels G, h_d,k, h_r,k follow Rician fading with known statistics; sensing channels to the unauthorized UAV are LoS with known DoAs and known positions via surveillance systems.
- standard math Standard FP equivalence (Shen and Yu [37]) and quadratic transform are valid for the sum-of-ratios objective.
- ad hoc to paper The first-order Taylor lower bounds in Propositions 2 and 3 preserve or conservatively approximate the sensing SNR constraints, and the penalty CCP method from [38] handles the unit-modulus constraint.
- domain assumption Reflected signals from the unauthorized UAV to the legitimate UAVs are negligible due to severe fading.
Cite this review
Pith. "Pith review of Coordinated Beamforming for RIS-Empowered ISAC Systems over Secure Low-Altitude Networks." pith.science (2026). https://pith.science/paper/2YBWKBKV
@misc{pith2026250524804,
author = {Pith},
title = {Pith review of: Coordinated Beamforming for RIS-Empowered ISAC Systems over Secure Low-Altitude Networks},
year = {2026},
howpublished = {\url{https://pith.science/paper/2YBWKBKV}},
note = {Machine review of arXiv:2505.24804}
}
read the original abstract
Emerging as a cornerstone for next-generation wireless networks, integrated sensing and communication (ISAC) systems demand innovative solutions to balance spectral efficiency and sensing accuracy. In this paper, we propose a coordinated beamforming framework for a reconfigurable intelligent surface (RIS)-empowered ISAC system, where the active precoding at the dual-functional base station (DFBS) and the passive beamforming at the RIS are jointly optimized to provide communication services for legitimate unmanned aerial vehicles (UAVs) while sensing the unauthorized UAVs. The sum-rate of all legitimate UAVs are maximized, while satisfying the radar sensing signal-to-noise ratio requirements, the transmit power constraints, and the reflection coefficients of the RIS. To address the inherent non-convexity from coupled variables, we propose a low-complexity algorithm integrating fractional programming with alternating optimization, featuring convergence guarantees. Numerical results demonstrate that the proposed algorithm achieves higher data rate compared to disjoint optimization benchmarks. This underscores RIS's pivotal role in harmonizing communication and target sensing functionalities for low-altitude networks.
Figures
Forward citations
Cited by 1 Pith paper
-
Human Thinking under Plural LLM Assistance: Mathematical Problem Solving and Open-Ended Writing
Two controlled experiments show multi-agent LLM configurations with both tutors and peers deliver higher learning gains and less homogeneous outputs than single-LLM tutoring in math problem-solving and essay writing.
Reference graph
Works this paper leans on
-
[1]
Integrated sensing and communication for low altitude economy: Opportunities and challenges,
Y . Jiang, X. Li, G. Zhu, H. Li, J. Deng, K. Han, C. Shen, Q. Shi, and R. Zhang, “Integrated sensing and communication for low altitude economy: Opportunities and challenges,”IEEE Commun. Mag., to appear, 2025
work page 2025
-
[2]
G. Cheng, X. Song, Z. Lyu, and J. Xu, “Networked ISAC for low- altitude economy: Coordinated transmit beamforming and UA V trajec- tory design,”IEEE Trans. Commun., to appear, 2025
work page 2025
-
[3]
H. Yang, M. Zheng, Z. Shao, Y . Jiang, and Z. Xiong, “Intelligent computation offloading and trajectory planning for 3-D target search in low-altitude economy scenarios,”IEEE Wireless Commun. Lett., vol. 14, no. 4, pp. 949–953, Apr. 2025
work page 2025
-
[4]
Q. Wei, R. Li, W. Bai, and Z. Han, “Multi-UA V-enabled energy- efficient data delivery for low-altitude economy: Joint coded caching, user grouping, and UA V deployment,”IEEE Internet Things J., to appear, 2025
work page 2025
-
[5]
eVTOL communication and trajectory optimization in low-altitude economy,
K. Xiong, J. Xie, and S. Leng, “eVTOL communication and trajectory optimization in low-altitude economy,” inProc. IEEE/CIC Int. Conf. Commun. China Workshops (ICCC Workshops), Hangzhou, China, Aug. 2024, pp. 845–850
work page 2024
-
[6]
X. Shao, J. Du, Y . Xia, Z. Zhang, X. Hou, and M. Debbah, “Efficient path-following for urban logistics: A fuzzy control strategy for consumer UA Vs under disturbance constraints,”IEEE Trans. Consum. Electron., to appear, 2025
work page 2025
-
[7]
Intelligent reflecting surface-aided wireless communications: A tutorial,
Q. Wu, S. Zhang, B. Zheng, C. You, and R. Zhang, “Intelligent reflecting surface-aided wireless communications: A tutorial,”IEEE Trans. Commun., vol. 69, no. 5, pp. 3313–3351, May 2021
2021
-
[8]
Y . Shen, C. Wang, W. Zang, L. Xue, B. Yang, and X. Guan, “Outage constrained max–min secrecy rate optimization for IRS-aided SWIPT systems with artificial noise,”IEEE Internet Things J., vol. 11, no. 6, pp. 9814–9828, Mar. 2024
work page 2024
Show all 39 references
-
[9]
Smart radio environments empowered by reconfigurable intelligent surfaces: How it works, state of research, and the road ahead,
M. Di Renzo, A. Zappone, M. Debbah, M.-S. Alouini, C. Yuen, J. de Rosny, and S. Tretyakov, “Smart radio environments empowered by reconfigurable intelligent surfaces: How it works, state of research, and the road ahead,”IEEE J. Sel. Areas Commun., vol. 38, no. 11, pp. 2450–252...
2020
-
[10]
Reconfigurable intelligent surface assisted UA V communication: Joint trajectory design and passive beamforming,
S. Li, B. Duo, X. Yuan, Y .-C. Liang, and M. Di Renzo, “Reconfigurable intelligent surface assisted UA V communication: Joint trajectory design and passive beamforming,”IEEE Wireless Commun. Lett., vol. 9, no. 5, pp. 716–720, May 2020
2020
-
[11]
UA V-assisted IRS system in 5G and beyond: Improving reliability and enhancing the network life span,
P. Kumar, N. Goel, and M. Tolani, “UA V-assisted IRS system in 5G and beyond: Improving reliability and enhancing the network life span,” IEEE Trans. Mobile Comput., to appear, 2025
2025
-
[12]
Accelerating DNN training in wireless federated edge learning systems,
J. Ren, G. Yu, and G. Ding, “Accelerating DNN training in wireless federated edge learning systems,”IEEE J. Sel. Areas Commun., vol. 39, no. 1, pp. 219–232, Jan. 2021
2021
-
[13]
Joint association, beamforming, and resource allocation for multi-IRS enabled MU-MISO systems with RSMA,
C. Wang, X. Zhang, H. Xing, L. Xue, S. Wang, Y . Shen, B. Yang, and X. Guan, “Joint association, beamforming, and resource allocation for multi-IRS enabled MU-MISO systems with RSMA,”IEEE Trans. Mobile Comput., vol. 24, no. 3, pp. 1602–1620, Mar. 2025
2025
-
[14]
Toward efficient 6G IoT networks: A perspective on resource optimization strategies, challenges, and future directions,
Z. Liwen, F. Qamar, M. Liaqat, M. Nour Hindia, and K. Akram Zainol Ariffin, “Toward efficient 6G IoT networks: A perspective on resource optimization strategies, challenges, and future directions,”IEEE Access, vol. 12, pp. 76 606–76 633, 2024
2024
-
[15]
Integrated sensing and communications: Toward dual-functional wire- less networks for 6G and beyond,
F. Liu, Y . Cui, C. Masouros, J. Xu, T. X. Han, Y . C. Eldar, and S. Buzzi, “Integrated sensing and communications: Toward dual-functional wire- less networks for 6G and beyond,”IEEE J. Sel. Areas Commun., vol. 40, no. 6, pp. 1728–1767, Jun. 2022
2022
-
[16]
Accessing from the sky: A tutorial on UA V communications for 5G and beyond,
Y . Zeng, Q. Wu, and R. Zhang, “Accessing from the sky: A tutorial on UA V communications for 5G and beyond,”Proc. IEEE, vol. 107, no. 12, pp. 2327–2375, Dec. 2019
2019
-
[17]
Average AoI minimization in UA V-assisted IoT backscatter communication systems with updated information,
X. Zhang, W. Luo, Y . Shen, and S. Wang, “Average AoI minimization in UA V-assisted IoT backscatter communication systems with updated information,” inProc. IEEE Ubiquitous Intell. Comput. (UIC), Atlanta, GA, USA, Oct. 2021, pp. 123–130
2021
-
[18]
A comprehensive overview on 5G-and-beyond networks with UA Vs: From communications to sensing and intelligence,
Q. Wu, J. Xu, Y . Zeng, D. W. K. Ng, N. Al-Dhahir, R. Schober, and A. L. Swindlehurst, “A comprehensive overview on 5G-and-beyond networks with UA Vs: From communications to sensing and intelligence,”IEEE J. Sel. Areas Commun., vol. 39, no. 10, pp. 2912–2945, Oct. 2021
2021
-
[19]
Energy- efficient UA V scheduling and probabilistic task offloading for digital twin-empowered consumer electronics industry,
X. Huang, Y . Zhang, Y . Qi, C. Huang, and M. S. Hossain, “Energy- efficient UA V scheduling and probabilistic task offloading for digital twin-empowered consumer electronics industry,”IEEE Trans. Consum. Electron., vol. 70, no. 1, pp. 2145–2154, Feb. 2024
2024
-
[20]
Joint trajectory design and resource allocation in UA V-enabled heterogeneous MEC systems,
W. Liu, H. Wang, X. Zhang, H. Xing, J. Ren, Y . Shen, and S. Cui, “Joint trajectory design and resource allocation in UA V-enabled heterogeneous MEC systems,”IEEE Internet Things J., vol. 11, no. 19, pp. 30 817– 30 832, Oct. 2024
2024
-
[21]
Joint AoI-aware UA Vs trajectory planning and data collection in UA V-based IoT systems: A deep rein- forcement learning approach,
X. Xiao, X. Wang, and W. Lin, “Joint AoI-aware UA Vs trajectory planning and data collection in UA V-based IoT systems: A deep rein- forcement learning approach,”IEEE Trans. Consum. Electron., vol. 70, no. 4, pp. 6484–6495, Nov. 2024
2024
-
[22]
Age of information minimization in UA V-enabled IoT networks via federated reinforcement learning,
X. Zhang, H. Xing, Y . Shen, J. Xu, and S. Cui, “Age of information minimization in UA V-enabled IoT networks via federated reinforcement learning,”IEEE Trans. Wireless Commun., to appear, 2025
2025
-
[23]
A time- driven UA V deployment and content caching approach for multi-UA V- enabled consumer electronics network,
J. Zhang, X. Yang, R. Ming, H. Luo, X. Wang, and M. J. Piran, “A time- driven UA V deployment and content caching approach for multi-UA V- enabled consumer electronics network,”IEEE Trans. Consum. Electron., to appear, 2025
2025
-
[24]
Latency minimization for UA V-enabled federated learning: Trajectory design and resource allocation,
X. Zhang, W. Liu, J. Ren, H. Xing, G. Gui, Y . Shen, and S. Cui, “Latency minimization for UA V-enabled federated learning: Trajectory design and resource allocation,”IEEE Internet Things J., to appear, 2025
2025
-
[25]
Robust en- ergy efficient beamforming design for ISAC full-duplex communication systems,
R. Allu, M. Katwe, K. Singh, T. Q. Duong, and C.-P. Li, “Robust en- ergy efficient beamforming design for ISAC full-duplex communication systems,”IEEE Wireless Commun. Lett., vol. 13, no. 9, pp. 2452–2456, Sep. 2024
2024
-
[26]
Multiobjective- optimization-based transmit beamforming for multitarget and multiuser MIMO-ISAC systems,
C. Meng, Z. Wei, D. Ma, W. Ni, L. Su, and Z. Feng, “Multiobjective- optimization-based transmit beamforming for multitarget and multiuser MIMO-ISAC systems,”IEEE Internet Things J., vol. 11, no. 18, pp. 29 260–29 274, Sep. 2024
2024
-
[27]
Movable-antenna array empowered ISAC systems for low-altitude economy,
Z. Kuang, W. Liu, C. Wang, Z. Jin, J. Ren, X. Zhang, and Y . Shen, “Movable-antenna array empowered ISAC systems for low-altitude economy,” inProc. IEEE/CIC Int. Conf. Commun. China Workshops (ICCC Workshops), Hangzhou, China, Aug. 2024, pp. 776–781
2024
-
[28]
A joint UA V trajectory, user association, and beamforming design strategy for multi-UA V-assisted ISAC systems,
R. Zhang, Y . Zhang, R. Tang, H. Zhao, Q. Xiao, and C. Wang, “A joint UA V trajectory, user association, and beamforming design strategy for multi-UA V-assisted ISAC systems,”IEEE Internet Things J., vol. 11, no. 18, pp. 29 360–29 374, Sep. 2024
2024
-
[29]
Full-duplex ISCC for low-altitude networks: Resource allocation and coordinated beamforming,
Y . Chen, W. Liu, X. Zhang, J. Ren, H. Xing, S. Wang, and Y . Shen, “Full-duplex ISCC for low-altitude networks: Resource allocation and coordinated beamforming,”arXiv preprint arXiv:2504.18143, 2025
2025 arXiv
-
[30]
Spectral and energy efficient waveform design for RIS-assisted ISAC,
J. Chen, K. Wu, J. Niu, Y . Li, P. Xu, and J. Andrew Zhang, “Spectral and energy efficient waveform design for RIS-assisted ISAC,”IEEE Trans. Commun., vol. 73, no. 1, pp. 158–172, Jan. 2025
2025
-
[31]
Joint beamforming and reflection design for secure RIS-ISAC systems,
J. Chu, Z. Lu, R. Liu, M. Li, and Q. Liu, “Joint beamforming and reflection design for secure RIS-ISAC systems,”IEEE Trans. Veh. Technol., vol. 73, no. 3, pp. 4471–4475, Mar. 2024
2024
-
[32]
Joint trajectory and resource allocation design for RIS-assisted UA V-enabled ISAC systems,
Z. Wu, X. Li, Y . Cai, and W. Yuan, “Joint trajectory and resource allocation design for RIS-assisted UA V-enabled ISAC systems,”IEEE Wireless Commun. Lett., vol. 13, no. 5, pp. 1384–1388, May 2024
2024
-
[33]
Three-dimensional trajectory designs for unmanned aerial vehicle-enabled communications with kinematic constraints,
X. Zhang, C. Liu, and M. Peng, “Three-dimensional trajectory designs for unmanned aerial vehicle-enabled communications with kinematic constraints,”IEEE Trans. Veh. Technol., vol. 71, no. 10, pp. 10 910– 10 922, Oct. 2022
2022
-
[34]
Intelli- gent reflecting surface aided mobile edge computing with rate-splitting multiple access,
Y . Wu, X. Zhang, H. Xing, W. Zang, S. Wang, and Y . Shen, “Intelli- gent reflecting surface aided mobile edge computing with rate-splitting multiple access,” inProc. IEEE Veh. Technol. Conf. (VTC2024-Spring), Singapore, Jun. 2024, pp. 1–6
2024
-
[35]
SNR/CRB-constrained joint beamforming and reflection designs for RIS-ISAC systems,
R. Liu, M. Li, Q. Liu, and A. Lee Swindlehurst, “SNR/CRB-constrained joint beamforming and reflection designs for RIS-ISAC systems,”IEEE Trans. Wireless Commun., vol. 23, no. 7, pp. 7456–7470, Jul. 2024
2024
-
[36]
RIS-Aided Integrated Sensing and Communication: Joint Beamforming and Reflection Design,
H. Luo, R. Liu, M. Li, and Q. Liu, “RIS-Aided Integrated Sensing and Communication: Joint Beamforming and Reflection Design,”IEEE Trans. Veh. Technol., vol. 72, no. 7, pp. 9626–9630, Jul. 2023
2023
-
[37]
Fractional programming for communication systems—part II: Uplink scheduling via matching,
K. Shen and W. Yu, “Fractional programming for communication systems—part II: Uplink scheduling via matching,”IEEE Trans. Signal Process., vol. 66, no. 10, pp. 2631–2644, May 2018
2018
-
[38]
STAR-RIS aided secure NOMA integrated sensing and communication,
W. Wei, X. Pang, C. Xing, N. Zhao, and D. Niyato, “STAR-RIS aided secure NOMA integrated sensing and communication,”IEEE Trans. Wireless Commun., vol. 23, no. 9, pp. 10 712–10 725, Sep. 2024
2024
-
[39]
Intelligent reflecting surface enhanced wireless network via joint active and passive beamforming,
Q. Wu and R. Zhang, “Intelligent reflecting surface enhanced wireless network via joint active and passive beamforming,”IEEE Trans. Wireless Commun., vol. 18, no. 11, pp. 5394–5409, Nov. 2019
2019
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.