REVIEW 3 major objections 5 minor 1 cited by
Federated Learning Strategies for Coordinated Beamforming in Multicell ISAC
T0 review · 3 major / 5 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read Federated learning coordinates multi-cell ISAC beamforming without sharing channel data.
desk verdict A useful FL-for-ISAC idea undermined by an undisclosed HFL weighting and a sensing SINR scaling error; fixable. 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 objects are the local loss functions in equations (21) and (22): the communication loss $L_c(W_m)$ adds a weighted penalty $\alpha$ on the total power leaked from base station $m$ toward all unintended users in other cells, and the sensing loss $L_s(W_m)$ adds a weighted penalty $\beta$ on the power leaked toward neighboring base stations' sensing receivers. Because each station can compute these leakage terms from its own channel estimates, the global problem splits into per-cell problems that FedAvg (averaging model parameters across stations) combines into a shared network. This leakage-based formulation is what lets the authors claim a fully decentralized training phase with no channel-data exchange.
What would settle it
Train the HFL framework in an interference-limited cell-edge scenario with the leakage weights $\alpha$ and $\beta$ swept from zero to large values, and compare the resulting global communication-plus-sensing rate against centralized WMMSE; if no setting of $\alpha$ and $\beta$ reproduces centralized performance, the claim that local loss minimization controls global interference is falsified.
Extended reading notes
Core claim
The paper's central claim is that global interference control in multi-cell ISAC does not require global channel state information. The VFL framework trains each base station's local network branch while a central server evaluates the true global communication and sensing losses and feeds them back, so the stations learn to shape beams that suppress interference to other cells without exchanging channel data online. The HFL framework goes further: each station minimizes a local loss composed of its own achievable rates plus penalty terms for communication interference leakage and sensing interference leakage, defined via local channel estimates to neighboring receivers. With FedAvg-style aggregation of the model weights, the paper argues that minimizing these per-cell losses drives the global network objective to a near-optimal point, and numerical results show the HFL design closing most of the gap to centralized WMMSE while outperforming per-cell deep-learning and closed-form beamformers, especially in interference-limited regimes.
Load-bearing premise
The framework assumes that independently minimizing each base station's local loss, with its unreported leakage weights, pushes the global network objective to a near-optimal point, and that averaging the locally trained model weights converges to that solution.
Editorial extensions
If this is right
- In interference-limited deployments, the HFL design should deliver most of the interference-nulling gain of centralized coordination while requiring only local channel estimates.
- Communication overhead during training drops from uploading channel samples and beamformers (VFL) to uploading only model parameters (HFL), enabling fine-tuning or retraining in dense networks.
- The same local leakage-penalty idea can be applied when the served users or targets move, since each station can recompute its leakage terms from its own updated channels.
- Model pruning can remove 50–60% of network parameters while keeping performance near the unpruned model, making the beamforming network light enough for practical base stations.
Reading between the lines
- Inference: extending the leakage-loss idea to time-varying channels, one could periodically recompute the penalty terms from fresh local CSI and retrain only the affected base station, a possibility the paper does not explore.
- Inference: because the leakage penalties only suppress power leaked along known interfering directions, the HFL performance should degrade when the interfering channels are estimated with error; a robustness study would test this boundary.
- Inference: the same local-loss construction could transfer to other coordinated radio problems, such as pilot assignment or power control in dense cell-free networks, wherever inter-node interference can be expressed as leaked power.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes two federated-learning-based beamforming frameworks for multi-cell ISAC systems. The first, VFL-based, has base stations train local DNNs while a central server computes the global communication and sensing loss and feeds it back for local model updates. The second, HFL-based, is fully decentralized: each BS trains a shared model locally using a newly proposed interference-leakage-based loss function (21)-(22), with FedAvg aggregation. The authors claim both methods can manage inter-cell interference using only local channel information and achieve performance comparable to centralized WMMSE while significantly reducing communication overhead and computational complexity. Numerical simulations compare the proposed schemes against WMMSE, per-cell deep learning, MRT, IMT, and CBF benchmarks under various SNRs, antenna counts, and S&C tradeoff weights, and also study model pruning.
Significance. If validated, the paper would provide a practical low-overhead alternative to centralized coordinated beamforming in multi-cell ISAC, and the HFL interference-leakage loss is an interesting and potentially useful construction. The paper also gives a detailed complexity and communication-overhead analysis and includes pruning experiments, which are valuable for deployment considerations. However, the current manuscript has several load-bearing technical gaps: the VFL training procedure as described is not implementable, the sensing SINR in Eq. (7) appears inconsistent with Eq. (6), and the HFL surrogate-to-global equivalence relies on undisclosed hyperparameters. These issues must be resolved before the central claims can be considered established.
major comments (3)
- [Section II-B, Eq. (7)] The sensing SINR in Eq. (7) appears to have a factor-N_R inconsistency relative to Eq. (6). After MRC combining with v_m = b(θ_m), the signal component in Eq. (6) is N_R α_m a^H(θ_m) W_m s_m, so the signal power in the SINR expression should scale as N_R^2 ∑_k |g^H_{m,m} w_{m,k}|^2 (with g_{m,m} = α_m a(θ_m)), whereas Eq. (7) uses only a single factor N_R in the numerator and keeps σ_s^2 in the denominator. This changes the numerical radar information rates by a factor of N_R (about 7.8 dB for N_R=6) and may therefore alter the reported sensing performance and the conclusions drawn from Figs. 5(b) and 8.
- [Section III-C, Step 4 and Eq. (18)] The VFL backward-propagation step is not well-defined. The paper states that each BS receives the global loss scalar and then performs individual backpropagation using the chain rule (Eq. (18)). However, the gradient ∂ℓ/∂ω_m of the global loss with respect to local parameters depends on ∂ℓ/∂W_m, which requires knowledge of all cross-cell channels (e.g., h_{n,m,k} for n≠m) and the beamformers of other BSs. A scalar global loss value does not provide this derivative information. To make the VFL procedure implementable, the server would need to transmit the gradient of the global loss with respect to each local output matrix W_m (or an equivalent error signal) to each BS, or the paper must explain how the local BS can compute the gradient without this information.
- [Section IV-B, Eqs. (21)-(22) and (25)] The central claim for the HFL framework rests on the assertion in Section IV-B that minimizing the local losses (21)-(22) leads to the minimization of the global loss (25), and hence solves the original problem (9). The local losses replace the actual SINR expressions, which contain inter-cell interference, with interference-free local SINRs plus leakage penalties weighted by α and β. There is no analytical characterization of the relationship between the surrogate (25) and the original objective (9); the paper only states that simulations verify the effectiveness. Moreover, the values of α and β used in Section V are never disclosed, and no sensitivity analysis is provided. Without these, the reported 'performance comparable to centralized methods' could be a tuning artifact of unreported hyperparameters rather than a robust property of the proposed method.
minor comments (5)
- [Section IV-A, Eq. (21)] In Eq. (21), the CIL penalty term is written as ∑_{n≠m} ∑_{i=1}^K |h^H_{m,n,i} w_{m,k}|^2, which is inconsistent with the definition of CIL in Eq. (19) where the beamforming matrix W_m appears. As written, the index k is free and the sum over k is missing. Please correct the expression, for example to ∑_{n≠m} ∑_{i=1}^K ∑_{k=1}^K |h^H_{m,n,i} w_{m,k}|^2.
- [Algorithm 1 and Algorithm 2] The line 'W∗_m = f([H_m, G_m]; ω∗), ∀m ⊂ M' uses the subset symbol ⊂ instead of the membership symbol ∈; the correct form is ∀m ∈ M.
- [Section III-C, Eq. (18)] There is a notation inconsistency between ω and w: Eq. (18) writes ω_m^{(T+1)} = w_m^{(T)} − η∇ℓ, where the right-hand side uses w instead of ω. This should be ω_m^{(T)} for clarity.
- [Table II] In the provided text, Table II is not formatted correctly: the HFL row contains running text instead of a complexity expression, and the table appears incomplete. Please provide a clean table with the computational complexities for all three methods.
- [Section V-A and V-B] The benchmarks are not fully specified: for WMMSE, the authors cite [16] but do not describe how the communication-only WMMSE is extended to the ISAC objective (9) with the sensing rate; for the per-cell DL benchmark in Fig. 5(b), the network architecture and training details are not given. Adding these details would improve reproducibility.
Circularity Check
No circularity in the HFL/VFL derivation: performance is checked against external benchmarks; the heuristic surrogate loss and undisclosed α/β are robustness concerns, not circular reductions.
full rationale
The central derivation is not circular. The global objective (9) is defined from the true SINRs (3) and (7), which include inter-cell interference terms. The HFL method replaces these with a deliberately different local surrogate (21)-(22): interference-free local SINRs plus leakage penalties αΣ|h^H_{m,n,i}W_m|^2 and βΣ|g^H_{m,n}W_m|^2. The paper does not claim this surrogate is equivalent to (9); instead it states 'It can be verified through simulations that optimizing loss function (21) and (22) can achieve a good performance when the interference caused to the mth cell is eliminated by other BSs' (Section IV-A). That is an empirical validation against external benchmarks (WMMSE [16], per-cell DL [21], MRT [45], IMT [46], CBF [34]), so the performance claim is independently testable. The leakage-penalty construction follows [41], which shares an author with the present paper, but the paper cites it as a published 'workaround' and the leakage channels used in (19)-(20) are part of the local CSI model, not an output of this paper. The VFL branch similarly computes the true global loss (14)-(15) at the server and is therefore not self-definitional. The main weaknesses are not circularity: α and β are never disclosed in Section V, and the statement that minimizing local losses minimizes the global loss (Section IV-B) is asserted without a convergence or optimality bound. These are reproducibility and robustness concerns, not reductions of the predicted performance to the fitted inputs.
Assumptions & free parameters
free parameters (2)
- α (CIL weighting factor) =
not reported
- β (SIL weighting factor) =
not reported
assumptions (5)
- domain assumption Radar information rate equals log2(1 + sensing SINR)
- domain assumption Self-interference at each BS can be perfectly canceled
- domain assumption Minimizing local HFL losses minimizes the global objective
- domain assumption Accurate CSI is available at BSs
- domain assumption Neural networks can represent the optimal beamforming mapping
Cite this review
Pith. "Pith review of Federated Learning Strategies for Coordinated Beamforming in Multicell ISAC." pith.science (2026). https://pith.science/paper/E744SZLX
@misc{pith2026250116951,
author = {Pith},
title = {Pith review of: Federated Learning Strategies for Coordinated Beamforming in Multicell ISAC},
year = {2026},
howpublished = {\url{https://pith.science/paper/E744SZLX}},
note = {Machine review of arXiv:2501.16951}
}
read the original abstract
We propose two cooperative beamforming frameworks based on federated learning (FL) for multi-cell integrated sensing and communications (ISAC) systems. Our objective is to address the following dilemma in multicell ISAC: 1) Beamforming strategies that rely solely on local channel information risk generating significant inter-cell interference (ICI), which degrades network performance for both communication users and sensing receivers in neighboring cells; 2) conversely centralized beamforming strategies can mitigate ICI by leveraging global channel information, but they come with substantial transmission overhead and latency that can be prohibitive for latency-sensitive and source-constrained applications. To tackle these challenges, we first propose a partially decentralized training framework motivated by the vertical federated learning (VFL) paradigm. In this framework, the participating base stations (BSs) collaboratively design beamforming matrices under the guidance of a central server. The central server aggregates local information from the BSs and provides feedback, allowing BSs to implicitly manage ICI without accessing the global channel information. To make the solution scalable for densely deployed wireless networks, we take further steps to reduce communication overhead by presenting a fully decentralized design based on the horizontal federated learning (HFL). Specifically, we develop a novel loss function to control the interference leakage power, enabling a more efficient training process by entirely eliminating local channel information exchange. Numerical results show that the proposed solutions can achieve significant performance improvements comparable to the benchmarks in terms of both communication and radar information rates.
Figures
Figures from the paper (6 more)
Forward citations
Cited by 1 Pith paper
-
Deep Learning-based Techniques for Integrated Sensing and Communication Systems: State-of-the-Art, Challenges, and Opportunities
A systematic review of deep learning techniques for integrated sensing and communication (ISAC), spanning waveform design, beamforming, channel estimation, and receivers.
Reference graph
Works this paper leans on
-
[1]
Joint radar and communication design: Applications, state-of-the-art, and the road ahead,
F. Liu, C. Masouros, A. P. Petropulu, H. Griffiths, and L. Hanzo, “Joint radar and communication design: Applications, state-of-the-art, and the road ahead,” IEEE Transactions on Communications, vol. 68, no. 6, pp. 3834–3862, 2020
2020
-
[2]
An overview of signal processing techniques for joint communication and radar sensing,
J. A. Zhang, F. Liu, C. Masouros, R. W. Heath, Z. Feng, L. Zheng, and A. Petropulu, “An overview of signal processing techniques for joint communication and radar sensing,” IEEE Journal of Selected Topics in Signal Processing, vol. 15, no. 6, pp. 1295–1315, 2021. 13
work page 2021
-
[3]
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 journal on selected areas in communications, vol. 40, no. 6, pp. 1728–1767, 2022
2022
-
[4]
Cooperative ISAC networks: Performance analysis, scaling laws and optimization,
K. Meng, C. Masouros, A. P. Petropulu, and L. Hanzo, “Cooperative ISAC networks: Performance analysis, scaling laws and optimization,” IEEE Transactions on Wireless Communications , 2024
work page 2024
-
[5]
Sensing-assisted communication in vehicular networks with intelligent surface,
K. Meng, Q. Wu, W. Chen, and D. Li, “Sensing-assisted communication in vehicular networks with intelligent surface,” IEEE Transactions on Vehicular Technology, vol. 73, no. 1, pp. 876–893, 2024
work page 2024
-
[6]
To- ward dual-functional radar-communication systems: Optimal waveform design,
F. Liu, L. Zhou, C. Masouros, A. Li, W. Luo, and A. Petropulu, “To- ward dual-functional radar-communication systems: Optimal waveform design,” IEEE Transactions on Signal Processing , vol. 66, no. 16, pp. 4264–4279, 2018
2018
-
[7]
Joint transmit beamforming for multiuser MIMO communications and MIMO radar,
X. Liu, T. Huang, N. Shlezinger, Y . Liu, J. Zhou, and Y . C. Eldar, “Joint transmit beamforming for multiuser MIMO communications and MIMO radar,” IEEE Transactions on Signal Processing, vol. 68, pp. 3929–3944, 2020
2020
-
[8]
Low-complexity beamformer design for joint radar and communications systems,
F. Dong, W. Wang, Z. Hu, and T. Hui, “Low-complexity beamformer design for joint radar and communications systems,” IEEE Communi- cations Letters, vol. 25, no. 1, pp. 259–263, 2020
work page 2020
Show all 47 references
-
[9]
Cram ´er-rao bound optimization for joint radar-communication beamforming,
F. Liu, Y .-F. Liu, A. Li, C. Masouros, and Y . C. Eldar, “Cram ´er-rao bound optimization for joint radar-communication beamforming,” IEEE Transactions on Signal Processing , vol. 70, pp. 240–253, 2021
2021
-
[10]
Optimal transmit beamforming for integrated sensing and communication,
H. Hua, J. Xu, and T. X. Han, “Optimal transmit beamforming for integrated sensing and communication,” IEEE Transactions on Vehicular Technology, vol. 72, no. 8, pp. 10 588–10 603, 2023
2023
-
[11]
A framework for mutual information-based MIMO integrated sensing and communication beam- forming design,
J. Li, G. Zhou, T. Gong, and N. Liu, “A framework for mutual information-based MIMO integrated sensing and communication beam- forming design,” IEEE Transactions on Vehicular Technology, 2024
2024
-
[12]
Network-level inte- grated sensing and communication: Interference management and BS coordination using stochastic geometry,
K. Meng, C. Masouros, G. Chen, and F. Liu, “Network-level inte- grated sensing and communication: Interference management and BS coordination using stochastic geometry,” IEEE Transactions on Wireless Communications, p. early access, 2024
2024
-
[13]
Cooperative ISAC networks: Opportunities and challenges,
K. Meng, C. Masouros, A. P. Petropulu, and L. Hanzo, “Cooperative ISAC networks: Opportunities and challenges,” IEEE Wireless Commu- nications, 2024
2024
-
[14]
Precoding for multi-cell ISAC: from coordinated beamforming to coordinated multipoint and bi-static sensing,
N. Babu, C. Masouros, C. B. Papadias, and Y . C. Eldar, “Precoding for multi-cell ISAC: from coordinated beamforming to coordinated multipoint and bi-static sensing,” arXiv preprint arXiv:2402.18387 , 2024
2024 arXiv
-
[15]
Low-complexity transmit antenna selection and beamforming for large-scale MIMO communications,
K. Qian, W.-Q. Wang, and H. Shao, “Low-complexity transmit antenna selection and beamforming for large-scale MIMO communications,” International Journal of Antennas and Propagation , vol. 2014, no. 1, p. 159375, 2014
2014
-
[16]
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 Transactions on Signal Processing, vol. 59, no. 9, pp. 4331–4340, 2011
2011
-
[17]
Mutual information-based integrated sensing and communications: A wmmse framework,
Y . Peng, S. Yang, W. Lyu, Y . Li, H. He, Z. Zhang, and C. Assi, “Mutual information-based integrated sensing and communications: A wmmse framework,” IEEE Wireless Communications Letters , 2024
2024
-
[18]
Twenty- five years of advances in beamforming: From convex and nonconvex optimization to learning techniques,
A. M. Elbir, K. V . Mishra, S. A. V orobyov, and R. W. Heath, “Twenty- five years of advances in beamforming: From convex and nonconvex optimization to learning techniques,” IEEE Signal Processing Magazine, vol. 40, no. 4, pp. 118–131, 2023
2023
-
[19]
Learning to optimize: Training deep neural networks for interference management,
H. Sun, X. Chen, Q. Shi, M. Hong, X. Fu, and N. D. Sidiropoulos, “Learning to optimize: Training deep neural networks for interference management,” IEEE Transactions on Signal Processing, vol. 66, no. 20, pp. 5438–5453, 2018
2018
-
[20]
A deep learning framework for optimization of MISO downlink beam- forming,
W. Xia, G. Zheng, Y . Zhu, J. Zhang, J. Wang, and A. P. Petropulu, “A deep learning framework for optimization of MISO downlink beam- forming,” IEEE Transactions on Communications , vol. 68, no. 3, pp. 1866–1880, 2019
2019
-
[21]
Unsu- pervised learning-based fast beamforming design for downlink MIMO,
H. Huang, W. Xia, J. Xiong, J. Yang, G. Zheng, and X. Zhu, “Unsu- pervised learning-based fast beamforming design for downlink MIMO,” IEEE Access, vol. 7, pp. 7599–7605, 2018
2018
-
[22]
Beamforming design for large-scale antenna arrays using deep learning,
T. Lin and Y . Zhu, “Beamforming design for large-scale antenna arrays using deep learning,” IEEE Wireless Communications Letters , vol. 9, no. 1, pp. 103–107, 2019
2019
-
[23]
Unsuper- vised deep learning for massive MIMO hybrid beamforming,
H. Hojatian, J. Nadal, J.-F. Frigon, and F. Leduc-Primeau, “Unsuper- vised deep learning for massive MIMO hybrid beamforming,” IEEE Transactions on Wireless Communications , vol. 20, no. 11, pp. 7086– 7099, 2021
2021
-
[24]
Deep neural networks: A promising tool for fault characteristic mining and intelligent diagnosis of rotating machinery with massive data,
F. Jia, Y . Lei, J. Lin, X. Zhou, and N. Lu, “Deep neural networks: A promising tool for fault characteristic mining and intelligent diagnosis of rotating machinery with massive data,” Mechanical systems and signal processing, vol. 72, pp. 303–315, 2016
2016
-
[25]
Learning to precode for integrated sensing and communication systems,
R. P. Sankar, S. S. Nair, S. Doshi, and S. P. Chepuri, “Learning to precode for integrated sensing and communication systems,” in 2023 31st European Signal Processing Conference (EUSIPCO). IEEE, 2023, pp. 695–699
2023
-
[26]
Communication-efficient learning of deep networks from decentralized data,
B. McMahan, E. Moore, D. Ramage, S. Hampson, and B. A. y Arcas, “Communication-efficient learning of deep networks from decentralized data,” in Artificial intelligence and statistics . PMLR, 2017, pp. 1273– 1282
2017
-
[27]
Distributed learning in wireless networks: Recent progress and future challenges,
M. Chen, D. G ¨und¨uz, K. Huang, W. Saad, M. Bennis, A. V . Feljan, and H. V . Poor, “Distributed learning in wireless networks: Recent progress and future challenges,” IEEE Journal on Selected Areas in Communications, vol. 39, no. 12, pp. 3579–3605, 2021
2021
-
[28]
Federated learning for hybrid beamforming in mm-wave massive MIMO,
A. M. Elbir and S. Coleri, “Federated learning for hybrid beamforming in mm-wave massive MIMO,” IEEE Communications Letters , vol. 24, no. 12, pp. 2795–2799, 2020
2020
-
[29]
Federated learning for channel estimation in conventional and ris-assisted massive MIMO,
——, “Federated learning for channel estimation in conventional and ris-assisted massive MIMO,” IEEE transactions on wireless communi- cations, vol. 21, no. 6, pp. 4255–4268, 2021
2021
-
[30]
Federated learning for physical layer design,
A. M. Elbir, A. K. Papazafeiropoulos, and S. Chatzinotas, “Federated learning for physical layer design,” IEEE Communications Magazine , vol. 59, no. 11, pp. 81–87, 2021
2021
-
[31]
Model-driven federated learning for channel estimation in millimeter-wave massive MIMO systems,
Q. Yi, P. Yang, Z. Liu, Y . Huang, and S. Zammit, “Model-driven federated learning for channel estimation in millimeter-wave massive MIMO systems,” in 2024 IEEE Wireless Communications and Network- ing Conference (WCNC) . IEEE, 2024, pp. 1–6
2024
-
[32]
Fast beamforming design via deep learning,
H. Huang, Y . Peng, J. Yang, W. Xia, and G. Gui, “Fast beamforming design via deep learning,” IEEE Transactions on Vehicular Technology, vol. 69, no. 1, pp. 1065–1069, 2019
2019
-
[33]
Federated learning for precoding design in cell-free massive MIMO systems,
D. Wang, M. Tao, X. Zeng, and J. Liang, “Federated learning for precoding design in cell-free massive MIMO systems,” IEEE Open Journal of the Communications Society , 2023
2023
-
[34]
Cell-free ISAC MIMO sys- tems: Joint sensing and communication beamforming,
U. Demirhan and A. Alkhateeb, “Cell-free ISAC MIMO sys- tems: Joint sensing and communication beamforming,” arXiv preprint arXiv:2301.11328, 2023
2023 arXiv
-
[35]
On probing signal design for MIMO radar,
P. Stoica, J. Li, and Y . Xie, “On probing signal design for MIMO radar,” IEEE Transactions on Signal Processing, vol. 55, no. 8, pp. 4151–4161, 2007
2007
-
[36]
MIMO radar waveform design based on mutual information and minimum mean-square error estimation,
Y . Yang and R. S. Blum, “MIMO radar waveform design based on mutual information and minimum mean-square error estimation,” IEEE Transactions on Aerospace and electronic systems , vol. 43, no. 1, pp. 330–343, 2007
2007
-
[37]
Multilayer feedforward networks are universal approximators,
K. Hornik, M. Stinchcombe, and H. White, “Multilayer feedforward networks are universal approximators,” Neural networks, vol. 2, no. 5, pp. 359–366, 1989
1989
-
[38]
Rectifier nonlinearities improve neural network acoustic models,
A. L. Maas, A. Y . Hannun, A. Y . Ng et al. , “Rectifier nonlinearities improve neural network acoustic models,” in Proc. icml, vol. 30, no. 1. Atlanta, GA, 2013, p. 3
2013
-
[39]
Backpropagation and stochastic gradient descent method,
S.-i. Amari, “Backpropagation and stochastic gradient descent method,” Neurocomputing, vol. 5, no. 4-5, pp. 185–196, 1993
1993
-
[40]
Iterative algorithm induced deep-unfolding neural networks: Precoding design for mul- tiuser MIMO systems,
Q. Hu, Y . Cai, Q. Shi, K. Xu, G. Yu, and Z. Ding, “Iterative algorithm induced deep-unfolding neural networks: Precoding design for mul- tiuser MIMO systems,” IEEE Transactions on Wireless Communications, vol. 20, no. 2, pp. 1394–1410, 2020
2020
-
[41]
Multi-cell coordinated joint sensing and communications,
N. Babu and C. Masouros, “Multi-cell coordinated joint sensing and communications,” in 2023 57th Asilomar Conference on Signals, Sys- tems, and Computers . IEEE, 2023, pp. 763–767
2023
-
[42]
On the convergence of fedavg on non-iid data,
X. Li, K. Huang, W. Yang, S. Wang, and Z. Zhang, “On the convergence of fedavg on non-iid data,” arXiv preprint arXiv:1907.02189 , 2019
1907 arXiv
-
[43]
Deep learning methods for universal miso beamforming,
J. Kim, H. Lee, S.-E. Hong, and S.-H. Park, “Deep learning methods for universal miso beamforming,” IEEE Wireless Communications Letters , vol. 9, no. 11, pp. 1894–1898, 2020
2020
-
[44]
Adam: A method for stochastic optimization,
D. P. Kingma and J. Ba, “Adam: A method for stochastic optimization,” arXiv preprint arXiv:1412.6980 , 2014
2014 arXiv
-
[45]
Massive MIMO linear precoding: A survey,
N. Fatema, G. Hua, Y . Xiang, D. Peng, and I. Natgunanathan, “Massive MIMO linear precoding: A survey,”IEEE systems journal, vol. 12, no. 4, pp. 3920–3931, 2017
2017
-
[46]
Distributed beamforming coordination in multicell MIMO channels,
R. Zakhour, Z. K. Ho, and D. Gesbert, “Distributed beamforming coordination in multicell MIMO channels,” in VTC Spring 2009-IEEE 69th Vehicular Technology Conference. IEEE, 2009, pp. 1–5
2009
-
[47]
Learning both weights and con- nections for efficient neural network,
S. Han, J. Pool, J. Tran, and W. Dally, “Learning both weights and con- nections for efficient neural network,” Advances in neural information processing systems, vol. 28, 2015
2015
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.