REVIEW 5 major objections 6 minor 30 references
Heterogeneous Secure Transmissions in IRS-Assisted NOMA Communications: CO-GNN Approach
T0 review · 5 major / 6 minor · reviewed 2026-08-07 · deepseek-v4-flash
Pith's one-line read A graph neural network can jointly set beamforming, power, and IRS phase shifts from received signals alone, beating alternating optimization in secure IRS-NOMA.
desk verdict Novel GNN for secure IRS-NOMA, but the CSI-free claim is undermined by a circular input-output dependence and a train-test mismatch. 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 load-bearing mechanism is the CO-GNN graph representation and its end-to-end training loss. The IRS is node 0 and the $K$ users are nodes $1,\dots,K$; user-node features are the real and imaginary parts of the received signal $Y_k$, and the IRS node feature is their mean. Two message-passing layers update user nodes by mean-pooling neighbor messages and the IRS node by max-pooling across users, so that the IRS representation emphasizes the user most exposed to eavesdropping. A fully connected output layer maps the final representations to $\boldsymbol{\Phi}\in\mathbb{C}^N$ with unit-modulus entries, $\mathbf{w}\in\mathbb{C}^{M\times K}$ normalized to satisfy the power constraint, and $\mathbf{a}\in\mathbb{R}^K$ on the probability simplex. Training with $L=-\sum_k R_k^{\mathrm{sec}}$ as loss is what the paper argues lets the network jointly suppress both external and internal eavesdroppers without explicit channel estimation.
What would settle it
Train CO-GNN on channels drawn from one distribution, such as user coordinates inside the training box with a Rician factor of 10 dB, and evaluate it on channels from a clearly different distribution, such as users outside that box or a Rician factor of 5 dB, comparing against the alternating-optimization baseline; if the secrecy-rate advantage shrinks or reverses, the learned received-signal-to-parameter map does not generalize and the CSI-free claim fails.
Extended reading notes
Core claim
The paper's central claim is that the non-convex joint optimization of beamforming vectors $\mathbf{w}$, NOMA power allocation $\mathbf{a}$, and IRS phase shifts $\boldsymbol{\Phi}$ for maximizing the sum secrecy rate can be replaced by a learned map $g(\cdot)$ from received signals $\mathbf{Y}$ to those parameters. CO-GNN represents the IRS as node 0 and the $K$ users as nodes $1,\ldots,K$, passes the received-signal features through two message-passing layers with mean-pooling for user nodes and max-pooling for the IRS node, and outputs unit-modulus phase shifts, a normalized beamforming matrix, and power factors summing to one. The loss is the negative sum secrecy rate $-\sum_k R_k^{\mathrm{sec}}$, where $R_k^{\mathrm{sec}}=[R_k-R_{\phi\to k}]^+$ with the eavesdropper rate taken from either an external or an internal node. Under this training, simulations show the sum secrecy rate increasing with transmit power, number of IRS elements, and number of antennas, with CO-GNN outperforming all benchmarks, including alternating optimization.
Load-bearing premise
The paper assumes that a user's received signal $y_k$, which is produced by the very beamforming, power allocation, and phase shifts the network must output, carries enough information for the network to recover the optimal $(\mathbf{w},\mathbf{a},\boldsymbol{\Phi})$ without channel estimation, and that this fixed-point-like mapping is learnable and stable.
Editorial extensions
If this is right
- If CO-GNN works as claimed, secure IRS-NOMA operation no longer requires explicit channel estimation at deployment time, because the received signal itself is the network input.
- The paper's curves imply that adding IRS elements, transmit antennas, or transmit power all improve the secrecy rate under both external and internal eavesdropping, with CO-GNN consistently above the compared schemes.
- CO-GNN's online complexity of $O((3\times 3+L)d_{\mathrm{MLP}}T_R)$ is much lower than the AO baseline's $O(I_\lambda I_w K M^3+K^2N^2+P_o t)$, so the method is positioned for real-time resource allocation.
- The permutation invariance and equivariance properties of the graph construction allow the same trained network to handle different numbers of users, easing scaling to larger NOMA groups.
Reading between the lines
- A natural stress test the paper does not run is to train on one channel distribution and test on another, such as different user locations or a different Rician K-factor; the claim that the received signal encapsulates enough information would be falsified if the secrecy-rate gain over alternating optimization disappears out of distribution.
- Because training still uses simulated channel realizations to compute the loss, the no-channel-estimation property holds only at inference; the cost of obtaining realistic training data is left unquantified.
- The max-pooling aggregation at the IRS node encodes the assumption that the most exposed user dominates the eavesdropping risk; with colluding or multiple eavesdroppers this design choice may need to be revisited.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The manuscript proposes CO-GNN, a graph neural network that maps received signals directly to BS beamforming, NOMA power allocation, and IRS phase shifts in an IRS-assisted NOMA system with both external and internal eavesdroppers, with the objective of maximizing the sum secrecy rate. The paper claims that this approach eliminates the need for channel estimation, is scalable, and outperforms alternating optimization and several GNN-based ablations, and the claims are supported by simulations for K=2 users, M=5 antennas, and N=10-100 IRS elements. The core contribution is the end-to-end learned mapping g(·) from received-signal features to the optimization variables.
Significance. If the method worked as claimed, a CSI-free, low-complexity GNN for secure IRS-NOMA would be a useful alternative to alternating optimization in dynamic settings. The paper does formulate a relevant problem (joint beamforming, power allocation, and phase-shift optimization with two eavesdropping modes) and includes ablation studies and a complexity comparison, which are positive elements. However, the central claim rests on an input representation that depends on the very outputs the network must produce, and the training procedure uses full CSI while inference is claimed to be CSI-free; the reported secrecy-rate gains are therefore not established. A redefinition of the network input or a rigorous fixed-point formulation, together with a statistical evaluation, would be needed before the significance of the contribution can be assessed.
major comments (5)
- [Section III.B.1, Eq. (20)] The central claim of a CSI-free mapping g(·) is not well posed. Y_k in Eq. (12) is a scalar that depends on the current (w,a,Φ), on the random data symbols s_i, and on noise, not only on the channel; at inference time the network must output (w,a,Φ) before Y can be measured, yet Y is the input, and no initial configuration, iterative scheme, or fixed-point condition is specified. For K=2, M=5, N=100, each user node receives two real scalars while the output contains 2M beamforming entries, K power coefficients, and N phase shifts, so the claimed map is massively underdetermined without the structural assumptions that are never stated. This directly undermines the abstract's claim that CO-GNN 'eliminates the need for channel estimation.'
- [Algorithm 1, lines 15–17] The training procedure contradicts the CSI-free claim. The loss is computed as LIN(HR, HI, w, a, Φ) and LEX(HR, HI, w, a, Φ) using true channel matrices HR and HI, so full CSI is available during training, while the text claims that deployment requires no channel estimation; the paper provides no generalization argument that a network trained on H can operate from Y alone. In addition, Y is initialized to 0 and is not updated when w, a, and Φ change during the training loop, so the input distribution at training time is inconsistent with the closed-loop dependence expressed in Eq. (12).
- [Section III.C, Eqs. (30)–(32)] The convergence guarantee is not a valid proof. The Lipschitz condition in Eq. (31) together with the Adam optimizer does not imply monotonic decrease of the loss or convergence to a local minimum for a non-convex objective, and the [x]+ operator in Eq. (18) is non-differentiable at 0, so the assertion in Eq. (32) that the gradient 'always exists' is false as written. The training section should either provide a rigorous convergence argument or explicitly state that only empirical convergence is observed.
- [Problem (19) and Eq. (30)] The constraint Rsec ≥ Rmin is part of the optimization problem but is absent from the loss function and from Algorithm 1. The text in Section II.B claims that CO-GNN 'dynamically adjusts' resources to meet Rmin, but no penalty term, projection, or constraint handling mechanism is described, so the fairness guarantee is unsupported.
- [Section IV.B, Figs. 4–9] The performance claims are based on single-trial point estimates with no confidence intervals, error bars, or multiple-seed reporting, so the statements that CO-GNN 'significantly outperforms' and the quantitative improvements of 40% and 30% are not statistically supported. Moreover, there is no comparison against an upper bound or a known near-optimal solution, so the gains could reflect the weakness of the chosen benchmarks rather than the quality of the learned policy.
minor comments (6)
- [Eq. (2)] The Rician model uses sqrt(κ/(1+κ)) for both the LOS and NLOS components; the NLOS coefficient should normally be sqrt(1/(1+κ)), otherwise the channel power normalization is inconsistent.
- [Table II] The entry 'Number of message passing la' is truncated and should read 'layers'.
- [Section IV.C] Figure 11 is referenced in the text before the figure is introduced; the figure order should be adjusted.
- [Section IV.D] The complexity expression O((3×3+L)dMLPTR) uses T_R without defining it, and the notation 'PTR' is unclear; the authors should define all symbols.
- [Conclusion] The conclusion mentions 'hardware impairments' although no hardware impairment model appears in the system model or simulations; either add such a model or remove the mention.
- [Section I.A] The first paragraph contains the typo 'IRS-assited-NOMA' and should read 'IRS-assisted-NOMA'.
Circularity Check
The CO-GNN 'CSI-free received-signal-to-parameters' mapping is self-referential: by Eq. (12) the input Y is defined as a function of the outputs (w,a,Φ) that g(Y) must produce, and the training loss (Eq. 30) is the exact secrecy-rate metric evaluated with true CSI, so the headline performance is not an independent prediction.
-
self definitional
[Section II.B Eq. (19) and Section III.B.1 Eq. (20), with Eq. (12)]
"By mapping the received signals directly to the optimized beamforming, power allocation and phase shifts for utility maximization, we can bypass the channel estimation ... we can get the optimal beamforming w, power allocation a and phase shifts Φ based directly on the received signals Y by a function g(·). ... yk = PK i=1(hb,k + GΦhr,k)T wk sqrt(Ptak)sk + nk ... the received signal encapsulates ample information pertaining to beamforming, power allocation, and phase shifts."
Eq. (19) defines the network output as (w,a,Φ)=g(Y), and Eq. (20) uses Y_k as the sole input feature. But Eq. (12) defines Y_k as a function of the beamforming vector w_k, the power allocation a_k, and the IRS phases Φ, together with random symbols s_k and noise. Thus the mapping's input is defined in terms of its own output: one must know (w,a,Φ) to receive the Y from which (w,a,Φ) are to be produced. No initial configuration, iterative update, or fixed-point condition is given, and Algorithm 1 never recomputes Y after w,a,Φ change inside training. The claimed 'ample information pertaining to beamforming, power allocation, and phase shifts' is therefore the circular statement that Y contains the parameters that are defined to produce Y.
-
fitted input called prediction
[Section III.C Eq. (30) and Algorithm 1 (lines 16-17)]
"The loss function of CO-GNN is defined as the negative value of the sum secrecy rate: L = − PK k=1 Rsec k (w, a, Φ) ... EIN : Calculate loss function LIN (HR, HI, w, a, Φ) using (18); EEX : Calculate loss function LEX (HR, HI, w, a, Φ)."
The metric reported in Figs. 4-9 (sum secrecy rate) is exactly the negative of the training loss L in Eq. (30), and Algorithm 1 computes that loss from the true channel matrices HR, HI while the model claims to operate without channel estimation. The network is therefore fitted to maximize the very quantity later presented as the result; the 'prediction' that CO-GNN achieves the highest secrecy rate is a fitted value of its own objective. Because the input Y is not recomputed with the output parameters (step 1), the held-out evaluation is not an independent test of the claimed CSI-free mapping.
full rationale
Two linked issues make the central claim circular rather than merely hard to verify. First, the optimization problem Eq. (19) posits a function g that maps received signals Y to (w,a,Φ), while Eq. (12) defines the received signal as a function of those same (w,a,Φ); no fixed-point or initialization procedure is specified, and Algorithm 1 keeps Y fixed during training. The 'CSI-free' claim also depends on this self-referential mapping. Second, the training loss Eq. (30) is the exact negative of the reported sum secrecy rate and is computed with true CSI (HR, HI) in Algorithm 1, so the headline secrecy-rate curves are the optimized objective rather than an independent prediction. No load-bearing self-citations or imported uniqueness theorems appear; the circularity is internal to the problem formulation. Because the input-output self-reference makes the proposed mapping ill-posed, the central performance claim is not supported as a prediction, though the complexity analysis and benchmark comparisons are not themselves circular.
Assumptions & free parameters
free parameters (5)
- Learning rate =
1e-4
- Batch size =
32
- Number of message passing layers =
1
- Linear embedding dimension d_MLP =
512
- Pooling choices =
mean for users, max for IRS
assumptions (5)
- ad hoc to paper The received signal y_k contains sufficient information to determine the optimal beamforming, power allocation, and phase shifts without explicit channel estimation.
- domain assumption The SIC decoding order is based on the combined channel's equivalent channel gain, and users decode in descending channel gain order.
- domain assumption Channel models: BS-user links follow Rayleigh fading, and IRS-involved links follow Rician fading with a known K-factor.
- domain assumption Gradient descent with Adam converges to a local minimum of the non-convex loss function.
- domain assumption The internal eavesdropper f, a legitimate user with weaker channel condition, can decode other users' signals via SIC as described by Eq. (17) and the analogous SINR.
Cite this review
Pith. "Pith review of Heterogeneous Secure Transmissions in IRS-Assisted NOMA Communications: CO-GNN Approach." pith.science (2026). https://pith.science/paper/HDOPYTJQ
@misc{pith2026250605381,
author = {Pith},
title = {Pith review of: Heterogeneous Secure Transmissions in IRS-Assisted NOMA Communications: CO-GNN Approach},
year = {2026},
howpublished = {\url{https://pith.science/paper/HDOPYTJQ}},
note = {Machine review of arXiv:2506.05381}
}
read the original abstract
Intelligent Reflecting Surfaces (IRS) enhance spectral efficiency by adjusting reflection phase shifts, while Non-Orthogonal Multiple Access (NOMA) increases system capacity. Consequently, IRS-assisted NOMA communications have garnered significant research interest. However, the passive nature of the IRS, lacking authentication and security protocols, makes these systems vulnerable to external eavesdropping due to the openness of electromagnetic signal propagation and reflection. NOMA's inherent multi-user signal superposition also introduces internal eavesdropping risks during user pairing. This paper investigates secure transmissions in IRS-assisted NOMA systems with heterogeneous resource configuration in wireless networks to mitigate both external and internal eavesdropping. To maximize the sum secrecy rate of legitimate users, we propose a combinatorial optimization graph neural network (CO-GNN) approach to jointly optimize beamforming at the base station, power allocation of NOMA users, and phase shifts of IRS for dynamic heterogeneous resource allocation, thereby enabling the design of dual-link or multi-link secure transmissions in the presence of eavesdroppers on the same or heterogeneous links. The CO-GNN algorithm simplifies the complex mathematical problem-solving process, eliminates the need for channel estimation, and enhances scalability. Simulation results demonstrate that the proposed algorithm significantly enhances the secure transmission performance of the system.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Z. Sun and Y . Jing, “On the performance of multi-antenna irs-assisted noma networks with continuous and discrete irs phase shifting,” IEEE Trans. Wireless Commun. , vol. 21, no. 5, pp. 3012–3023, May. 2022
work page 2022
-
[2]
Power efficient irs-assisted noma,
J. Zhu, Y . Huang, J. Wang, K. Navaie, and Z. Ding, “Power efficient irs-assisted noma,” IEEE Trans. Commun. , vol. 69, no. 2, pp. 900–913, Feb. 2021
work page 2021
-
[3]
Robust beamforming design for an irs-aided noma communication system with csi uncertainty,
Y . Omid, S. M. M. Shahabi, C. Pan, Y . Deng, and A. Nallanathan, “Robust beamforming design for an irs-aided noma communication system with csi uncertainty,” IEEE Trans. Wireless Commun. , vol. 23, no. 2, pp. 874–889, Feb. 2024
work page 2024
-
[4]
Exploiting intelligent reflecting surfaces in noma networks: Joint beamforming optimization,
X. Mu, Y . Liu, L. Guo, J. Lin, and N. Al-Dhahir, “Exploiting intelligent reflecting surfaces in noma networks: Joint beamforming optimization,” IEEE Trans. Wireless Commun. , vol. 19, no. 10, pp. 6884–6898, Oct. 2020
work page 2020
-
[5]
W. U. Khan, E. Lagunas, A. Mahmood, Z. Ali, M. Asif, S. Chatzinotas, and B. Ottersten, “Integration of noma with reflecting intelligent sur- faces: A multi-cell optimization with sic decoding errors,” IEEE Trans. Green Commun., vol. 7, no. 3, pp. 1554–1565, Sep. 2023
work page 2023
-
[6]
Joint beamforming design and power splitting optimization in irs-assisted swipt noma networks,
Z. Li, W. Chen, Q. Wu, K. Wang, and J. Li, “Joint beamforming design and power splitting optimization in irs-assisted swipt noma networks,” IEEE Trans. Wireless Commun. , vol. 21, no. 3, pp. 2019–2033, Mar. 2022
work page 2019
-
[7]
C. K. Singh, P. K. Upadhyay, J. Lehtom ¨aki, and M. Juntti, “Performance analysis with deep learning assay for cooperative uav-borne irs noma networks under non-ideal system imperfections,” IEEE Trans. V eh. Technol., vol. 73, no. 1, pp. 1065–1083, Jan. 2024
work page 2024
-
[8]
R. H. Y . Perdana, T.-V . Nguyen, and B. An, “Adaptive user pairing in multi-irs-aided massive mimo-noma networks: Spectral efficiency maximization and deep learning design,” IEEE Trans. Commun., vol. 71, no. 7, pp. 4377–4390, 2023
work page 2023
Show all 30 references
-
[9]
Machine learning empowered resource allocation in irs aided miso-noma networks,
X. Gao, Y . Liu, X. Liu, and L. Song, “Machine learning empowered resource allocation in irs aided miso-noma networks,” IEEE Trans. Wireless Commun., vol. 21, no. 5, pp. 3478–3492, 2022. 13
2022
-
[10]
Multi-agent deep reinforcement learning based resource management in irs-noma terahertz network,
H. Chen, G. Zhang, X. Li, and P. Zhu, “Multi-agent deep reinforcement learning based resource management in irs-noma terahertz network,” in 2022 IEEE/CIC International Conference on Communications in China (ICCC), Aug. 2022, pp. 766–771
2022
-
[11]
Energy efficient irs assisted noma aided mobile edge computing via heterogeneous multi-agent reinforcement learning,
J. Yu, Y . Li, X. Liu, B. Sun, Y . Wu, and D. H. Tsang, “Energy efficient irs assisted noma aided mobile edge computing via heterogeneous multi-agent reinforcement learning,” in ICC 2023 - IEEE International Conference on Communications , May. 2023, pp. 5352–5357
2023
-
[12]
Irs assisted noma aided mobile edge computing with queue stability: Het- erogeneous multi-agent reinforcement learning,
J. Yu, Y . Li, X. Liu, B. Sun, Y . Wu, and D. Hin-Kwok Tsang, “Irs assisted noma aided mobile edge computing with queue stability: Het- erogeneous multi-agent reinforcement learning,” IEEE Trans. Wireless Commun., vol. 22, no. 7, pp. 4296–4312, Jul. 2023
2023
-
[13]
Supervised learning-based joint active and passive beamforming for irs-assisted noma systems,
Q. Sun, H. You, and H. Liu, “Supervised learning-based joint active and passive beamforming for irs-assisted noma systems,” in 2022 IEEE/CIC International Conference on Communications in China (ICCC Work- shops), Aug. 2022, pp. 152–157
2022
-
[14]
Beamforming and jamming optimization for irs-aided secure noma networks,
W. Wang, X. Liu, J. Tang, N. Zhao, Y . Chen, Z. Ding, and X. Wang, “Beamforming and jamming optimization for irs-aided secure noma networks,” IEEE Trans. Wireless Commun. , vol. 21, no. 3, pp. 1557– 1569, Mar. 2022
2022
-
[15]
Max-min fair beamforming for irs-aided secure noma systems,
Y . Feng, J. Chen, X. Xue, K. Wu, Y . Zhou, and L. Yang, “Max-min fair beamforming for irs-aided secure noma systems,” IEEE Commun. Lett. , vol. 26, no. 2, pp. 234–238, Feb. 2022
2022
-
[16]
Robust and secure com- munications in intelligent reflecting surface assisted noma networks,
Z. Zhang, L. Lv, Q. Wu, H. Deng, and J. Chen, “Robust and secure com- munications in intelligent reflecting surface assisted noma networks,” IEEE Commun. Lett. , vol. 25, no. 3, pp. 739–743, Mar. 2021
2021
-
[17]
Artificial noise aided secure noma communications in star-ris networks,
Y . Han, N. Li, Y . Liu, T. Zhang, and X. Tao, “Artificial noise aided secure noma communications in star-ris networks,” IEEE Wireless Commun. Lett., vol. 11, no. 6, pp. 1191–1195, Jun. 2022
2022
-
[18]
Securing noma networks by exploiting intelligent reflecting surface,
Z. Zhang, J. Chen, Q. Wu, Y . Liu, L. Lv, and X. Su, “Securing noma networks by exploiting intelligent reflecting surface,” IEEE Trans. Commun., vol. 70, no. 2, pp. 1096–1111, Feb. 2022
2022
-
[19]
Intelligent reflecting surface aided secure communications for noma networks,
C. Gong, X. Yue, X. Wang, X. Dai, R. Zou, and M. Essaaidi, “Intelligent reflecting surface aided secure communications for noma networks,” IEEE Trans. V eh. Technol., vol. 71, no. 3, pp. 2761–2773, Mar. 2022
2022
-
[20]
Covert communication in intelligent reflecting surface-assisted noma systems: Design, analysis, and optimization,
L. Lv, Q. Wu, Z. Li, Z. Ding, N. Al-Dhahir, and J. Chen, “Covert communication in intelligent reflecting surface-assisted noma systems: Design, analysis, and optimization,” IEEE Trans. Wireless Commun. , vol. 21, no. 3, pp. 1735–1750, Mar. 2022
2022
-
[21]
Joint analog and passive beamforming design for irs-aided secure cognitive noma systems,
J. Zhang, W. Wang, J. Tang, N. Zhao, K.-K. Wong, and X. Wang, “Joint analog and passive beamforming design for irs-aided secure cognitive noma systems,” in ICC 2023 - IEEE International Conference on Communications , May. 2023, pp. 4267–4272
2023
-
[22]
Irs-aided secure noma networks against internal and external eavesdropping,
H. Han, Y . Cao, M. Sheng, N. Zhao, J. Liu, and D. Niyato, “Irs-aided secure noma networks against internal and external eavesdropping,” IEEE Trans. Commun. , vol. 70, no. 11, pp. 7536–7548, Nov. 2022
2022
-
[23]
Secure communication opti- mization in noma systems with uav-mounted star-ris,
L. Guo, J. Jia, J. Chen, and X. Wang, “Secure communication opti- mization in noma systems with uav-mounted star-ris,” IEEE Trans. Inf. F orensics Secur ., vol. 19, pp. 2300–2314, 2024
2024
-
[24]
Rayleigh fading modeling and channel hardening for reconfigurable intelligent surfaces,
E. Bj ¨ornson and L. Sanguinetti, “Rayleigh fading modeling and channel hardening for reconfigurable intelligent surfaces,” IEEE Wireless Com- mun. Lett. , vol. 10, no. 4, pp. 830–834, Apr. 2021
2021
-
[25]
How powerful are graph neural networks?
K. Xu, W. Hu, L. Jure, and J. Stefanie, “How powerful are graph neural networks?” in International Conference on Learning Representations , 2019
2019
-
[26]
Tensorflow: Large-scale machine learning on heterogeneous distributed systems,
M. Abadi, A. Agarwal, P. Barham, E. Brevdo, Z. Chen, C. Citro, G. S. Corrado, A. Davis, J. Dean, and M. Devin, “Tensorflow: Large-scale machine learning on heterogeneous distributed systems,”hgpu.org, 2015
2015
-
[27]
Adam: A method for stochastic optimization,
D. Kingma and J. Ba, “Adam: A method for stochastic optimization,” Computer Science , 2014
2014
-
[28]
Weighted sum- rate maximization for reconfigurable intelligent surface aided wireless networks,
H. Guo, Y .-C. Liang, J. Chen, and E. G. Larsson, “Weighted sum- rate maximization for reconfigurable intelligent surface aided wireless networks,” IEEE Trans. Wireless Commun. , vol. 19, no. 5, pp. 3064– 3076, May 2020
2020
-
[29]
An iteratively weighted mmse approach to distributed sum-utility maximization for a mimo interfering broadcast channel,
Q. Shi, M. Razaviyayn, Z.-Q. Luo, and C. He, “An iteratively weighted mmse approach to distributed sum-utility maximization for a mimo interfering broadcast channel,” IEEE Trans. Signal Process. , vol. 59, no. 9, pp. 4331–4340, Sep. 2011
2011
-
[30]
Manopt, a matlab toolbox for optimization on manifolds,
N. Boumal, B. Mishra, P.-A. Absil, and R. Sepulchre, “Manopt, a matlab toolbox for optimization on manifolds,” J. Mach. Learn. Res. , vol. 15, no. 1, p. 1455–1459, Jan. 2014
2014
Reviewed August 7, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.