REVIEW 4 major objections 6 minor 13 references
Diffusion Model for Multiple Antenna Communications
T0 review · 4 major / 6 minor · reviewed 2026-08-09 · deepseek-v4-flash
Pith's one-line read The paper argues that diffusion models outperform both traditional AI and conventional optimization for multiple-antenna tasks under strong noise and interference, and demonstrates this on a beamforming case study.
desk verdict A useful taxonomy and framework for diffusion models in multi-antenna systems, but the case study doesn't isolate the claimed exploration benefit. 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 engine is the conditional diffusion model, which defines a forward process that adds Gaussian noise to an action and a reverse process in which a noise-prediction DNN gradually denoises, conditioned on the state, to sample from an approximation of $p(\text{action} \mid \text{state})$. The trained object is therefore a stochastic policy rather than a deterministic mapping. The paper's task taxonomy is the other load-bearing piece: classifying tasks as generation or decision-making determines whether the value of the diffusion model comes from distribution modeling, from action exploration, or from both. In the beamforming case study, the noise-prediction DNN is instantiated as either a fully-connected network or a graph neural network.
What would settle it
Re-run the four-user beamforming case study at high channel correlation, such as 0.98, twice per architecture: once with normal reverse-process sampling and once with the injected noise removed at inference so the diffusion model outputs its mean action. If the SE ratio of the diffusion model drops to the level of the standalone FNN or GNN, the gain is caused by stochastic exploration; if it stays high, the gain comes from distribution modeling, which would contradict the paper's stated explanation.
Extended reading notes
Core claim
The paper's central claim is that a diffusion model trained to generate actions from states learns non-deterministic policies better than traditional AI, which outputs one action per state, and better than conventional optimization, which relies on simplified distributional assumptions. The mechanism is the reverse diffusion process: starting from noise and adding noise at each denoising step lets the model represent a full conditional distribution of good actions, and lets it jump out of local optima in non-convex problems such as multiuser beamforming under interference. The paper also claims that this is why diffusion models are well-suited to strong noise and interference, for both decision-making and generation tasks.
Load-bearing premise
The paper assumes that the reverse diffusion process samples from the set of near-optimal actions rather than a blurred or averaged policy, and that the beamforming gains come from this exploration; no experiment isolates exploration from distribution modeling.
Editorial extensions
If this is right
- Diffusion-based policies should outperform deterministic neural policies for beamforming, with the margin growing as user channels become more correlated.
- In generation tasks, diffusion models should yield more accurate channel estimates and signal detection from limited or noisy pilots than traditional estimators.
- In decision-making tasks, adding reverse-process noise is presented as an exploration mechanism that helps escape local optima in non-convex resource allocation and beamforming.
- A unified training framework with four training methods covers supervised, model-based and model-free unsupervised, and reinforcement-learning settings for the same diffusion-model architecture.
- Emerging multi-antenna technologies such as near-field communications, STAR-RIS, and continuous aperture arrays are identified as natural next targets, since they add non-determinism from phase ambiguity, channel non-stationarity, and compressed measurements.
Reading between the lines
- If the exploration explanation is right, inference-time behavior should show a diversity benefit: sampling multiple reverse trajectories for the same channel should produce multiple distinct high-performing beamforming matrices, whereas a deterministic network produces one; the paper does not report such a test.
- The reported gain could be re-framed as a stochastic-sampling or ensemble effect rather than a fundamentally new optimization mechanism; a fair comparison would match the number of denoising steps against an ensemble of deterministic networks with the same backbone.
- The same framework suggests a concrete recipe for other ill-posed inverse problems in wireless, such as channel prediction or DoA estimation with ambiguous phase, where the relevant object is a distribution of plausible reconstructions rather than a single estimate.
- A testable extension is to measure whether exploration helps most at the correlation values where the action set is multi-modal, such as near-identical user channels, which would confirm or refute the paper's explanation.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a unified framework for applying diffusion models (DMs) to multiple-antenna communication tasks, dividing tasks into generation and decision-making categories. It argues that DMs outperform traditional AI and conventional optimization in strong-noise and strong-interference scenarios because they model complex conditional distributions and, in decision-making tasks, can explore better actions in non-convex problems. The paper describes supervised, model-based/model-free unsupervised, and reinforcement learning training methods; reviews generation tasks (channel estimation, signal detection) and decision-making tasks (beamforming, beam training, resource allocation); outlines applications to near-field, STAR-RIS, CAPA, and other emerging technologies; and presents a beamforming case study (Fig. 3) comparing DM(FNN) and DM(GNN) against FNN and GNN baselines.
Significance. The paper makes a useful organizing contribution: the generation/decision-making dichotomy is simple, and the mapping of channel estimation, signal detection, beamforming, beam training, and resource allocation onto that dichotomy is clear and pedagogically valuable. The case study uses a sensible metric (SE ratio relative to WMMSE) and includes both FNN and GNN backbones, with the GNN designed to exploit permutation symmetry, which is a good design choice. If the quantitative claims were properly supported, the paper would provide a valuable tutorial and a strong motivation for DM-based wireless policies. At present, however, the central mechanistic claim ('exploring better actions') is not isolated by the experiments, and the missing experimental details prevent reproducible verification. The paper's breadth is a strength, but the evidence bar for its central superiority claim should match the strength of the claim.
major comments (4)
- [Section IV-A and Fig. 3] The headline comparison is not an isolated test of the paper's exploration claim. The DM and baseline pairs differ simultaneously in training objective (noise prediction versus direct mapping), inference-time stochastic sampling, noise schedule, and likely optimization hyperparameters and network capacity. The manuscript does not state how many reverse-diffusion samples are drawn per channel at inference, whether the best SE across samples is selected, or whether the same training epochs, learning rate, batch size, and data splits are used for all four architectures. If best-of-many samples are selected, the gain over a deterministic FNN/GNN could be an ensemble or search effect available to any stochastic policy. Please provide the full experimental protocol and an ablation that equalizes the sampling budget and isolates the diffusion-specific component (e.g., one sample per channel, or a stochastic MLP with the same number of forward passes).
- [Section II-C and Section IV-A] The statement that 'By starting with noise and adding noise on each reverse step, the DM can jump out of local optimal solutions to explore better actions' is an assertion, not a demonstrated property. The reverse process is a sampler for the learned conditional distribution; without an additional argument or empirical measurement, there is no reason to expect samples to be better than the training targets or to escape local optima. The paper itself acknowledges in Section VI that theoretical understanding is limited. To support the mechanism, please provide sample-level evidence (e.g., histograms of actions, diversity metrics, or the distribution of output power allocations for the identical-user case) or a formal statement of the conditions under which reverse diffusion explores multiple modes of p(action|state).
- [Section IV-A, Fig. 3] The quantitative demonstration lacks variability measures and scope. No error bars, confidence intervals, or multiple random trials are reported, and the only operating point is 8 BS antennas, 4 users, and 10 dB SNR. Since the abstract and Section II-C claim superiority 'especially in scenarios with strong interference and noise,' the simulation should include at least one sensitivity analysis (e.g., varying correlation, SNR, or number of users) with repeated trials, and the reported curves should indicate the spread across runs. This is necessary for the reader to assess whether the DM advantage is significant or within run-to-run variation.
- [Section II-A2] The model-based unsupervised training method is too vague to reproduce. The sentence 'a better action is firstly updated with gradient descent' does not specify the initialization, the objective with respect to which the gradient is taken, or how the gradient is propagated through the DM's forward diffusion process. Since the beamforming case study uses this training paradigm, please give the exact loss function, the update rule for the action, and the constraint-handling procedure (e.g., normalization or the dual-problem formulation).
minor comments (6)
- [Section I] 'variational encoder (V AE)' should be 'variational autoencoder (VAE)'.
- [References] Reference [8] lists 'NeuIPS'; the correct venue spelling is 'NeurIPS'.
- [Section V-D] Please use uppercase 'THz' instead of 'Thz' in 'Thz communications' and elsewhere.
- [Figure 1 caption] The caption contains a non-standard full-width colon (':') and a stray spacing; please format the caption consistently.
- [Section IV-A] Please define the channel correlation parameter precisely: the current text states that the channel vector is a weighted sum of a common and a per-user Rayleigh term, but does not specify how the 'weighting factor' maps to the reported correlation values (0.0, 0.3, ..., 0.99).
- [Fig. 3] It would help to include the WMMSE spectral efficiency as a horizontal reference line (100% in SE ratio) so the reader can see the absolute performance of all learned policies, not only their relative ordering.
Circularity Check
No load-bearing circularity: the beamforming case study is an external benchmark comparison, and the self-citations are background references only.
full rationale
The paper's central demonstration, the beamforming case study in Section IV-A, is an external empirical comparison of DM (GNN) and DM (FNN) against standalone GNN, FNN, and WMMSE baselines using an independently defined SE-ratio metric. No parameter is fitted to the reported comparison and then relabeled as a prediction; the measured gains are obtained against external baselines. The self-citations ([2], [5], [13]) are used for background statements about diffusion-model tutorials, generative AI for mobile communications, and GNN architecture design; none is invoked as a uniqueness theorem, none forbids alternative architectures, and none supplies the measured SE values. The claimed 'exploring better actions' mechanism (Sections II-C and IV-A) is asserted rather than derived, and Section VI explicitly concedes 'limited theoretical analysis to explain their effectiveness or guarantee performance'; an unsupported mechanism is an evidence or correctness limitation, not a circular reduction. The generation-versus-decision taxonomy is an organizing framework rather than an input fed back into its own conclusion. No equation or fitted value in the paper reduces by construction to its own input, so no specific circular step can be quoted.
Assumptions & free parameters
free parameters (1)
- Case-study training hyperparameters (learning rate, epochs, batch size, diffusion steps, noise schedule, network widths)
assumptions (4)
- domain assumption Diffusion models trained with a denoising objective approximate the conditional action distribution p(a|s) in the beamforming case.
- domain assumption The optimal multiuser beamforming matrix has the solution structure of Björnson et al. [11], so learning only the power allocation is sufficient.
- ad hoc to paper The two-category split into generation and decision-making tasks, based on whether system parameters are optimized, is exhaustive and useful.
- standard math DDPM training (Ho et al. [8]) makes the reverse process converge to the data distribution.
Cite this review
Pith. "Pith review of Diffusion Model for Multiple Antenna Communications." pith.science (2026). https://pith.science/paper/H7QHIT5A
@misc{pith2026250201841,
author = {Pith},
title = {Pith review of: Diffusion Model for Multiple Antenna Communications},
year = {2026},
howpublished = {\url{https://pith.science/paper/H7QHIT5A}},
note = {Machine review of arXiv:2502.01841}
}
read the original abstract
The potential of applying diffusion models (DMs) for multiple antenna communications is discussed. A unified framework of applying DM for multiple antenna tasks is first proposed. Then, the tasks are innovatively divided into two categories, i.e., decision-making tasks and generation tasks, depending on whether an optimization of system parameters is involved. For each category, it is conceived 1) how the framework can be used for each task and 2) why the DM is superior to traditional artificial intelligence (TAI) and conventional optimization tasks. It is highlighted that the DMs are well-suited for scenarios with strong interference and noise, excelling in modeling complex data distribution and exploring better actions. A case study of learning beamforming with a DM is then provided, to demonstrate the superiority of the DMs with simulation results. Finally, the applications of DM for emerging multiple antenna technologies and promising research directions are discussed.
Figures
Reference graph
Works this paper leans on
-
[1]
Near-field communications: A comprehensive survey,
Y . Liu, C. Ouyang, Z. Wang, J. Xu, X. Mu, and A. L. Swindlehurst, “Near-field communications: A comprehensive survey,” IEEE Commun. Surveys Tuts., 2024, Early access
work page 2024
-
[2]
H. Du, R. Zhang, Y . Liu et al., “Enhancing deep reinforcement learning: A tutorial on generative diffusion models in network optimization,”IEEE Commun. Surveys Tuts. , vol. 26, no. 4, pp. 2611–2646, 2024
work page 2024
-
[3]
Generative vs. Discriminative modeling under the lens of uncertainty quantification
E. Argouarc’h, F. Desbouvries, E. Barat et al. , “Generative vs. dis- criminative modeling under the lens of uncertainty quantification,” arXiv:2406.09172, 2024
work page Pith review arXiv 2024
-
[4]
Policy representation via diffusion probability model for reinforcement learning,
L. Yang, Z. Huang, F. Lei, Y . Zhong, Y . Yang, C. Fang, S. Wen, B. Zhou, and Z. Lin, “Policy representation via diffusion probability model for reinforcement learning,” arXiv:2305.13122, 2023
arXiv 2023
-
[5]
Generative artificial intelligence for mobile communications: A diffusion model perspective,
X. Xu, X. Mu, Y . Liu et al., “Generative artificial intelligence for mobile communications: A diffusion model perspective,” IEEE Commun. Mag. , 2024, Early access
work page 2024
-
[6]
Learning-based signal detection for MIMO systems with unknown noise statistics,
K. He, L. He, L. Fan et al., “Learning-based signal detection for MIMO systems with unknown noise statistics,” IEEE Trans. Commun. , vol. 69, no. 5, pp. 3025–3038, 2021
work page 2021
-
[7]
J. Wang, H. Du, D. Niyato et al., “Generative AI for integrated sensing and communication: Insights from the physical layer perspective,” IEEE Wireless Commun., vol. 31, no. 5, pp. 246–255, Oct. 2024
work page 2024
-
[8]
Denoising diffusion probabilistic models,
J. Ho, A. Jain, and P. Abbeel, “Denoising diffusion probabilistic models,” NeuIPS, 2020
work page 2020
Show all 13 references
-
[9]
Learning optimal resource allocations in wireless systems,
M. Eisen, C. Zhang, L. F. O. Chamon et al., “Learning optimal resource allocations in wireless systems,” IEEE Trans. Signal Process. , vol. 67, no. 10, pp. 2775–2790, May 2019
2019
-
[10]
Optimizing wireless systems using unsupervised and reinforced-unsupervised deep learning,
D. Liu, C. Sun, C. Yang et al. , “Optimizing wireless systems using unsupervised and reinforced-unsupervised deep learning,” IEEE Netw., vol. 34, no. 4, pp. 270–277, Feb. 2020
2020
-
[11]
Optimal multiuser trans- mit beamforming: A difficult problem with a simple solution structure,
E. Bj ¨ornson, M. Bengtsson, and B. Ottersten, “Optimal multiuser trans- mit beamforming: A difficult problem with a simple solution structure,” IEEE Signal Process. Mag. , vol. 31, no. 4, pp. 142–148, July 2014
2014
-
[12]
Electromagnetic property sensing based on diffusion model in ISAC system,
Y . Jiang, F. Gao, S. Jin, and T. J. Cui, “Electromagnetic property sensing based on diffusion model in ISAC system,”IEEE Trans. Wireless Commun., 2024, Early access
2024
-
[13]
Multidimensional graph neural networks for wireless communications,
S. Liu, J. Guo, and C. Yang, “Multidimensional graph neural networks for wireless communications,” IEEE Trans. Wireless Commun. , vol. 23, no. 4, pp. 3057–3073, April 2024. Jia Guo (Member, IEEE) is currently a Postdoctoral Researcher with Queen Mary University of London, U.K....
2024
Reviewed August 9, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.