Pith. sign in

REVIEW 3 major objections 6 minor 45 references

A Geometry-based Stochastic Wireless Channel Model using Generative Neural Networks

T0 review · 3 major / 6 minor · reviewed 2026-08-04 · deepseek-v4-flash

Pith's one-line read A conditional WGAN-GP trained on channel parameters rendered as images can reproduce the joint statistics of ray-traced multipath channels, including path correlations, and interpolate to unseen distances, offering a data-efficient substitu

desk verdict Useful data-to-image trick for generative channel modeling, but the headline fidelity and interpolation claims rest on EM distances computed on synthetic padding. read the letter →

arxiv 2608.01840 v1 pith:M3VKLXJD submitted 2026-08-03 eess.SP

classification eess.SP
keywords geometry-basedstochasticchannelmodelgenerativeadversarialnetworksWGAN-GPimagesraytracingmultipathcorrelationconditionalgenerationdata-to-imagemapping
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 tries to establish that a geometry-based stochastic channel model can be built by training a generative neural network on channel parameters rendered as images, instead of hand-deriving scatterer statistics or re-running ray tracing for every link. The central claim is that a conditional WGAN-GP trained on these 'channel images' captures not only the marginal distributions of pathloss, delay, angles, and phase, but also the correlations among multipath components, and that it can synthesize channels for distances not seen in training. If true, engineers could replace costly ray-tracing resampling with one trained generator for site-specific coverage and system-level studies. The paper validates this on a dense-urban ray-tracing dataset at 12 GHz, reporting close agreement in Earth Mover distance, parameter CDFs, link-state probabilities, angular statistics, RMS spreads, correlation matrices, and SNR coverage curves.

What carries the argument

The central mechanism is the data-to-image mapping. Each normalized 8x25 channel parameter matrix is enlarged by duplicating every element twice horizontally and eight times vertically, with three image channels, yielding a 64x50 image in which early convolutional kernels operate on homogeneous blocks of a single physical parameter; this exploits the texture bias of convolutional networks to learn correlations among paths. Links with fewer than 25 paths are padded with virtual paths, whose pathloss values are drawn from U(180,200) as a removable marker, and after generation virtual paths are dropped by thresholding pathloss at 180 dB. The stochastic engine is a conditional WGAN-GP—a Wasserst

What would settle it

Take a ray-tracing database from a scenario where some links have more than 25 paths or some real paths exceed 180 dB pathloss, train the same channel-image WGAN-GP on it, and compare EM distances, CDFs, and correlation matrices against the raw data; if the mismatch concentrates in those links, the fixed matrix size and threshold assumption is the cause. A simpler check is to count, in the original ray-tracing output, how often the 180 dB cutoff removes a real path or a link has more than 25 paths.

Watch

Extended reading notes

Core claim

The paper claims that representing each link's channel parameters as an image lets a conditional Wasserstein generative adversarial network with gradient penalty learn the full joint distribution of multipath components. Each link's parameters are arranged in an 8x25 matrix—pathloss, delay, departure and arrival angles, phase, and link state—and each entry is duplicated into a homogeneous block to form a 64x50 image, so convolutional kernels first see one physical parameter at a time. Trained on 602,770 ray-traced links in a dense urban area at 12 GHz, conditioned on 2D distance and receiver height, the generator's outputs match the original data in EM distance, CDFs, link-state probabilitie

Load-bearing premise

The method assumes every link in the target scenario has at most 25 resolvable paths and no real path has pathloss above 180 dB, so the virtual padding and the 180 dB removal rule cleanly separate synthetic entries from real multipath components.

Editorial extensions

If this is right

  • The trained generator can produce stochastic channel realizations for any link in the studied area without re-running the ray tracer, enabling fast site-specific link- and system-level simulations.
  • The model reproduces correlations among multipath components, something fully connected generative baselines fail to do, so coverage and interference studies that depend on those correlations should be more accurate.
  • The model synthesizes statistically faithful channels for held-out 2D distance conditions, and finer partitioning of the condition range improves interpolation even when the training budget is held fixed.
  • The data-to-image mapping is independent of propagation environment, so the same recipe can be combined with other generative model families, such as conditional variational autoencoders or diffusion models, to build GBSMs from other geometry-specific channel databases.

Reading between the lines

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

  • The interpolation result suggests that, for a fixed ray-tracing budget, how densely the condition space is sampled may matter more than how many links are collected per condition; this could be tested by deliberately thinning a dataset along one condition axis.
  • Because the whole pipeline depends on the 25-path cap and the 180 dB pathloss threshold, applying it to very reflective indoor environments, extreme near-field links, or higher frequencies would require re-checking whether real paths are being discarded or synthetic padding is leaking into the statistics.
  • The texture-bias explanation predicts that the duplication factors and the spatial layout of parameters in the image are not arbitrary; ablating the duplication ratio or reordering rows should measurably change correlation fidelity, which would provide a direct test of the proposed mechanism.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 6 minor

Summary. The manuscript proposes a geometry-based stochastic channel model (GBSM) built on a conditional WGAN-GP. Ray-tracing channel parameters per link (pathloss, delay, departure/arrival angles, phase, link state) are arranged into an 8×25 matrix, padded with "virtual paths" (pathloss sampled from U(180,200), other features from U(min,max)), normalized, and expanded into 3×64×50 images by duplication. A conditional WGAN-GP with convolutional generator and critic is trained on these images conditioned on 2D distance and RX height. After generation, images are downsampled, inverse-transformed, the LOS first column is replaced deterministically, and virtual paths are removed using a 180 dB pathloss threshold. The paper evaluates the model with EM distance, CDFs, link-state probabilities, angular PDFs, RMS spreads, correlation matrices (CMD), a distance-based held-out interpolation experiment, and system-level SNR simulations in Herald Square, claiming that the model faithfully represents joint distributions and reliably interpolates across held-out conditions.

Significance. If the central claims held, the contribution would be practically useful: a data-to-image mapping that lets CNN-based GANs capture multipath correlations, demonstrated on a realistic 602,770-link ray-tracing case study and compared against FC WGAN-GP and CVAE baselines. Strengths include the reproducible code link, detailed architecture and hyperparameter reporting, the equal-mass binning protocol for the interpolation study, and the system-level drop-based evaluation. However, the main quantitative evidence for distributional fidelity is compromised by the inclusion of synthetic virtual padding in the EM-distance computation, and the threshold-based path-removal rule rests on unverified assumptions. These issues are fixable but currently leave the paper's headline claims unsupported.

major comments (3)
  1. [Section VII.A, Table III] The EM distance is computed "between the model outputs before the data reconstruction process and the original data after normalization." The normalized original data still contain the virtual paths introduced in Section III.B (pathloss drawn from U(180,200), other features from U(min,max), padded to 8×25). For a link with 13 paths, 12 of 25 columns are synthetic; averaging over links, the EM distance is dominated by the model's ability to imitate independent uniform padding rather than by its fidelity on real multipath components. The statement that the measured values are "negligible" is therefore not evidence that the real channel distributions are captured. Please recompute the metric after masking/removing virtual paths (using the known path count) and report EM distances on real paths only, together with the fraction of virtual entries.
  2. [Sections III.B and VI] The reconstruction removes "virtual paths ... when the pathloss values exceed the outage pathloss threshold (180 dB)." This rule is valid only if no real path has pathloss >180 dB and no link has more than 25 resolvable paths. The paper does not verify either condition from the ray-tracing output. If the assumptions fail, real paths are silently discarded and every subsequent comparison (CDFs, RMS spreads, correlation matrices, SNR) is biased. Report the empirical maximum number of paths per link and the empirical pathloss distribution near 180 dB, and justify the threshold from data rather than treating it as an axiom.
  3. [Section VII.G and Fig. 14] The interpolation evaluation reports only the normalized ratio EM(p)/EM(p=1). This is not interpretable without absolute EM distances on held-out conditions; a ratio of 1.4 may correspond to a small or large absolute error, and because the EM metric is the same padded-data metric as in Table III, the interpolation claim inherits the virtual-path contamination. In addition, while the held-out experiment varies 2D distance, Section VII.C claims "statistical interpolation with respect to RX heights" from a model trained on five discrete heights; no held-out height evaluation is provided, so that claim is unsupported. Please report absolute EM distances on real-path-only held-out samples and add a genuine held-out height experiment if the height-interpolation claim is retained.
minor comments (6)
  1. [Section III.B] The phrase "virtual values of the feature data d_i are sampled from U(min d_i, max d_i)" is ambiguous. Please clarify whether min/max are computed per link, per feature across the whole dataset, or per feature per height; this affects reproducibility.
  2. [Section VI] Using "negative critic loss close to 0" as the only training stopping criterion is not a reliable convergence diagnostic for GANs. Consider reporting a quantitative validation metric (e.g., real-path EM distance) or fixed epochs with early stopping on held-out data.
  3. [Figs. 5 and 6] The captions state "on all paths over all links" without specifying whether the CDF is over all individual paths or averaged per link, and whether virtual paths have been removed before plotting. Please clarify.
  4. [Section VII.F] The correlation analysis is restricted to the second-strongest path. This supports the baseline comparison but does not by itself substantiate "capturing the correlations among multipath components" across all paths. A multi-path correlation metric or additional path indices would strengthen the claim.
  5. [Section VIII] The explanation that "small gaps ... are due to the lack of randomization of the ray-tracing channel" is vague. Please state how many random BS/UE drops are used and report confidence intervals or error bars for the SNR CDFs.
  6. [General] There are numerous typographical artifacts (e.g., "difficulty", "V ary", "efficient") and inconsistent citation formatting. A careful proofread is needed before resubmission.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: the paper reports an empirical generative-model validation, and the claimed results do not reduce to the model's inputs by construction.

full rationale

The paper's central claim is that a WGAN-GP trained on channel images reproduces the joint statistics of ray-tracing data and interpolates across held-out 2D distance conditions. This is an empirical claim supported by comparisons against the original data: per-parameter EM distances (Table III), CDFs, link-state probabilities, angular PDFs, RMS spreads, correlation-matrix distances, and system-level SNR CDFs. None of these metrics is defined in terms of the model's own outputs; they compare trained-model outputs to held-out or reference data. The data-to-image mapping and duplication preprocessing are design choices, not equations that presuppose the conclusion. The virtual-path padding with pathloss values in U(180,200) and the later removal threshold of 180 dB are an internal labeling convention; they could contaminate or bias fidelity estimates if real paths exceed 180 dB or links have more than 25 paths, but that is a correctness/robustness concern, not circular reasoning. The WGAN-GP training objective is the Wasserstein distance, and the reported EM distances are evaluated in the normalized domain between generated and original distributions; this is a legitimate external comparison rather than a tautology. The self-citations ([36], [41], [42]) provide context, a standard CMD definition, and simulation settings, respectively, and are not load-bearing for the central derivation. The conclusion openly states that validation is limited to a single scenario and carrier frequency, which is a stated limitation rather than an appeal to the paper's own prior results. Accordingly, no circular step can be exhibited, and the appropriate score is 0.

Assumptions & free parameters 6 free parameters · 9 assumptions · 2 invented entities

The model's success depends on several hand-chosen preprocessing choices and assumptions: fixed 25 paths, virtual padding with 180 dB threshold, duplication factors, and the accuracy of ray-tracing ground truth. None of these are derived or independently calibrated, so the method's generality and the evaluation's cleanliness rest on unverified premises.

free parameters (6)
  • Maximum paths per link = 25
    Hand-chosen to fix matrix width; not justified by channel physics or ray-tracing path counts.
  • Virtual pathloss sampling range and outage threshold = U(180,200) / 180 dB
    Hand-chosen marker to distinguish virtual from real paths; assumes no real path exceeds 180 dB.
  • Duplication factors = 8x vertical, 2x horizontal, 3 channels
    Hand-chosen to create 64x50x3 channel images; no sensitivity analysis is provided.
  • Delay scaling multiplier = 1e7
    Hand-chosen to bring delay values into comparable range.
  • Link state label epsilon = small epsilon (not specified)
    Used to sample LOS/NLOS labels around +/-1; exact value not given.
  • Training hyperparameters = lr=1e-4, Adam beta=(0.5,0.9), epochs=20, batch=256, latent dim=25
    Standard GAN tuning choices, not physically motivated; no grid search or multiple seeds reported.
assumptions (9)
  • standard math Wasserstein GAN theory: Kantorovich-Rubinstein duality and gradient penalty ensure the critic approximates EM distance.
    Section IV.A relies on [29], [32].
  • standard math Pearson correlation and correlation matrix distance are valid measures of joint distribution fidelity.
    Section VII.F uses [40], [41].
  • domain assumption Ray-tracing simulation (Wireless Insite) provides accurate ground-truth channel parameters.
    Section III.A and refs [5], [6]; the entire study treats these outputs as truth.
  • domain assumption The MIMO channel matrix in Eq. 1 fully describes the channel when mutual coupling is ignored.
    Section II.
  • domain assumption ITU material electrical properties at 12 GHz are correct for the Herald Square scene.
    Section V.B, refs [37], [38].
  • ad hoc to paper Virtual paths sampled from per-feature uniform distributions preserve trainability and do not distort learned statistics.
    Section III.B; no evidence that random padding avoids bias.
  • ad hoc to paper A pathloss threshold of 180 dB uniquely identifies virtual paths, i.e., no real path exceeds 180 dB.
    Sections III.B and VI; unverified.
  • ad hoc to paper Every link has no more than 25 resolvable paths.
    Section III.B imposes 8x25 matrix; no path-count distribution is reported.
  • ad hoc to paper Duplication-based images exploit CNN texture bias to capture multipath correlations.
    Section III.C cites [28], but no ablation isolates duplication vs raw-matrix CNNs.
invented entities (2)
  • Virtual paths
    purpose: Pad links with fewer than 25 paths so all data matrices share shape 8x25
    Synthetic values, not physical propagation paths; discarded after generation. Their inclusion in EM distance and CDFs can inflate apparent fidelity.
  • Channel images
    purpose: Represent channel parameter matrices as 3x64x50 images for CNN training
    A formatting construct; its claimed benefit via texture bias is not independently validated with an ablation.

how reviews work

0 comments
Cite this review

Pith. "Pith review of A Geometry-based Stochastic Wireless Channel Model using Generative Neural Networks." pith.science (2026). https://pith.science/paper/M3VKLXJD

@misc{pith2026260801840,
  author       = {Pith},
  title        = {Pith review of: A Geometry-based Stochastic Wireless Channel Model using Generative Neural Networks},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/M3VKLXJD}},
  note         = {Machine review of arXiv:2608.01840}
}
read the original abstract

Due to the high complexity of geometry-deterministic wireless channel modeling and the difficulty in its implementation, geometry-based stochastic channel modeling (GBSM) approaches have been used to evaluate system performance of wireless communications. This paper introduces a new method to model a GBSM by training a generative neural network using images formed by channel parameters. Toward this end, we process the data of channel parameters in the form of images and train the generative neural networks where the convolutional layers are mainly employed to capture correlation among multipath components. Through a case study, we demonstrate that the use of channel images facilitates the training of the generative model and ensures that the model learns the correlations among multipath components. We show that the outputs of the generative model faithfully represent the joint distributions of the original data, and that the trained model reliably interpolates across held-out conditions not used during training, demonstrating its practical value as a data-efficient alternative to directly resampling the ray-tracing database. Furthermore, to corroborate applicability of the trained model, we run simple system-level simulations and show the results obtained from the trained model closely match those from the ray-tracing data. Therefore, the proposed model is expected to ease the burden of GBSM implementations with general wireless conditions and capture the statistical joint distributions of the original channel data.

Figures

Figures reproduced from arXiv: 2608.01840 by the authors.

Figure 1
Figure 1. Images for different number of multipaths are generated [PITH_FULL_IMAGE:figures/full_fig_p003_1.png] view at source ↗
Figure 2
Figure 2. WGAN-GP with general wireless conditions [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. Herald Square in New York City for ray-tracing [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (11 more)
Figure 5
Figure 5. Figure 5: CDFs of pathloss for (a) 1.6 m, (b) 30 m, (c) 60 m, (d) 90 m, and (e) 120 m (a) (b) (c) (d) (e) [PITH_FULL_IMAGE:figures/full_fig_p006_5.png]
Figure 6
Figure 6. Figure 6: CDFs of propagation delay for (a) 1.6 m, (b) 30 m, (c) 60 m, (d) 90 m, and (e) 120 m In this work, we simply sample the first element of the repeated area: [𝑫˜ ]𝑖, 𝑗 = [PITH_FULL_IMAGE:figures/full_fig_p006_6.png]
Figure 7
Figure 7. Figure 7: Link state probability (LOS and outage) for (a) [PITH_FULL_IMAGE:figures/full_fig_p007_7.png]
Figure 8
Figure 8. Figure 8: Link state probability by RX height and 2D distance [PITH_FULL_IMAGE:figures/full_fig_p007_8.png]
Figure 9
Figure 9. Figure 9: PDFs of relative (a) ZOD and (b) ZOA over 2D [PITH_FULL_IMAGE:figures/full_fig_p007_9.png]
Figure 10
Figure 10. Figure 10: CDFs of AOA, AOD and arrival phase Specifically, local scattering occurs mostly in downward di￾rections at close distances. Accordingly, [PITH_FULL_IMAGE:figures/full_fig_p008_10.png]
Figure 11
Figure 11. Figure 11: RMS CDFs for (a) delay, (b) AOA, (c) AOD, (d) ZOA, and (e) ZOD [PITH_FULL_IMAGE:figures/full_fig_p008_11.png]
Figure 12
Figure 12. Figure 12: Correlation matrices from data and generative models 2D distance [m] 0 100 200 300 400 500 C M D 0 0.02 0.04 0.06 0.08 0.1 0.12 0.14 0.16 0.18 0.2 Conv. WGAN-GP FC WGAN-GP CVAE [20] [PITH_FULL_IMAGE:figures/full_fig_p009_12.png]
Figure 13
Figure 13. Figure 13: CMDs between the original data and three generative models: Conv. WGAN-GP, FC WGAN-GP, and the CVAE in [20] and 120 m, respectively. Note that the CVAE [20] considers only six channel parameters, excluding the phase 𝜓2, which accounts for the blank entries in its corr…
Figure 14
Figure 14. Figure 14: Normalized EM distances vs. number of bins [PITH_FULL_IMAGE:figures/full_fig_p010_14.png]
Figure 15
Figure 15. Figure 15: Comparison of SNR distributions with different ISD [PITH_FULL_IMAGE:figures/full_fig_p011_15.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

45 extracted references · 1 linked inside Pith

  1. [20]

    Generative neural network channel modeling for millimeter-wave uav communication,

    W. Xia, S. Rangan, M. Mezzavilla, A. Lozano, G. Geraci, V . Semkin, and G. Loianno, “Generative neural network channel modeling for millimeter-wave uav communication,” IEEE Transactions on Wireless Communications, 2022. 12

  2. [1]

    Study on channel model for frequencies from 0.5 to 100 ghz,

    3rd Generation Partnership Project (3GPP), “Study on channel model for frequencies from 0.5 to 100 ghz,” 3GPP TR 38.901 , vol. 17.1.0, Jan. 2024, release 17

  3. [2]

    TR 36.777, 3rd generation partnership project; technical speci- fication group radio access network; study on enhanced lte support for aerial vehicles,

    3GPP, “TR 36.777, 3rd generation partnership project; technical speci- fication group radio access network; study on enhanced lte support for aerial vehicles,” 2017

  4. [3]

    TR 38.811,3rd generation partnership project; technical specifi- cation group radio access network; study on new radio (nr) to support non-terrestrial networks,

    ——, “TR 38.811,3rd generation partnership project; technical specifi- cation group radio access network; study on new radio (nr) to support non-terrestrial networks,” 2020

  5. [4]

    “Remcom,” available on-line at https://www.remcom.com/

  6. [5]

    Ray-optical modeling of wireless coverage enhancement using engi- neered electromagnetic surfaces: Experimental verification at 28 ghz,

    Y . de Jong, R. Chaharmir, S. Raut, D. McLachlan, M. Zhang, G. Bedrosian, M. Schmiedekamp, J. DeLancey, and R. S. Belmonte, “Ray-optical modeling of wireless coverage enhancement using engi- neered electromagnetic surfaces: Experimental verification at 28 ghz,” in 2023 53rd European Microwave Conference (EuMC) . IEEE, 2023, pp. 702–705

  7. [6]

    Millimetre Waves:Modelling and Simulation to Engineer for Coverage,

    Phil Vigneron, “Millimetre Waves:Modelling and Simulation to Engineer for Coverage,” August 2017. [Online]. Available: https: //its.ntia.gov/media/66446/vigneron_isart2017.pdf

  8. [7]

    Yin and X

    X. Yin and X. Cheng, Propagation channel characterization, parameter estimation, and modeling for wireless communications . John Wiley & Sons, 2016

Show all 45 references
  1. [8]

    A statistical model of mobile-to-mobile land communication channel,

    A. S. Akki and F. Haber, “A statistical model of mobile-to-mobile land communication channel,” IEEE transactions on vehicular technology , vol. 35, no. 1, pp. 2–7, 1986

  2. [9]

    Modeling, analysis, and simulation of mimo mobile-to-mobile fading channels,

    M. Patzold, B. O. Hogstad, and N. Y oussef, “Modeling, analysis, and simulation of mimo mobile-to-mobile fading channels,” IEEE Transac- tions on Wireless Communications , vol. 7, no. 2, pp. 510–520, 2008

  3. [10]

    An adaptive geometry-based stochastic model for non-isotropic mimo mobile-to-mobile channels,

    X. Cheng, C.-X. Wang, D. I. Laurenson, S. Salous, and A. V . Vasilakos, “An adaptive geometry-based stochastic model for non-isotropic mimo mobile-to-mobile channels,” IEEE transactions on wireless communica- tions, vol. 8, no. 9, pp. 4824–4835, 2009

  4. [11]

    Space-time correlated mobile-to-mobile channels: Modelling and simulation,

    A. G. Zajic and G. L. Stuber, “Space-time correlated mobile-to-mobile channels: Modelling and simulation,” IEEE Transactions on Vehicular Technology, vol. 57, no. 2, pp. 715–726, 2008

  5. [12]

    Statistical characteristics of measured mimo wireless channel data and comparison to conventional models,

    J. W. Wallace and M. A. Jensen, “Statistical characteristics of measured mimo wireless channel data and comparison to conventional models,” in IEEE 54th Vehicular Technology Conference. VTC Fall 2001. Pro- ceedings (Cat. No. 01CH37211) , vol. 2. IEEE, 2001, pp. 1078–1082

  6. [13]

    Impact of clustering in statistical indoor propagation models on link capacity,

    K.-H. Li, M. A. Ingram, and A. Van Nguyen, “Impact of clustering in statistical indoor propagation models on link capacity,” IEEE Transac- tions on Communications , vol. 50, no. 4, pp. 521–523, 2002

  7. [14]

    Geometry- based stochastic channel model for high-speed railway communications,

    L. Zhou, F. Luan, S. Zhou, A. F. Molisch, and F. Tufvesson, “Geometry- based stochastic channel model for high-speed railway communications,” IEEE Transactions on Vehicular Technology , vol. 68, no. 5, pp. 4353– 4366, 2019

  8. [15]

    A geometry-based stochastic mimo model for vehicle-to-vehicle communications,

    J. Karedal, F. Tufvesson, N. Czink, A. Paier, C. Dumard, T. Zemen, C. F. Mecklenbrauker, and A. F. Molisch, “A geometry-based stochastic mimo model for vehicle-to-vehicle communications,” IEEE transactions on wireless communications , vol. 8, no. 7, pp. 3646–3657, 2009

  9. [16]

    Geometry-based stochastic channel model for two-story lobby environment at 10 ghz,

    A. Roivainen, C. F. Dias, N. Tervo, V . Hovinen, M. Sonkki, and M. Latva-aho, “Geometry-based stochastic channel model for two-story lobby environment at 10 ghz,” IEEE transactions on antennas and propagation, vol. 64, no. 9, pp. 3990–4003, 2016

  10. [17]

    A geometry-based stochastic channel model for the millimeter-wave band in a 3gpp high-speed train scenario,

    J. Y ang, B. Ai, K. Guan, D. He, X. Lin, B. Hui, J. Kim, and A. Hrovat, “A geometry-based stochastic channel model for the millimeter-wave band in a 3gpp high-speed train scenario,” IEEE Transactions on Vehicular Technology, vol. 67, no. 5, pp. 3853–3865, 2018

  11. [18]

    Generative- adversarial-network-based wireless channel modeling: Challenges and opportunities,

    Y . Y ang, Y . Li, W. Zhang, F. Qin, P . Zhu, and C.-X. Wang, “Generative- adversarial-network-based wireless channel modeling: Challenges and opportunities,” IEEE Communications Magazine , vol. 57, no. 3, pp. 22– 27, 2019

  12. [19]

    Mimo-gan: Generative mimo channel modeling,

    T. Orekondy, A. Behboodi, and J. B. Soriaga, “Mimo-gan: Generative mimo channel modeling,” in ICC 2022-IEEE International Conference on Communications . IEEE, 2022, pp. 5322–5328

  13. [21]

    Multi-frequency channel modeling for millimeter wave and thz wireless communication via generative adversarial networks,

    Y . Hu, M. Yin, W. Xia, S. Rangan, and M. Mezzavilla, “Multi-frequency channel modeling for millimeter wave and thz wireless communication via generative adversarial networks,” in 2022 56th Asilomar Conference on Signals, Systems, and Computers . IEEE, 2022, pp. 670–676

  14. [22]

    Channelgan: Deep learning- based channel modeling and generating,

    H. Xiao, W. Tian, W. Liu, and J. Shen, “Channelgan: Deep learning- based channel modeling and generating,” IEEE Wireless Communica- tions Letters , vol. 11, no. 3, pp. 650–654, 2022

  15. [23]

    Propagation channel modeling by deep learning techniques,

    S. Seyedsalehi, V . Pourahmadi, H. Sheikhzadeh, and A. H. G. Foumani, “Propagation channel modeling by deep learning techniques,” arXiv preprint arXiv:1908.06767, 2019

  16. [24]

    Addressing posterior collapse with mutual information for improved variational neural ma- chine translation,

    A. D. McCarthy, X. Li, J. Gu, and N. Dong, “Addressing posterior collapse with mutual information for improved variational neural ma- chine translation,” in Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics , 2020, pp. 8512–8525

  17. [25]

    Tse and P

    D. Tse and P . Viswanath, Fundamentals of wireless communication . Cambridge university press, 2005

  18. [26]

    R. W. Heath Jr. and A. Lozano, Foundations of MIMO Communication . Cambridge University Press, 2018

  19. [27]

    Remcomm [online],

    “Remcomm [online],” https://www.remcom.com, online; accessed 28 November 2022

  20. [28]

    Imagenet-trained cnns are biased towards texture; in- creasing shape bias improves accuracy and robustness,

    R. Geirhos, P . Rubisch, C. Michaelis, M. Bethge, F. A. Wichmann, and W. Brendel, “Imagenet-trained cnns are biased towards texture; in- creasing shape bias improves accuracy and robustness,” in International conference on learning representations , 2018

  21. [29]

    Wasserstein generative ad- versarial networks,

    M. Arjovsky, S. Chintala, and L. Bottou, “Wasserstein generative ad- versarial networks,” in International conference on machine learning . PMLR, 2017, pp. 214–223

  22. [30]

    Generative adversarial nets,

    I. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde-Farley, S. Ozair, A. Courville, and Y . Bengio, “Generative adversarial nets,” Advances in neural information processing systems , vol. 27, 2014

  23. [31]

    Villani et al

    C. Villani et al. , Optimal transport: old and new . Springer, 2009, vol. 338

  24. [32]

    Improved training of wasserstein gans,

    I. Gulrajani, F. Ahmed, M. Arjovsky, V . Dumoulin, and A. C. Courville, “Improved training of wasserstein gans,” Advances in neural information processing systems, vol. 30, 2017

  25. [33]

    Geometry-based stochastic wireless channel mod- eling GitHub repository,

    “Geometry-based stochastic wireless channel mod- eling GitHub repository,” available on-line at https://github.com/sk8053/GeoStochasticChanModel

  26. [34]

    FCC seeks comment on maximizing efficient use of 12 GHz band,

    FCC Technical Advisory Council, “FCC seeks comment on maximizing efficient use of 12 GHz band,” January

  27. [35]

    6G working group position paper,

    ——, “6G working group position paper,” August

  28. [36]

    Cellular wireless networks in the upper mid-band,

    S. Kang, M. Mezzavilla, S. Rangan, A. Madanayake, S. B. Venkatakrish- nan, G. Hellbourg, M. Ghosh, H. Rahmani, and A. Dhananjay, “Cellular wireless networks in the upper mid-band,” IEEE Open Journal of the Communications Society , 2024

  29. [37]

    Electrical characteristics of the surface of the earth,

    ITU-R, “Electrical characteristics of the surface of the earth,” Geneva, Sep. 2021

  30. [38]

    Effects of building materials and structures on radiowave prop- agation above about 100 mhz,

    ——, “Effects of building materials and structures on radiowave prop- agation above about 100 mhz,” Geneva, Sep. 2021

  31. [39]

    Multipath propagation and parameterization of its characteristics,

    ITU-R P .1407-6, “Multipath propagation and parameterization of its characteristics,” Jun 2017

  32. [40]

    Correlation matrix distance, a meaningful measure for evaluation of non-stationary mimo channels,

    M. Herdin, N. Czink, H. Ozcelik, and E. Bonek, “Correlation matrix distance, a meaningful measure for evaluation of non-stationary mimo channels,” in 2005 IEEE 61st Vehicular Technology Conference , vol. 1. IEEE, 2005, pp. 136–140

  33. [41]

    Spatially consistent air-to-ground channel modeling via generative neural networks,

    A. Giuliani, R. Nikbakht, G. Geraci, S. Kang, A. Lozano, and S. Rangan, “Spatially consistent air-to-ground channel modeling via generative neural networks,” IEEE Wireless Communications Letters , 2024

  34. [42]

    Millimeter-wave uav coverage in ur- ban environments,

    S. Kang, M. Mezzavilla, A. Lozano, G. Geraci, W. Xia, S. Rangan, V . Semkin, and G. Loianno, “Millimeter-wave uav coverage in ur- ban environments,” in 2021 IEEE Global Communications Conference (GLOBECOM). IEEE, 2021, pp. 1–6

  35. [43]

    Study of Radio Frequency (RF) and Electromagnetic Compati- bility (EMC) requirements for Active Antenna Array System (AAS) base station,

    3GPP, “Study of Radio Frequency (RF) and Electromagnetic Compati- bility (EMC) requirements for Active Antenna Array System (AAS) base station,” TS 37.840

  36. [2021]

    Available: https://www.fcc.gov/document/fcc-seeks- comment-maximizing-efficient-use-12-ghz-band

    [Online]. Available: https://www.fcc.gov/document/fcc-seeks- comment-maximizing-efficient-use-12-ghz-band

  37. [2023]

    Available: https://www.fcc.gov/sites/default/files/ Consolidated_6G_Paper_FCCTAC23_Final_for_Web.pdf

    [Online]. Available: https://www.fcc.gov/sites/default/files/ Consolidated_6G_Paper_FCCTAC23_Final_for_Web.pdf

Pith tools

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