---
title: mmWave-Diffusion in Wireless Systems
url: https://www.emergentmind.com/topics/mmwave-diffusion
type: topic
---

# mmWave-Diffusion in Wireless Systems

Searching arXiv for recent papers on “mmWave-Diffusion” and closely related diffusion-based mmWave methods.
mmWave-Diffusion is an umbrella expression used in several distinct strands of millimeter-wave research. In one strand, it denotes diffusion-model-based inference for channel estimation, beam management, radar enhancement, anomaly localization, RF heatmap synthesis, and physiological sensing. In another, it refers to physical diffusion phenomena—diffuse scattering, diffuse multipath, and two-wave-with-diffuse-power fading—that become prominent because short wavelengths, large apertures, and rough surfaces make mmWave propagation highly sensitive to blockage, surface texture, and off-specular energy. A further usage appears in vehicular networking, where “diffusion” denotes the early adoption phase of mmWave-equipped vehicles rather than a generative model [2511.01867][2603.20700][1905.08295][1810.11211].

## 1. Terminology and scope

The literature does not use mmWave-Diffusion to denote a single standardized framework. Instead, the term spans learned generative methods, physical-wave scattering models, and, in V2X, deployment-stage analysis. This overloading is technically important because the mathematical object called “diffusion” changes across papers: stochastic or deterministic reverse-time generative processes in some works, and angular-delay spreading induced by rough surfaces or random media in others.

| Usage of “diffusion” | Technical object | Representative examples |
|---|---|---|
| Generative diffusion | Score-based, latent, or discrete denoising model | DiffPace [2511.01867], respiration sensing [2603.20700], beam candidate generation [2604.08197] |
| Physical diffusion | Diffuse scattering, diffuse multipath, diffuse power | RT-ICM [1905.08295], FDTD rough-slab modeling [2008.01688], TWDP fading [1804.03417] |
| Adoption diffusion | Early penetration of mmWave-equipped vehicles | Distributed A3C relay formation [1810.11211] |

A useful organizing distinction is between *distribution learning* and *propagation diffusion*. The former learns a conditional prior over channels, radar spectra, point clouds, or RF heatmaps. The latter models how energy spreads in angle, delay, frequency, or space because of roughness, clutter, and multipath. This suggests that mmWave-Diffusion is best understood as a family of methods for recovering latent structure from measurements whose statistics are strongly shaped by sparse but non-ideal propagation.

## 2. Diffusion-model priors for communication-side inference

In mmWave and THz UM-MIMO channel estimation, the main inverse problem is severely underdetermined because hybrid beamforming compresses observations through a limited number of RF chains. DiffPace formulates the beamspace problem as
$$
y=\mathrm{vec}(Y)=\Phi h+n,
$$
learns a score-based diffusion prior over HPSM channels, and injects that prior into a plug-and-play solver for MAP-like reconstruction [2511.01867]. Its central premise is that predefined sparsifying dictionaries cannot faithfully capture hybrid near-field and far-field structure, whereas a diffusion model trained on the Hybrid Planar–Spherical Model can. The prior step is implemented by a probability-flow ODE update,
$$
z_i=h_{t_i}+\Delta\sigma_{t_i}s_\theta(h_{t_i},\sigma_{t_i}),
$$
and the data-consistency step by a closed-form projection,
$$
h_{t_{i-1}}=z_i+\rho_i\Phi^T(\Phi\Phi^T)^{-1}(y-\Phi z_i).
$$
The paper reports competitive channel-estimation accuracy, including approximately $-15$ dB NMSE at $10$ dB SNR in mmWave settings, while using about 100 ODE steps rather than 1000+ stochastic diffusion steps, i.e., about 90\% fewer inference steps [2511.01867].

A related communication-side use of diffusion appears in limited-probing beam management. “Discrete Diffusion for Codebook-Based Beam Candidate Generation” models probing as a sequential, partially observable decision problem in which the serving beam must be drawn from a small probed set [2604.08197]. The method learns a history-conditioned discrete denoising diffusion probabilistic model over beam indices, with a hierarchical Transformer encoder producing the history context and a reverse categorical denoiser generating candidate beams. The forward corruption is categorical,
$$
q(x_\tau|x_0)=\bar{\alpha}_\tau\,\mathbf{1}\{x_\tau=x_0\}+\frac{1-\bar{\alpha}_\tau}{K},
$$
and the training objective uses sparse soft labels over top-$M$ oracle beams rather than a full ELBO. Online inference oversamples reverse trajectories, then ranks beams by frequency and confidence before selecting the probing set. Numerical analysis shows lower beam-miss probability and lower conditional probe regret under tight probing budgets, with gains most pronounced in low-probing regimes [2604.08197].

These communication-oriented methods share a common structure. Both replace rigid parametric assumptions with learned conditional distributions, and both use the learned model to populate a feasible set that is subsequently constrained by physics or protocol: measurement consistency in DiffPace, and probe-then-serve constraints in codebook beam management. A plausible implication is that diffusion becomes particularly attractive when mmWave inference is bottlenecked not by raw model capacity, but by combinatorial sparsity, basis mismatch, or aggressive compression.

## 3. Radar, RF fields, and context-conditioned generation

A major branch of mmWave-Diffusion uses diffusion to enhance, synthesize, or compare radar and RF spatial representations. “Radar-diffusion” defines a forward process by an Ornstein–Uhlenbeck mean-reverting SDE,
$$
\mathrm{d}x=\theta_t(\mu-x)\mathrm{d}t+\sigma_t\mathrm{d}w,
$$
where $x$ is a LiDAR BEV image and $\mu$ is the radar BEV condition, so that the forward degradation converges toward a radar-like biased terminal distribution rather than zero-mean white noise [2404.06012]. The reverse model is trained with a LiDAR-supervised objective that separately weights target and blank regions,
$$
J=J_{\text{target}}+w\times J_{\text{blank}},
$$
to suppress ghost points without simply blanking the scene. On View-of-Delft, the method improves FID\_BEV from 247.2 to 118.4 and reduces CD from 0.34 to 0.19; it also improves downstream point-based registration, increasing recall from 88.51\% to 93.10\% [2404.06012].

A different radar enhancement strategy is “Diffusion-Based mmWave Radar Point Cloud Enhancement Driven by Range Images,” which argues that range images align better with natural image statistics than range-azimuth heatmaps or BEV, allowing transfer from pre-trained image diffusion models [2503.02300]. The method constructs multi-channel radar range images, conditions a diffusion UNet in that image-native domain, and uses deterministic PF-ODE sampling with a Heun solver. On ColoRadar, it reports, for example, Hallways CD 2.247, MHD 0.275, and F-Score 44.0\%, compared with OS-CFAR CD 8.326 and F-Score 20.7\%; on Edgar Mine it reports CD 0.413, MHD 0.041, and F-Score 78.7\% [2503.02300]. The underlying claim is not that diffusion invents arbitrary geometry, but that conditioning in a representation close to human observation improves denoising and densification.

Context-conditioned generation is pushed further in mmAnomaly. That framework combines RGBD context with mmWave Range–Azimuth maps, extracts semantic cues such as clothing material or wall type with lightweight ResNet-18 classifiers, and uses a conditional latent diffusion model to synthesize the expected anomaly-free spectrum for the observed scene [2604.00382]. The reverse model follows standard latent diffusion,
$$
p_\theta(z_{t-1}|z_t,c)=\mathcal{N}(z_{t-1};\mu_\theta(z_t,t,c),\sigma_\theta(t)I),
$$
while anomaly localization is performed by a dual-branch ViT that compares real and generated spectra. Across concealed weapon localization, through-wall intruder localization, and through-wall fall localization, the paper reports up to 94\% F1 score and sub-meter localization error [2604.00382]. Here the diffusion prior functions as a context-conditioned null hypothesis: residuals between measured and generated spectra are treated as anomaly evidence.

At a larger spatial scale, Diffusion$^2$ generates RF heatmaps from 3D point clouds, sparse measurements, and RF metadata by conditioning a latent diffusion backbone on an RF-3D Encoder built from MinkUNet18A, Swin-Transformer-based 2D features, and Fourier embeddings of transmitter location, mesh structure, and frequency [2510.02274]. The conditional reverse process is
$$
p_\theta(z_{t-1}|z_t,\mathbf{c})=\mathcal{N}(z_{t-1};\mu_\theta(z_t,t,\mathbf{c}),\Sigma_\theta(z_t,t)),
$$
with deterministic sampling during inference. The reported median error is 1.20 dB for synthetic mmWave and 1.9 dB for Wi-Fi, with inference around 0.59 s per heatmap and 27x speedup over AutoMS [2510.02274]. This suggests that diffusion is also being used as a surrogate for expensive propagation simulation when geometry is available but exhaustive measurement is not.

## 4. Observation-anchored diffusion for respiration sensing

The paper explicitly titled “mmWave-Diffusion: A Novel Framework for Respiration Sensing Using Observation-Anchored Conditional Diffusion Model” applies diffusion to contactless respiratory waveform reconstruction from 60 GHz radar phase observations [2603.20700]. Its core design choice is to model the residual
$$
z=y-x,
$$
where $y$ is the normalized radar phase segment and $x$ is the synchronized respiration ground truth, and then inject this residual in the forward process:
$$
q(x_t|x_{t-1},y)=\mathcal{N}(x_t;x_{t-1}+\alpha_t z,\kappa^2\alpha_t I).
$$
Unlike standard DDPM initialization from Gaussian noise, the reverse chain starts in an observation-consistent neighborhood,
$$
x_T=y+\kappa\sqrt{\eta_T}\epsilon,\qquad \epsilon\sim\mathcal{N}(0,I),
$$
so that sampling remains close to the measurement manifold.

The denoiser is the Radar Diffusion Transformer, conditioned explicitly on the phase observation and structured to preserve temporal correspondence. Two parallel streams process the reverse variable and the observation; identical non-overlapping patching is combined with dual learnable positional encodings; and a banded-mask multi-head cross-attention constrains interactions to temporally neighboring patches,
$$
M_{ij}=
\begin{cases}
0,& |i-j|\le u\\
-\infty,& \text{otherwise}.
\end{cases}
$$
The reverse kernel is parameterized as
$$
p_\theta(x_{t-1}|x_t,y)=\mathcal{N}(\mu_\theta(x_t,y,t),\sigma_t^2 I),
$$
with
$$
\mu_\theta(x_t,y,t)=\frac{\eta_{t-1}}{\eta_t}x_t+\frac{\alpha_t}{\eta_t}\mathrm{RDT}_\theta(x_t,y,t).
$$

The dataset contains 13.25 hours of synchronized radar–respiration data from 12 healthy subjects, with 8 subjects for training and 4 for testing [2603.20700]. Using only 20 reverse steps, the method reports state-of-the-art waveform and respiratory-rate performance: CS $=0.811$, MSE $=0.079$, MAE $=0.631$ BPM, RMSE $=1.175$ BPM, and SD $=1.035$ BPM. Ablations show that removing self-attention, removing conditional phase tokens, or replacing banded cross-attention with naive concatenation all degrade performance. The architecture therefore uses diffusion not only as a denoiser, but as a temporally aligned observation-conditioned inverse model tuned to the physics of radar phase contamination by micromotions.

## 5. Diffuse scattering, diffuse multipath, and fading physics

Long before generative diffusion entered mmWave research, “diffusion” referred to diffuse scattering and diffuse multipath. RT-ICM provides a site-specific intra-cluster model in which one rough reflecting surface generates a cluster composed of a specular component and many diffuse rays [1905.08295]. The theoretical cluster CIR is
$$
\begin{split}
c_T(t_{sp},\phi)
&= a_{sp}e^{j\varphi_{sp}}\delta(t_{sp})\delta(\phi)\\
&\quad + \sum_{k=0}^{N_r^d-1} a_k e^{j\varphi_k}\delta(t_{sp}-\tau_k)\delta(\phi-\alpha_k),
\end{split}
$$
and diffuse power is shaped by the directive scattering pattern
$$
\rho_k(\psi_k,m)=\left(\frac{1+\cos\psi_k}{2}\right)^m
$$
together with a roughness loss
$$
\rho_s(\theta)=\exp\!\left(-\tfrac{1}{2}\left(\frac{4\pi\sigma_h}{\lambda}\sin\theta\right)^2\right).
$$
At 60 GHz in a classroom, the model reports maximum cluster AoA error of approximately 1 degree, mean angle spread error of approximately 9 degrees, and RMS error for cluster peak power of approximately 2.2 dB [1905.08295].

FDTD-based rough-slab analysis generalizes this by computing angle-resolved diffuse reflection and transmission patterns for walls, doors, and windows, then embedding those patterns into a ray tracer as secondary sources [2008.01688]. The paper derives critical roughness thresholds such as
$$
\sigma_{h,c,R}=\frac{\lambda}{8\cos\theta_i}
$$
for reflection and shows that, at 28 GHz, diffuse reflection becomes significant beyond roughly $\sigma_h\approx \lambda/10$. In the reported indoor example, adding FDTD-derived diffuse rays improves RSS prediction in shadowed corridor and room regions that are underestimated by specular-only tracing [2008.01688].

At the small-scale fading level, “Better than Rician” argues that indoor directive mmWave links are often better modeled by Two-Wave with Diffuse Power rather than Rician fading [1804.03417]. The complex envelope is
$$
r_{\text{complex}}=V_1e^{j\phi_1}+V_2e^{j\phi_2}+X+jY,
$$
with
$$
K=\frac{V_1^2+V_2^2}{2\sigma^2},\qquad
\Delta=\frac{2V_1V_2}{V_1^2+V_2^2}.
$$
Measurement campaigns at 60 GHz found that TWDP is favored over Rician when the steerable antenna points toward reflecting objects or is slightly misaligned at line-of-sight; the LoS $K$-factor was far above 20 dB, desk reflection had $K\approx 15$ dB, and other reflections were around 10 dB [1804.03417]. The important point is that directive beams increase the relative weight of one or two dominant specular waves, but do not remove the diffuse floor.

Diffuse multipath can also be exploited rather than suppressed. “5G Positioning and Mapping with Diffuse Multipath” organizes MIMO-OFDM measurements into a multi-way tensor, performs CP decomposition, and applies tensor-ESPRIT to estimate continuous AoD, AoA, and delay parameters even in the absence of a specular component [1912.08697]. The geometric channel model is
$$
\mathbf{H}_i=\sum_{k=1}^{K}\sum_{l=1}^{L_k}\gamma_{kl}e^{-j2\pi f_i\tau_{kl}}
\mathbf{a}_{\mathrm{R}}(\omega_{kl,3},\omega_{kl,4})
\mathbf{a}_{\mathrm{T}}^{H}(\omega_{kl,1},\omega_{kl,2}),
$$
and the receiver position is obtained as a least-squares intersection of path-defined lines. In NLOS, the paper reports positioning RMSE improving from approximately 0.386 m at $-10$ dB to approximately 0.0518 m at 10 dB for $\alpha_R=20$ [1912.08697]. This directly contradicts the common assumption that only specular mmWave paths are geometrically useful.

A further wave-physics usage appears in “Phase Singularity Diffusion,” which tracks the motion of singularities in transmitted speckle and shows that the mean-squared displacement grows linearly with frequency shift,
$$
\langle R'^2\rangle = 4D_s'\Delta\nu,
$$
with the product of the phase-singularity diffusion coefficient and photon diffusion coefficient scaling with the square of effective sample length [1405.4818]. Although demonstrated in microwave experiments, the paper frames the method as scale-invariant, and this suggests a conceptual bridge between statistical speckle transport and mmWave diffuse propagation.

## 6. Practical implications, ambiguities, and future directions

Across learned and physical strands, several recurrent design principles are visible. Learned mmWave-Diffusion methods almost always use strong conditioning: DiffPace conditions on the linear measurement operator and HPSM beamspace; Radar-diffusion conditions on radar BEV; the range-image method conditions on radar range images; mmAnomaly conditions on RGBD-derived geometry and semantics; Diffusion$^2$ conditions on 3D point clouds, sparse RSSI, transmitter location, and frequency; and respiration sensing conditions on the observation itself [2511.01867][2404.06012][2503.02300][2604.00382][2510.02274][2603.20700]. This suggests that unconditional synthesis is rarely the objective in mmWave work; the dominant use case is conditional inverse modeling under strong physical constraints.

Inference efficiency is another unifying theme. Deterministic probability-flow ODE stepping in DiffPace, observation-anchored 20-step respiration denoising, one-step or accelerated latent diffusion variants in radar and anomaly pipelines, and 20-step DDIM-like heatmap generation all aim to reduce the prohibitive latency of long stochastic reverse chains [2511.01867][2603.20700][2503.02300][2510.02274]. A plausible implication is that practical mmWave-Diffusion systems will continue to prefer short deterministic samplers, plug-and-play corrections, or distilled surrogates over classical high-step DDPM inference.

The term also retains a non-generative meaning in vehicular networking. In “Deep-Reinforcement-Learning-Based Distributed Vehicle Position Controls for Coverage Expansion in mmWave V2X,” mmWave-Diffusion denotes the early-adoption phase in which only a fraction of vehicles carry mmWave radios [1810.11211]. There, the technical problem is LOS relay formation under blockage, and the proposed A3C-based distributed position-control policy lets controllable vehicles make lane changes and longitudinal moves using only local observations. At $\lambda=0.02$, $mm=0.4$, and $c=0.5$, the RL policy achieved about 1.7x the coverage of random movement [1810.11211]. This usage is terminologically separate from diffusion models, but encyclopedically relevant because it appears explicitly under the same label.

Current limitations are correspondingly heterogeneous. Learned methods depend on paired supervision, synthetic-to-real transfer, calibration quality, and conditioning fidelity; physical diffuse-propagation models depend on roughness statistics, material parameters, and sometimes 2-D or first-order approximations. Future directions stated in the cited works include multi-user channel estimation, adaptive pilot and beamformer optimization, consistency-model acceleration, fast diffusion distillation, explicit radar physics in conditioning, OOD-aware context extraction, online learning for beam management, and full 3-D extensions of diffuse-scattering libraries [2511.01867][2604.00382][2604.08197][2008.01688]. Taken together, these lines of work indicate that mmWave-Diffusion is not a narrow subfield but a convergence zone between inverse problems, generative modeling, wave propagation, and geometry-aware sensing.

Source: https://www.emergentmind.com/topics/mmwave-diffusion