Pith. sign in

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 →

arxiv 2507.12166 v1 pith:GLQHRTVZ submitted 2025-07-16 cs.LG cs.SYeess.SY

classification cs.LGcs.SYeess.SY
keywords radiomap3Ddatasetpathlossdirectionofarrivaltimediffusionmodelenvironment-awarecommunicationraytracing
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper argues that radio map construction should move from 2D pathloss planes to full 3D volumes carrying multiple channel descriptors, and provides the data and models to make that move possible. It introduces UrbanRadio3D, a ray-traced dataset covering 701 urban regions at 1-meter resolution across 20 height layers, with pathloss, direction of arrival (DoA) in azimuth and elevation, and time of arrival (ToA) for 200 transmitter locations each, totaling 2.84 million simulation instances. To benchmark the task, the paper proposes RadioDiff-3D, a conditional denoising diffusion model built on 3D convolutions, which can construct 3D radio maps when the transmitter is known and when only sparse observations are available. If the central claim holds, the work supplies a foundation for environment-aware 6G tasks such as altitude-aware beamforming, UAV navigation, and interference-avoidance planning.

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.

Watch

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

Editorial extensions of the paper, not claims the author makes directly.

  • 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.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

5 major / 6 minor

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)
  1. [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.
  2. [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.
  3. [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.
  4. [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.
  5. [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)
  1. [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.
  2. [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.
  3. [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).
  4. [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.'
  5. [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.
  6. [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

0 steps flagged · score 0.0 of 10

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 3 free parameters · 4 assumptions · 0 invented entities

The central contribution is empirical, so the main unverified inputs are simulator fidelity and the slicing procedure. The free parameters are normalization bounds, a guidance weight, and the sampling rate that shape the reported numbers.

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
    Fixed global min/max from Table III used in Eq. (11); they define the normalized target distribution and therefore affect all reported metrics.
  • Reconstruction guidance weight lambda_t = not specified
    In Eq. (14), lambda_t controls coherence to sparse observations; no value or schedule is given, so the conditional sampling result depends on an undisclosed hyperparameter.
  • Sparse sampling rate = 10%
    Chosen for experiments; defines S in the radiation-unaware setting and directly affects the reported performance gain from sampling.
assumptions (4)
  • domain assumption The Dominant Path Model (DPM) provides physically accurate pathloss, DoA, and ToA ground truth for urban scenes.
    DPM is a heuristic approximation, not full ray tracing; the dataset's labels inherit its errors. Invoked in Section III-A.
  • ad hoc to paper Stacking 20 independently simulated 2D height slices yields a coherent 3D radio map volume.
    Each slice is simulated separately at a fixed receiver height; vertical continuity and 3D ray propagation are not jointly modeled. Section III-A.
  • domain assumption Uniform default material parameters (Table IV) for all building facades are sufficient for realistic propagation.
    Material properties affect pathloss, DoA, and ToA; using one default for all buildings simplifies but biases the dataset. Section III-A, Table IV.
  • domain assumption Random file-level split with unique coordinates guarantees no information leakage between train and test.
    Samples from the same region at different heights share building geometry; the claim of strict independence (Eq. 19-20) is not proven. Section V-B.

how reviews work

0 comments
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 reproduced from arXiv: 2507.12166 by the authors.

Figure 1
Figure 1. 2D views (top) and 3D views (bottom) of three [PITH_FULL_IMAGE:figures/full_fig_p006_1.png] view at source ↗
Figure 2
Figure 2. 3D ray-tracing views B. Visualization of the Dataset To provide an intuitive understanding of the dataset, we present several groups of visualizations that demonstrate the [PITH_FULL_IMAGE:figures/full_fig_p006_2.png] view at source ↗
Figure 3
Figure 3. Examples of structural and spatial information maps [PITH_FULL_IMAGE:figures/full_fig_p007_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Visualisation of the file 103_62X_125Y.png. Ac￾cording to the naming convention, the first field (103) denotes the building identifier (BID); the second field (62X) is the transmitter’s X-coordinate; and the third field (125Y) is the transmitter’s Y-coordinate in the g…
Figure 5
Figure 5. Figure 5: Visualization of channel characteristics at different observation heights (in meters). [PITH_FULL_IMAGE:figures/full_fig_p009_5.png]
Figure 6
Figure 6. Figure 6: Measurement results at coordinate 296_X46_Y114 with a receiver height of 3 meters are presented. The figures show spatial maps of multiple radio channel parameters — pathloss, time of arrival (ToA) spread, direction of arrival (DoA) elevation angles, and DoA azimuth an…
Figure 7
Figure 7. Figure 7: An overview of the 3D conditional diffusion model framework. During training, the model takes as input the complete [PITH_FULL_IMAGE:figures/full_fig_p011_7.png]
Figure 8
Figure 8. Figure 8: Comparison between predicted and ground truth frames at heights H=1 to H=4 for the location (562, 39, 117). The [PITH_FULL_IMAGE:figures/full_fig_p012_8.png]
Figure 9
Figure 9. Figure 9: Comparison between predicted and ground truth frames at heights H=1 to H=4 for the location (535, 93, 232). The [PITH_FULL_IMAGE:figures/full_fig_p013_9.png]
Figure 10
Figure 10. Figure 10: Visual comparison of 3D-UNet predictions and ground truth for Delay, DoA_Ele, and DoA_Azi at 1 m (H1) and 3 m [PITH_FULL_IMAGE:figures/full_fig_p014_10.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

69 extracted references · 57 canonical work pages

  1. [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

  2. [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

  3. [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

  4. [4]

    Deep learning-powered vessel trajectory prediction for improving smart traffic services in maritime internet of things,

    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

  5. [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

  6. [6]

    Federated learning in massive mimo 6g networks: Convergence analysis and communication-efficient design,

    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

  7. [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

  8. [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

Show all 69 references
  1. [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

  2. [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

  3. [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

  4. [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

  5. [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

  6. [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

  7. [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

  8. [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

  9. [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

  10. [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

  11. [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

  12. [20]

    D. S. Jones, The theory of electromagnetism . Elsevier, 2013

  13. [21]

    Ray techniques in electromagnetics,

    G. A. Deschamps, “Ray techniques in electromagnetics,” Proc. IEEE, vol. 60, no. 9, pp. 1022–1035, 1972

  14. [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

  15. [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

  16. [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

  17. [25]

    V . N. Vapnik, V . Vapniket al., Statistical learning theory . wiley New York, 1998

  18. [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

  19. [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

  20. [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

  21. [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

  22. [30]

    Chiles and P

    J.-P. Chiles and P. Delfiner, Geostatistics: modeling spatial uncertainty . John Wiley & Sons, 2012

  23. [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

  24. [32]

    Local polynomial modelling and its applications,

    K. A. Copeland, “Local polynomial modelling and its applications,” 1997

  25. [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

  26. [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

  27. [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

  28. [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

  29. [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

  30. [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

  31. [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

  32. [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

  33. [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

  34. [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

  35. [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

  36. [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

  37. [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

  38. [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

  39. [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

  40. [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

  41. [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

  42. [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

  43. [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

  44. [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

  45. [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

  46. [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

  47. [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

  48. [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

  49. [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

  50. [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

  51. [61]

    Auto-encoding variational bayes,

    D. P. Kingma, M. Welling et al. , “Auto-encoding variational bayes,” 2013

  52. [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

  53. [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

  54. [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

  55. [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

  56. [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

  57. [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

  58. [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

  59. [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

  60. [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

  61. [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....

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.