REVIEW 5 major objections 6 minor 69 references
RadioDiff-3D: A 3D$\times$3D Radio Map Dataset and Generative Diffusion Based Benchmark for 6G Environment-Aware Communication
T0 review · 5 major / 6 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read The paper claims that radio map construction should move from 2D pathloss planes to full 3D volumes carrying pathloss, arrival angles, and arrival times, and provides both a dataset and a diffusion model to make that possible.
desk verdict UrbanRadio3D is a genuinely useful dataset, but RadioDiff-3D's 'superior performance' claim is not backed by its own experiments. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central object is the 4D tensor $R \in \mathbb{R}^{H \times W \times D \times C}$ that represents a radio map, with $D$ the height dimension and $C$ the channel modalities: pathloss, DoA azimuth, DoA elevation, and ToA. In the dataset, each 256×256 m scene is ray-traced at 20 separate 1 m receiver heights using the Dominant Path Model, and the resulting horizontal slices are stacked into a volume with 1 m cubic voxels. The generative model is a conditional denoising diffusion probabilistic model whose denoising U-Net uses 3D convolutions; conditioning injects the environment occupancy grid, building height map, and transmitter location or an interpolated sparse sampling map into residual blocks via cross-attention or FiLM-like modulation. Reconstruction-guided sampling refines the generated volume to match observed samples, and autoregressive height-wise generation reduces memory cost by generating one slice conditioned on the previous one.
What would settle it
Run a full 3D ray tracer that allows propagation paths to change height, including vertical rays and height-changing reflections, on a subset of UrbanRadio3D scenes, and compare voxel-level pathloss, DoA, and ToA with the stacked-slice dataset; disagreement beyond simulator tolerance near building rooflines would show that the slice-stacked construction does not represent true volumetric propagation.
Extended reading notes
Core claim
The central claim is that a 3D×3D radio map—pathloss, direction of arrival (azimuth and elevation), and time of arrival spread through a full three-dimensional volume—can be captured in a large ray-traced dataset and reconstructed by a generative model that treats the map as a volumetric tensor. The paper says UrbanRadio3D is over 37 times larger than previous radio map datasets and has 7 times more height layers than the prior state of the art, covering 701 urban regions, 200 transmitter locations per region, and receiver heights from 1 m to 20 m in 1 m steps. It also says RadioDiff-3D achieves superior performance in constructing these rich high-dimensional maps under diverse environmental dynamics, in both radiation-aware settings with a known transmitter and radiation-unaware settings driven by sparse spatial samples. Alongside the diffusion model, a 3D-UNet baseline is provided, and the paper reports standard image-quality metrics for pathloss, ToA, DoA azimuth, and DoA elevation.
Load-bearing premise
The load-bearing assumption is that stacking 20 independently simulated 2D horizontal slices, each computed by a propagation model that treats the scene slice by slice, yields a physically consistent 3D radio map; if true 3D propagation paths that change height are needed for accurate DoA and ToA, the dataset's volume is not a genuine volumetric electromagnetic simulation.
Editorial extensions
If this is right
- Existing 2D radio map models, which predict pathloss on a fixed plane, can be replaced by models that learn joint spatial dependencies across all three dimensions because the dataset supplies the missing vertical supervision.
- The same generative framework can produce radio maps for cooperative transmitters and estimate interference fields from non-cooperative transmitters, reducing reliance on dense pilot measurements.
- Adding sparse sampling information at a 10% rate improves reconstruction quality over environment-only conditioning, so partial measurements can be converted into complete volumetric maps.
- With 20 height layers at 1 m resolution, the dataset opens the way to altitude-sensitive tasks such as UAV trajectory planning, 3D positioning, and elevation-aware beamforming that 2D radio maps cannot support.
Reading between the lines
- A natural extension is to train and evaluate the model on all 20 height layers at once; the visible experiments cover only the lower 1–4 m band, so the paper's full-volume claim is an extrapolation from that subset.
- Because each height slice is simulated independently, a full-3D ray-tracing comparison would reveal how much vertical multipath the dataset misses and whether DoA elevation predictions need a true volumetric simulator.
- The same conditional generation setup could be inverted to localize an unknown transmitter from sparse 3D samples, a task the paper motivates but does not evaluate.
- The uniform default facade materials mean models trained on UrbanRadio3D may need additional simulation or fine-tuning before transferring to cities with different construction materials or frequency bands, an open question the paper's future-work section implicitly acknowledges.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper introduces UrbanRadio3D, a large-scale dataset of radio maps with pathloss, DoA (azimuth/elevation), and ToA across 20 receiver heights, generated from simulations over 701 urban regions with 200 transmitter locations each. To benchmark 3D radio map construction, the authors propose a 3D-UNet baseline and RadioDiff-3D, a diffusion model with 3D convolutions supporting radiation-aware and radiation-unaware (sparse-sampling) settings. The paper claims that extensive evaluations validate superior performance of RadioDiff-3D, but the experimental section reports only absolute metrics for RadioDiff-3D on pathloss at heights 1–4 m and for 3D-UNet on ToA/DoA, with no comparisons to prior methods.
Significance. If substantiated, the dataset would be a useful community resource for 3D radio map research, and the diffusion benchmark would provide a reference point for future volumetric channel modeling. The paper's strengths are the scale of the released dataset (701 maps, 200 transmitters, 20 height slices, multiple channel metrics) and the inclusion of a working 3D convolutional diffusion pipeline with publicly available code. However, the central performance claim is not supported by the reported experiments, and the physical consistency of the '3D' data is questionable. The contribution therefore remains at the level of a potentially valuable dataset release, not a validated benchmark showing superiority of the proposed method.
major comments (5)
- [Section V, Tables V, VI, VIII] The abstract and introduction claim that 'RadioDiff-3D achieves superior performance' in constructing 3D radio maps, but no baseline comparison is reported anywhere in Section V. Tables V and VI give only RadioDiff-3D's own RMSE/NMSE/SSIM/PSNR on pathloss, and Table VIII gives metrics only for 3D-UNet on ToA and DoA. There is no comparison against RadioUNet, RadioDiff, RME-GAN, IDW, Kriging, or even the proposed 3D-UNet on the same pathloss task. Without such comparisons, 'superior performance' cannot be verified from the reported experiments.
- [Section III-A] The construction of the 3D dataset is explicitly described as separate 2D simulations at 20 height levels that are 'stacked to form a complete 3D spatial distribution.' Since each slice is simulated independently with 2D propagation paths, the resulting volume does not model vertical propagation paths between heights, so DoA/ToA values are not physically consistent across the vertical dimension. This assumption is load-bearing for both the dataset's validity as a true 3D radio map and for the 3D models trained on it. The paper should either provide evidence that the stacked slices approximate a physically valid 3D volume or clearly qualify the dataset as a set of co-registered 2D slices.
- [Abstract and Section III-A] The abstract and introduction state that the dataset is 'constructed via ray tracing,' but Section III-A states that 'All data have been generated using the Dominant Path Model (DPM)' and the simulation parameters in Table III list 'Simulation type DPM.' The dominant path model is an approximate propagation model, not ray tracing. This inconsistency misrepresents the fidelity of the dataset and should be corrected in both the abstract and the main text.
- [Section V-B, V-C, Table VI] In the sparse-sampling experiments, the input includes a sampling map where 'the sampled pixels retained as they are from the original tensor, while non-sampled pixels are set to a value of 0.' Thus the model receives 10% of the ground-truth radio map values at inference, so the improvement from 0.3472 to 0.0550 NMSE in Table VI is a reconstruction from observed samples, not a prediction. The paper does not compare this setting against established interpolation or completion baselines such as Kriging or matrix completion, so it does not demonstrate that the diffusion model adds value beyond merely copying the provided samples.
- [Section V, Tables V–VIII] RadioDiff-3D is evaluated on pathloss only, at the four heights 1–4 m, while ToA, DoA_Azi, and DoA_Ele are evaluated only for the 3D-UNet baseline (Table VIII). The central claim of 'rich, high-dimensional radio maps' therefore lacks direct evidence: no generative-model results are reported for the angular and delay modalities. To support the headline claim, the paper needs to provide RadioDiff-3D's metrics on ToA and DoA, or explicitly restrict the claim to pathloss.
minor comments (6)
- [Abstract and Table I] The dataset size is inconsistent: the abstract reports 2.84 million simulation instances, Table I lists a dataset size of 11.2M, and the introduction states 'over ten million labeled data points.' The relationship between simulation instances, labeled data points, and the 11.2M figure should be clarified.
- [Section III-A and Table III] The text mentions both 'the WinProp module in the Altair software suite' and 'the electromagnetic simulator FEKO.' It should be stated explicitly which simulator produced the dataset and how the two tools are related.
- [Section II-C, Eq. (6)] Equation (6) is misprinted: the expression for x_{t-1} should involve the predicted noise ϵθ rather than μθ in the shown combination, and the factor structure of the DDPM update is not written consistently with Eq. (5).
- [Section V-C] The term 'GIF tensor' is used without definition; it appears to refer to the multi-frame input tensor and should be defined or replaced with a standard term such as 'input tensor.'
- [Table II] The row 'Sampling Information' contains the unclear entry 'Alternative Cannot Alternative Necessary'; this should be rephrased to describe whether each method requires sparse measurements as input.
- [Section V-B and Fig. 8/9] The captions of Figures 8 and 9 refer to 'video frames,' but the data are individual height slices of a 3D volume; the wording should be changed to 'height slices' for clarity.
Circularity Check
No significant circularity: the dataset is ray-traced, the diffusion and U-Net models follow externally cited standard formulations, and no prediction reduces by construction to a fitted input or self-citation.
full rationale
The paper's central artifacts are an empirical dataset and learned benchmarks, not a chain of analytic derivations. UrbanRadio3D is produced by WinProp/FEKO ray tracing (Section III-A), so ground-truth pathloss, DoA, and ToA are simulation outputs external to the models. RadioDiff-3D uses the standard DDPM/DDIM formulation (Eqs. 1-9, 12-13) with conditioning, whose foundations are cited to Ho et al. and Song et al., not to the authors' own prior work. The 3D-UNet baseline is likewise cited to Cicek et al. The authors' self-citations (RadioDiff [24], RadioDiff-k2 [45], RadioDiff-Inverse [46]) appear only as related-work descriptions of an architecture family and are not used to justify a uniqueness claim, an ansatz, or a forbidden alternative; hence they are not load-bearing. The sparse-sampling experiments (Eqs. 21-22, 14) do condition generation on 10% of ground-truth values, which can make the reported improvement over no-sampling partly mechanical if the sampled voxels are included in the evaluation metrics; however, this is a conditioning ablation rather than a 'prediction' derived from the input, and the paper does not claim a first-principles derivation from those samples. The abstract's 'superior performance' wording is not supported by any baseline comparison, but absence of comparison is an evidentiary/correctness issue, not circularity. No step satisfies the hard criterion of being equivalent to its inputs by definition or of renaming a fitted parameter as a prediction.
Assumptions & free parameters
free parameters (3)
- Normalization thresholds for PL/ToA/DoA =
PL [-169,-92] dB; ToA [0,1180] ns; DoA_Azi [0,6.3] rad; DoA_Ele [0.5,2.25] rad
- Reconstruction guidance weight lambda_t =
not specified
- Sparse sampling rate =
10%
assumptions (4)
- domain assumption The Dominant Path Model (DPM) provides physically accurate pathloss, DoA, and ToA ground truth for urban scenes.
- ad hoc to paper Stacking 20 independently simulated 2D height slices yields a coherent 3D radio map volume.
- domain assumption Uniform default material parameters (Table IV) for all building facades are sufficient for realistic propagation.
- domain assumption Random file-level split with unique coordinates guarantees no information leakage between train and test.
Cite this review
Pith. "Pith review of RadioDiff-3D: A 3D$\times$3D Radio Map Dataset and Generative Diffusion Based Benchmark for 6G Environment-Aware Communication." pith.science (2026). https://pith.science/paper/GLQHRTVZ
@misc{pith2026250712166,
author = {Pith},
title = {Pith review of: RadioDiff-3D: A 3D$\times$3D Radio Map Dataset and Generative Diffusion Based Benchmark for 6G Environment-Aware Communication},
year = {2026},
howpublished = {\url{https://pith.science/paper/GLQHRTVZ}},
note = {Machine review of arXiv:2507.12166}
}
abstract
Radio maps (RMs) serve as a critical foundation for enabling environment-aware wireless communication, as they provide the spatial distribution of wireless channel characteristics. Despite recent progress in RM construction using data-driven approaches, most existing methods focus solely on pathloss prediction in a fixed 2D plane, neglecting key parameters such as direction of arrival (DoA), time of arrival (ToA), and vertical spatial variations. Such a limitation is primarily due to the reliance on static learning paradigms, which hinder generalization beyond the training data distribution. To address these challenges, we propose UrbanRadio3D, a large-scale, high-resolution 3D RM dataset constructed via ray tracing in realistic urban environments. UrbanRadio3D is over 37$\times$3 larger than previous datasets across a 3D space with 3 metrics as pathloss, DoA, and ToA, forming a novel 3D$\times$33D dataset with 7$\times$3 more height layers than prior state-of-the-art (SOTA) dataset. To benchmark 3D RM construction, a UNet with 3D convolutional operators is proposed. Moreover, we further introduce RadioDiff-3D, a diffusion-model-based generative framework utilizing the 3D convolutional architecture. RadioDiff-3D supports both radiation-aware scenarios with known transmitter locations and radiation-unaware settings based on sparse spatial observations. Extensive evaluations on UrbanRadio3D validate that RadioDiff-3D achieves superior performance in constructing rich, high-dimensional radio maps under diverse environmental dynamics. This work provides a foundational dataset and benchmark for future research in 3D environment-aware communication. The dataset is available at https://github.com/UNIC-Lab/UrbanRadio3D.
Figures
Figures from the paper (7 more)
Reference graph
Works this paper leans on
-
[1]
6G omni-scenario on-demand services provisioning: vision, technology and prospect(in chinese),
N. Cheng, F. Chen, W. Chen, Z. Cheng, Q. Yang, C. Li, and X. Shen, “6G omni-scenario on-demand services provisioning: vision, technology and prospect(in chinese),” Sci Sin Inform, vol. 54, pp. 1025–1054„ 2024
work page 2024
-
[2]
Toward immersive communications in 6G,
X. Shen, J. Gao, M. Li, C. Zhou, S. Hu, M. He, and W. Zhuang, “Toward immersive communications in 6G,” Front. Comput. Sci, vol. 4, p. 1068478, 2023
work page 2023
-
[3]
Federated learning empowered computation offloading and resource management in 6g-v2x,
S. B. Prathiba, G. Raja, S. Anbalagan, K. Dev, S. Gurumoorthy, and A. P. Sankaran, “Federated learning empowered computation offloading and resource management in 6g-v2x,” IEEE Trans. Network Sci., vol. 9, no. 5, pp. 3234–3243, 2022
work page 2022
-
[4]
R. W. Liu, M. Liang, J. Nie, W. Y . B. Lim, Y . Zhang, and M. Guizani, “Deep learning-powered vessel trajectory prediction for improving smart traffic services in maritime internet of things,” IEEE Trans. Network Sci., vol. 9, no. 5, pp. 3080–3094, 2022
work page 2022
-
[5]
Channel estimation for extremely large-scale massive mimo systems,
Y . Han, S. Jin, C.-K. Wen, and X. Ma, “Channel estimation for extremely large-scale massive mimo systems,” IEEE Wireless Commun. Lett. , vol. 9, no. 5, pp. 633–637, 2020
work page 2020
-
[6]
Y . Mu, N. Garg, and T. Ratnarajah, “Federated learning in massive mimo 6g networks: Convergence analysis and communication-efficient design,” IEEE Trans. Network Sci. , vol. 9, no. 6, pp. 4220–4234, 2022
work page 2022
-
[7]
Channel state information prediction for 5g wireless communications: A deep learning approach,
C. Luo, J. Ji, Q. Wang, X. Chen, and P. Li, “Channel state information prediction for 5g wireless communications: A deep learning approach,” IEEE Trans. Network Sci. , vol. 7, no. 1, pp. 227–236, 2018
work page 2018
-
[8]
Ultra dense satellite-enabled 6G networks: Resource optimization and interference management,
X. Liu, H. Zhang, M. Sheng, W. Li, S. Al-Rubaye, and K. Long, “Ultra dense satellite-enabled 6G networks: Resource optimization and interference management,” China Communications, no. May, 2023
work page 2023
Show all 69 references
-
[9]
A tutorial on extremely large-scale MIMO for 6G: Fundamentals, signal processing, and applications,
Z. Wang, J. Zhang, H. Du, D. Niyato, S. Cui, B. Ai, M. Debbah, K. B. Letaief, and H. V . Poor, “A tutorial on extremely large-scale MIMO for 6G: Fundamentals, signal processing, and applications,” IEEE Commun. Surveys Tuts., vol. 26, no. 3, pp. 1560–1605, 2024
2024
-
[10]
Learning in the air: Secure federated learning for uav-assisted crowdsensing,
Y . Wang, Z. Su, N. Zhang, and A. Benslimane, “Learning in the air: Secure federated learning for uav-assisted crowdsensing,” IEEE Trans. Network Sci., vol. 8, no. 2, pp. 1055–1069, 2021
2021
-
[11]
Intelligent ubiquitous network accessibility for wireless-powered mec in uav- assisted b5g,
J. Wang, C. Jin, Q. Tang, N. N. Xiong, and G. Srivastava, “Intelligent ubiquitous network accessibility for wireless-powered mec in uav- assisted b5g,” IEEE Trans. Network Sci. , vol. 8, no. 4, pp. 2801–2813, 2021
2021
-
[12]
Bd-vte: A novel baseline data based verifiable trust evaluation scheme for smart network systems,
S. Huang, A. Liu, S. Zhang, T. Wang, and N. N. Xiong, “Bd-vte: A novel baseline data based verifiable trust evaluation scheme for smart network systems,” IEEE Trans. Network Sci., vol. 8, no. 3, pp. 2087–2105, 2021
2021
-
[13]
Space/aerial-assisted computing offloading for IoT applications: A learning-based approach,
N. Cheng, F. Lyu, W. Quan, C. Zhou, H. He, W. Shi, and X. Shen, “Space/aerial-assisted computing offloading for IoT applications: A learning-based approach,” IEEE J. Select. Areas Commun., vol. 37, no. 5, pp. 1117–1129, 2019
2019
-
[14]
Toward environment-aware 6G communications via channel knowledge map,
Y . Zeng and X. Xu, “Toward environment-aware 6G communications via channel knowledge map,” IEEE Wireless Commun. , vol. 28, no. 3, pp. 84–91, 2021
2021
-
[15]
A tutorial on environment-aware communications via channel knowledge map for 6G,
Y . Zeng, J. Chen, J. Xu, D. Wu, X. Xu, S. Jin, X. Gao, D. Gesbert, S. Cui, and R. Zhang, “A tutorial on environment-aware communications via channel knowledge map for 6G,” IEEE Commun. Surveys Tuts., vol. 26, no. 3, pp. 1478–1519, 2024
2024
-
[16]
Generative ai on spectrumnet: An open benchmark of multiband 3d radio maps,
S. Zhang, S. Jiang, W. Lin, Z. Fang, K. Liu, H. Zhang, and K. Chen, “Generative ai on spectrumnet: An open benchmark of multiband 3d radio maps,” IEEE Trans. Cognit. Commun. Networking , 2024
2024
-
[17]
RadioUNet: Fast radio map estimation with convolutional neural networks,
R. Levie, Ç. Yapar, G. Kutyniok, and G. Caire, “RadioUNet: Fast radio map estimation with convolutional neural networks,” IEEE Trans. Wireless Commun., vol. 20, no. 6, pp. 4001–4015, 2021
2021
-
[18]
Radiogat: A joint model-based and data-driven framework for multi-band radiomap reconstruction via graph attention networks,
X. Li, S. Zhang, H. Li, X. Li, L. Xu, H. Xu, H. Mei, G. Zhu, N. Qi, and M. Xiao, “Radiogat: A joint model-based and data-driven framework for multi-band radiomap reconstruction via graph attention networks,” IEEE Trans. Wireless Commun., 2024
2024
-
[19]
Ckmimagenet: A comprehensive dataset to enable channel knowledge map construction via computer vision,
D. Wu, Z. Wu, Y . Qiu, S. Fu, and Y . Zeng, “Ckmimagenet: A comprehensive dataset to enable channel knowledge map construction via computer vision,” in 2024 IEEE/CIC International Conference on Communications in China (ICCC Workshops) . IEEE, 2024, pp. 114– 119
2024
-
[20]
D. S. Jones, The theory of electromagnetism . Elsevier, 2013
2013
-
[21]
Ray techniques in electromagnetics,
G. A. Deschamps, “Ray techniques in electromagnetics,” Proc. IEEE, vol. 60, no. 9, pp. 1022–1035, 1972
1972
-
[22]
RME-GAN: A learning framework for radio map estimation based on conditional generative adversarial network,
S. Zhang, A. Wijesinghe, and Z. Ding, “RME-GAN: A learning framework for radio map estimation based on conditional generative adversarial network,” IEEE Internet Things J. , vol. 10, no. 20, pp. 18 016–18 027, 2023. 16
2023
-
[23]
A graph neural network based radio map construction method for urban environment,
G. Chen, Y . Liu, T. Zhang, J. Zhang, X. Guo, and J. Yang, “A graph neural network based radio map construction method for urban environment,” IEEE Commun. Lett. , 2023
2023
-
[24]
Radiodiff: An effective generative diffusion model for sampling-free dynamic radio map construction,
X. Wang, K. Tao, N. Cheng, Z. Yin, Z. Li, Y . Zhang, and X. Shen, “Radiodiff: An effective generative diffusion model for sampling-free dynamic radio map construction,” IEEE Trans. Cognit. Commun. Net- working, vol. 11, no. 2, pp. 738–750, 2025
2025
-
[25]
V . N. Vapnik, V . Vapniket al., Statistical learning theory . wiley New York, 1998
1998
-
[26]
Channel knowledge map construction based on a UA V-assisted channel measurement system,
Y . Qiu, X. Chen, K. Mao, X. Ye, H. Li, F. Ali, Y . Huang, and Q. Zhu, “Channel knowledge map construction based on a UA V-assisted channel measurement system,” Drones, vol. 8, no. 5, p. 191, 2024
2024
-
[27]
Joint flying relay location and routing optimization for 6G UA V–IoT networks: A graph neural network-based approach,
X. Wang, L. Fu, N. Cheng, R. Sun, T. Luan, W. Quan, and K. Al- dubaikhy, “Joint flying relay location and routing optimization for 6G UA V–IoT networks: A graph neural network-based approach,” Remote Sens., vol. 14, no. 17, p. 4377, 2022
2022
-
[28]
Locunet: Fast urban positioning using radio maps and deep learning,
Ç. Yapar, R. Levie, G. Kutyniok, and G. Caire, “Locunet: Fast urban positioning using radio maps and deep learning,” in ICASSP 2022- 2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP). IEEE, 2022, pp. 4063–4067
2022
-
[29]
Nearest neighbor pattern classification,
T. Cover and P. Hart, “Nearest neighbor pattern classification,” IEEE Trans. Inform. Theory , vol. 13, no. 1, pp. 21–27, 1967
1967
-
[30]
Chiles and P
J.-P. Chiles and P. Delfiner, Geostatistics: modeling spatial uncertainty . John Wiley & Sons, 2012
2012
-
[31]
Informed spectrum usage in cognitive radio networks: Interference cartography,
A. B. H. Alaya-Feki, S. B. Jemaa, B. Sayrac, P. Houze, and E. Moulines, “Informed spectrum usage in cognitive radio networks: Interference cartography,” in 2008 IEEE 19th International Symposium on Personal, Indoor and Mobile Radio Communications . IEEE, 2008, pp. 1–5
2008
-
[32]
Local polynomial modelling and its applications,
K. A. Copeland, “Local polynomial modelling and its applications,” 1997
1997
-
[33]
Regression assisted matrix completion for recon- structing a propagation field with application to source localization,
H. Sun and J. Chen, “Regression assisted matrix completion for recon- structing a propagation field with application to source localization,” in ICASSP 2022-2022 IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP) . IEEE, 2022, pp. 3353–3357
2022
-
[34]
Cooperative spectrum sensing for cognitive radios using kriged kalman filtering,
S.-J. Kim, E. Dall’Anese, and G. B. Giannakis, “Cooperative spectrum sensing for cognitive radios using kriged kalman filtering,” IEEE J. Sel. Topics Signal Process., vol. 5, no. 1, pp. 24–36, 2010
2010
-
[35]
Channel gain map tracking via distributed kriging,
E. Dall’Anese, S.-J. Kim, and G. B. Giannakis, “Channel gain map tracking via distributed kriging,” IEEE Trans. Veh. Technol. , vol. 60, no. 3, pp. 1205–1211, 2011
2011
-
[36]
Propagation map reconstruction via interpolation assisted matrix completion,
H. Sun and J. Chen, “Propagation map reconstruction via interpolation assisted matrix completion,” IEEE Trans. Signal Process. , vol. 70, pp. 6154–6169, 2022
2022
-
[37]
Spectrum cartography via coupled block-term tensor decomposition,
G. Zhang, X. Fu, J. Wang, X.-L. Zhao, and M. Hong, “Spectrum cartography via coupled block-term tensor decomposition,” IEEE Trans. Signal Process., vol. 68, pp. 3660–3675, 2020
2020
-
[38]
Dual-kernel online re- construction of power maps,
R. Nikbakht, A. Jonsson, and A. Lozano, “Dual-kernel online re- construction of power maps,” in 2018 IEEE Global Communications Conference (GLOBECOM). IEEE, 2018, pp. 1–5
2018
-
[39]
Kriging-based interference power constraint: Integrated design of the radio environment map and transmission power,
K. Sato and T. Fujii, “Kriging-based interference power constraint: Integrated design of the radio environment map and transmission power,” IEEE Transactions on Cognitive Communications and Networking , vol. 3, no. 1, pp. 13–25, 2017
2017
-
[40]
Map-based millimeter-wave channel models: An overview, data for b5g evaluation and machine learning,
Y .-G. Lim, Y . J. Cho, M. S. Sim, Y . Kim, C.-B. Chae, and R. A. Valenzuela, “Map-based millimeter-wave channel models: An overview, data for b5g evaluation and machine learning,” IEEE Wireless Commu- nications, vol. 27, no. 4, pp. 54–62, 2020
2020
-
[41]
Map-based channel modeling and generation for u2v mmwave com- munication,
Q. Zhu, K. Mao, M. Song, X. Chen, B. Hua, W. Zhong, and X. Ye, “Map-based channel modeling and generation for u2v mmwave com- munication,” IEEE Trans. Veh. Technol., vol. 71, no. 8, pp. 8004–8015, 2022
2022
-
[42]
Spatial cover- age cross-tier correlation analysis for heterogeneous cellular networks,
D. M. Gutierrez-Estevez, I. F. Akyildiz, and E. A. Fadel, “Spatial cover- age cross-tier correlation analysis for heterogeneous cellular networks,” IEEE Trans. Veh. Technol., vol. 63, no. 8, pp. 3917–3926, 2014
2014
-
[45]
Radiodiff-k 2: Helmholtz equation informed generative diffu- sion model for multi-path aware radio map construction,
X. Wang, Q. Zhang, N. Cheng, R. Sun, Z. Li, S. Cui, and X. Shen, “Radiodiff-k 2: Helmholtz equation informed generative diffu- sion model for multi-path aware radio map construction,” arXiv preprint arXiv:2504.15623, 2025
2025
-
[46]
Radiodiff-inverse: Diffusion en- hanced bayesian inverse estimation for isac radio map construction,
X. Wang, Z. Fang, and N. Cheng, “Radiodiff-inverse: Diffusion en- hanced bayesian inverse estimation for isac radio map construction,” arXiv preprint arXiv:2504.14298 , 2025
2025 arXiv
-
[47]
RadioNet: Robust deep-learning based radio fingerprinting,
H. Li, K. Gupta, C. Wang, N. Ghose, and B. Wang, “RadioNet: Robust deep-learning based radio fingerprinting,” in Proceedings of the 2022 IEEE Conference on Communications and Network Security (CNS) , 2022, pp. 190–198
2022
-
[48]
Efficient algorithms for air-to-ground channel reconstruction in uav-aided communications,
J. Chen, O. Esrafilian, D. Gesbert, and U. Mitra, “Efficient algorithms for air-to-ground channel reconstruction in uav-aided communications,” in 2017 IEEE Globecom Workshops (GC Wkshps) . IEEE, 2017, pp. 1–6
2017
-
[49]
Constructing radio maps for uav communications via dynamic resolution virtual obstacle maps,
B. Zhang and J. Chen, “Constructing radio maps for uav communications via dynamic resolution virtual obstacle maps,” in 2020 IEEE 21st International Workshop on Signal Processing Advances in Wireless Communications (SPAWC). IEEE, 2020, pp. 1–5
2020
-
[50]
Geography-aware radio map reconstruction for uav-aided communications and localization,
W. Liu and J. Chen, “Geography-aware radio map reconstruction for uav-aided communications and localization,” in ICC 2021-IEEE Inter- national Conference on Communications . IEEE, 2021, pp. 1–6
2021
-
[51]
Nonparametric basis pursuit via sparse kernel-based learning: A unifying view with advances in blind methods,
J. A. Bazerque and G. B. Giannakis, “Nonparametric basis pursuit via sparse kernel-based learning: A unifying view with advances in blind methods,” IEEE Signal Process. Mag., vol. 30, no. 4, pp. 112–125, 2013
2013
-
[52]
Deepmimo: A generic deep learning dataset for millimeter wave and massive mimo applications,
A. Alkhateeb, “Deepmimo: A generic deep learning dataset for millimeter wave and massive mimo applications,” arXiv preprint arXiv:1902.06435, 2019
1902 arXiv
-
[53]
5g channel model for bands up to100 ghz,
N. Docomo et al., “5g channel model for bands up to100 ghz,” Technical report, Tech. Rep., 2016
2016
-
[54]
Deep completion autoencoders for radio map estimation,
Y . Teganya and D. Romero, “Deep completion autoencoders for radio map estimation,” IEEE Trans. Wireless Commun. , vol. 21, no. 3, pp. 1710–1724, 2021
2021
-
[55]
Accurate spectrum map construction for spectrum management through intelligent frequency-spatial reasoning,
F. Zhou, C. Wang, G. Wu, Y . Wu, Q. Wu, and N. Al-Dhahir, “Accurate spectrum map construction for spectrum management through intelligent frequency-spatial reasoning,” IEEE Trans. Commun., vol. 71, no. 7, pp. 3932–3945, 2023
2023
-
[56]
Deep spectrum cartography: Com- pleting radio map tensors using learned neural models,
S. Shrestha, X. Fu, and M. Hong, “Deep spectrum cartography: Com- pleting radio map tensors using learned neural models,” IEEE Trans. Signal Process., vol. 70, pp. 1170–1184, 2022
2022
-
[57]
Review on ray tracing channel simulation accuracy in sub-6 ghz outdoor deployment scenarios,
A. W. Mbugua, Y . Chen, L. Raschkowski, L. Thiele, S. Jaeckel, and W. Fan, “Review on ray tracing channel simulation accuracy in sub-6 ghz outdoor deployment scenarios,” IEEE Open Journal of Antennas and Propagation, vol. 2, pp. 22–37, 2020
2020
-
[58]
Field plotting and ray tracing in electron optics a review of numerical methods,
G. Liebmann, “Field plotting and ray tracing in electron optics a review of numerical methods,” Advances in Electronics and Electron Physics , vol. 2, pp. 101–149, 1950
1950
-
[59]
Radio map estimation–an open dataset with directive transmitter antennas and initial experiments,
F. Jaensch, G. Caire, and B. Demir, “Radio map estimation–an open dataset with directive transmitter antennas and initial experiments,”arXiv preprint arXiv:2402.00878, 2024
2024 arXiv
-
[60]
Generative adversarial networks: An overview,
A. Creswell, T. White, V . Dumoulin, K. Arulkumaran, B. Sengupta, and A. A. Bharath, “Generative adversarial networks: An overview,” IEEE Signal Process. Mag. , vol. 35, no. 1, pp. 53–65, 2018
2018
-
[61]
Auto-encoding variational bayes,
D. P. Kingma, M. Welling et al. , “Auto-encoding variational bayes,” 2013
2013
-
[62]
Confidence-regulated generative diffusion models for reliable ai agent migration in vehicular metaverses,
Y . Kang, J. Kang, J. Wen, T. Zhang, Z. Yang, D. Niyato, and Y . Zhang, “Confidence-regulated generative diffusion models for reliable ai agent migration in vehicular metaverses,” arXiv preprint arXiv:2505.12710 , 2025
2025 arXiv
-
[63]
Generative ai based secure wireless sensing for isac networks,
J. Wang, H. Du, Y . Liu, G. Sun, D. Niyato, S. Mao, D. I. Kim, and X. Shen, “Generative ai based secure wireless sensing for isac networks,” IEEE Trans. Inf. Forensics Secur., pp. 1–1, 2025
2025
-
[64]
Generative ai meets wireless networking: An interactive paradigm for intent-driven communications,
X. Qin, M. Sun, J. Dai, P. Ma, Y . Cao, J. Zhang, J. Wang, X. Xu, P. Zhang, and D. Niyato, “Generative ai meets wireless networking: An interactive paradigm for intent-driven communications,” IEEE Transac- tions on Cognitive Communications and Networking , pp. 1–1, 2025
2025
-
[65]
Optimizing resource allocation for multi-modal semantic communication in mobile aigc networks: A diffusion-based game approach,
J. Liu, M. Xiao, J. Wen, J. Kang, R. Zhang, T. Zhang, D. Niyato, W. Zhang, and Y . Liu, “Optimizing resource allocation for multi-modal semantic communication in mobile aigc networks: A diffusion-based game approach,” IEEE Transactions on Cognitive Communications and Networking, 2025
2025
-
[66]
Signal detection in near-field communication with unknown noise character- istics: A diffusion model method,
C. Zhao, J. Wang, R. Zhang, D. Niyato, D. I. Kim, and H. Du, “Signal detection in near-field communication with unknown noise character- istics: A diffusion model method,” arXiv preprint arXiv:2409.14031 , 2024
2024 arXiv
-
[67]
Diffusion models in vision: A survey,
F.-A. Croitoru, V . Hondru, R. T. Ionescu, and M. Shah, “Diffusion models in vision: A survey,” IEEE Trans. Pattern Anal. Mach , vol. 45, no. 9, pp. 10 850–10 869, 2023
2023
-
[68]
Denoising diffusion probabilistic models,
J. Ho, A. Jain, and P. Abbeel, “Denoising diffusion probabilistic models,” Advances in neural information processing systems (NeurIPS) , vol. 33, pp. 6840–6851, 2020
2020
-
[69]
Denoising diffusion implicit models,
J. Song, C. Meng, and S. Ermon, “Denoising diffusion implicit models,” in Proceedings of the 2020 International Conference on Learning Representations (ICLR), 2020, pp. 1–12. 17
2020
-
[70]
Dominant path prediction model for urban scenarios,
R. Wahl, G. Wölfle, P. Wertz, P. Wildbolz, and F. Landstorfer, “Dominant path prediction model for urban scenarios,” in 14th IST mobile and wireless communications summit , 2005, pp. 1–5
2005
-
[71]
3d u-net: Learning dense volumetric segmentation from sparse annotation,
Ö. Çiçek, A. Abdulkadir, S. S. Lienkamp, T. Brox, and O. Ronneberger, “3d u-net: Learning dense volumetric segmentation from sparse annotation,” in International Conference on Medical Image Computing and Computer-Assisted Intervention , 2016. [Online]. Available: https: //api....
2019
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.