Pith. sign in

REVIEW 4 major objections 5 minor 1 cited by

Photon Splatting: A Physics-Guided Neural Surrogate for Real-Time Wireless Channel Prediction

T0 review · 4 major / 5 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read Photon Splatting is a physics-guided neural surrogate that predicts full wireless channel impulse responses at millisecond latency and generalizes to new transmitter positions, antenna beam patterns, and mobile receivers without retraining.

desk verdict Clever architecture and a novel combination, but the amplitude model omits receiver-distance decay—a physical gap that undermines the mobile-receiver generalization claim. read the letter →

arxiv 2507.04595 v1 pith:RFX33QRL submitted 2025-07-07 cs.LG

classification cs.LG
keywords channelimpulseresponseelectromagneticpropagationneuralsurrogatemodelingsphericalsplattingphotonFourieroperatorwirelessdigitaltwinreal-timeprediction
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 the wireless channel between any transmitter and receiver in a 3D scene can be modeled as a sum of directional contributions from a fixed set of surface-attached virtual sources, called photons. Once the per-photon wave signatures are learned, the model can predict full time-resolved channel impulse responses for new transmitter locations, receiver positions, and antenna beam patterns without retraining. The authors argue this makes high-fidelity channel prediction fast enough for real-time use in wireless digital twins, with demonstrated 30-millisecond inference for dense receiver grids and downstream tasks like MIMO precoding and wave-guided robot navigation. A sympathetic reader would take the central claim to be that a physics-grounded, explainable neural representation can replace expensive ray tracing at inference time while preserving enough physical structure to support real-world physical-layer decisions.

What carries the argument

The central object is the surface-attached photon: a re-radiating element placed on scene surfaces, with attributes (position, transmit direction, delay, transfer matrix, and spherical-harmonic coefficients) that summarize how waves scatter from that point. The wave signature for photon $i$ is $s_i = (1/t_{d,i},\, \theta^{\mathrm{tx}}_i,\, \phi^{\mathrm{tx}}_i,\, T^{11}_i, T^{12}_i, T^{21}_i, T^{22}_i)$, and a Fourier neural operator predicts these signatures from the photon and transmitter positions. During inference, each photon contributes a splat to the receiver's geodesic angular rasterizer: its delay is $(d_0 + t_{d,i})/c$ and its complex gain is $\frac{\lambda}{4\pi} \mathbf{C}_R^H(\theta^{\mathrm{rx}}_i,\phi^{\mathrm{rx}}_i)\, T_i\, \mathbf{C}_T(\theta^{\mathrm{tx}}_i,\phi^{\mathrm{tx}}_i)$, and summing these terms over photons reconstructs the channel impulse response. This design is what carries the argument: it decouples a fixed scene representation from the query-dependent aggregation, which is what enables real-time inference and generalization.

What would settle it

Train on a scene with many diffuse reflectors (such as a rough or foliated surface) using the same per-surface photon density, then measure relative mean squared error on a held-out receiver grid; if the error does not decrease with photon count and instead saturates, the fixed uniform surface-photon representation cannot capture diffuse multipath. Alternatively, test a transmitter position well outside the training region (for instance, inside the building in the single-building scene) and compare predicted channel impulse response to ray tracing; a sharp error spike would show the generalization claim is limited to the training distribution.

Watch

Extended reading notes

Core claim

The central discovery is that propagation in a static scene can be represented by fixed surface-attached photons, each carrying a learned wave signature that encodes path delay, departure angles, and a 2x2 complex transfer matrix, with angular variation captured by spherical harmonics. At runtime, each photon splats its directional contribution onto a geodesic rasterizer attached to the receiver, and the accumulated splats directly form the channel impulse response. Because the photon positions are fixed and only the wave signatures are recomputed when the transmitter changes, the learned model generalizes to unseen transmitters, antenna patterns, and mobile receivers without retraining.

Load-bearing premise

The load-bearing premise is that a finite, fixed set of points sampled once from the scene's surfaces is enough to represent every propagation path for any transmitter, receiver, and antenna pattern the model will encounter.

Editorial extensions

If this is right

  • Channel impulse responses for dense receiver grids (900 to 1,000 receivers) can be predicted in around 30 milliseconds per transmitter on a single GPU, enabling interactive wireless digital twin applications.
  • A trained model can compute multiuser MIMO zero-forcing precoding matrices directly from predicted channels, potentially eliminating pilot-based channel estimation overhead.
  • The model generalizes to antenna beam patterns never seen in training, because antenna patterns are applied at the splatting stage rather than baked into the learned photon signatures.
  • The predicted directional delay information is accurate enough to drive wave-guided robot navigation without floor-plan or vision input, as demonstrated in a three-room layout.
  • Compared with ray tracing, the approach cuts per-transmitter runtime from about 147 seconds to about 0.03 seconds in a complex indoor scene, a speedup of roughly four orders of magnitude.

Reading between the lines

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

  • If the photon-splatting representation is as complete as claimed, then the same fixed photon set should be reusable across carrier frequencies by resampling or re-learning only the signatures; the paper does not test this, but it follows from the representation being geometry-anchored rather than frequency-specific.
  • A natural stress test would be a scene with many diffuse scatterers such as foliage or rough walls; if accuracy degrades with fixed photon counts, the current uniform surface sampling would need to become adaptive or density-aware, an extension the paper does not address.
  • Because the splatting operation is differentiable, one could close the loop and optimize transmitter locations, antenna patterns, or trajectories directly against the predicted channel, which the paper lists as future work but does not implement.
  • The fixed-photon representation also suggests a path to dynamic scenes: instead of retraining, update the photon positions and signatures from incremental geometry (for example, from LiDAR or vision), which would turn the static-scene assumption into an online-update capability.
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

4 major / 5 minor

Summary. The paper proposes Photon Splatting, a neural surrogate for real-time wireless channel impulse response (CIR) prediction. The method attaches a set of learnable 'photons' to scene surfaces; each photon carries a wave signature (inverse path length, departure angles, and a 2x2 transfer matrix) predicted by a Fourier Neural Operator (FNO) encoder from photon and transmitter positions. At inference, the receiver splats these photons onto a geodesic angular rasterizer, accumulating multipath contributions into a CIR. The model is trained on Sionna ray-tracing data and evaluated on three scenes: a single building, a bistro, and a three-room floor plan. The paper reports 30 ms inference for 900 receivers, generalization to unseen transmitter positions and antenna patterns, and downstream demonstrations in multiuser MIMO precoding and wave-guided robot navigation.

Significance. If the central claims hold, Photon Splatting is a promising contribution: it is one of the few neural surrogates that directly predicts time-resolved CIRs with angular and delay structure, and it demonstrates real-time latency and a physics-inspired representation (surface-attached photons with spherical-harmonic modulation) that is more interpretable than volumetric Gaussian field approaches. The downstream applications (precoding without channel estimation, antenna placement, robot navigation) are compelling. However, the current evidence is largely qualitative or single-run quantitative, and the physical model has an internal inconsistency concerning receiver-distance dependence. The claim of 'physical fidelity' is also only fidelity to a ray-tracing simulator, not to measured wireless channels; this is a limitation, not a circularity, but it should be stated more prominently. The core idea is worth pursuing, but the manuscript needs substantial revision to substantiate the generalization claims.

major comments (4)
  1. [Section III.C, Eq. (4)] The per-photon amplitude ai = (lambda/(4 pi)) C_R^H T_i C_T omits the receiver-to-photon distance d0, while the delay tau_i = (d0 + td_i)/c includes it. Because the neural encoder in Section III.D takes only photon positions and transmitter positions as input, the predicted transfer matrix T_i is independent of the receiver's location. Consequently, two receivers at the same arrival angle from a given photon but at different distances d0 will receive identical amplitudes, whereas ray-tracing ground truth would exhibit approximately 1/d0 spreading loss. This directly undermines the claim of accurate CIR prediction for mobile receivers (Section IV.D, robot navigation). Please either modify Eq. (4) to include an explicit distance factor (or condition T_i on d0) and feed d0 into the network, or provide a controlled experiment that varies d0 at fixed angle and demonstrates that the model learns the correct distance decay.
  2. [Section IV.A and Eq. (5)] The training procedure is underspecified: the loss in Eq. (5) compares per-photon predictions a_i and td_i with ground-truth values, but the paper never explains how ray-traced multipath components from Sionna are associated with the surface-attached photons. Photons are uniformly sampled from scene surfaces, yet the correspondence between a physical ray path and a particular photon (or angular bin) is not defined. Without this mapping, the training targets are ambiguous and the method cannot be reproduced. Please specify the assignment/splatting procedure from GT paths to photon signatures.
  3. [Section IV.C, Table IV] The quantitative evaluation is not sufficient to support the accuracy claims. Table IV reports relative MSE 0.023 and delay error 1.95 ns for the proposed model, but without error bars over training seeds, and without numerical comparison to RF-3DGS or WRF-GS despite these being cited as baselines in Table I. The other two scenes (single building and Wi3Rooms) are evaluated only with qualitative figures. Please report mean and standard deviation over at least three independent training runs, provide quantitative metrics for all three scenes, and include numbers for the closest baselines on the same data.
  4. [Section IV.B–IV.D] The generalization claims are only partially demonstrated. 'New antenna beam patterns' is tested with a single unseen pattern (half-wavelength dipole) and only qualitatively in Fig. 9, with no quantitative error measure for that setting. 'Mobile receivers' in the Wi3Rooms experiment is demonstrated via robot trajectory planning, but it is not shown whether the robot's receiver positions lie inside or outside the 3,750 grid points used in training, nor is the CIR prediction error along the trajectory quantified. Please add held-out receiver trajectories and quantitative accuracy metrics to validate the mobile-receiver claim.
minor comments (5)
  1. [Section III.C, Eq. (3) vs Eq. (4)] The notation td_i is used inconsistently: Eq. (3) calls it 'total path length' while Eq. (4) adds d0 to it, implying td_i is the Tx-to-photon distance. Please clarify the definitions.
  2. [Section IV.B and Fig. 9] There are typos: 'UA Vs' and 'UA V-mounted' should be 'UAVs' and 'UAV-mounted', and 'Half-wavelength diople' should be 'Half-wavelength dipole'.
  3. [Fig. 4 caption] The caption shows 'P x4', 'F K F^{-1}', and 'Deformed Input' without explaining these elements; please either elaborate in the text or simplify the figure.
  4. [Section IV.B.2] The 30 ms latency is reported for a 900-receiver grid; please state clearly whether this is the total time for all 900 receivers or per receiver, and list the GPU and other hardware details, to make the runtime comparison meaningful.
  5. [Section V] The Limitations paragraph acknowledges static scenes but does not mention that all evaluations use ray-tracing (Sionna) ground truth rather than measured wireless channels; adding this caveat would help calibrate the 'physical fidelity' claim.

Circularity Check

0 steps flagged · score 2.0 of 10

No significant circularity: the surrogate is trained and evaluated against Sionna ray tracing, which is a grounding limitation rather than a circular step.

full rationale

The paper's derivation chain is a conventional supervised surrogate: Sionna ray tracing supplies ground-truth multipath amplitudes, angles, and delays; the neural encoder maps photon and transmitter positions to per-photon wave signatures; Eq. (4) assembles the predicted CIR; and Eq. (5) trains those signatures against the ray-traced ground truth. No predicted quantity is defined in terms of the model output or vice versa, and the test transmitter/receiver configurations are not present during training. The only self-citation (RayProNet, ref. [37]) appears in related work as a point of comparison and is not load-bearing for the proposed method. The physically motivated concern that Eq. (4) lacks an explicit 1/d0 receiver-to-photon distance term in the amplitude, while the encoder never receives receiver positions, is a correctness and generalization risk for mobile receivers, not a circular argument; it does not make the derivation self-referential. Therefore no circular steps are identified, and the score reflects only the minor, non-load-bearing self-citation.

Assumptions & free parameters 4 free parameters · 5 assumptions · 1 invented entities

The ledger captures the elements the reader must accept on faith. The main external input is Sionna ray tracing as ground truth. The main internal assumption is that a fixed, uniformly sampled set of surface photons can encode all relevant multipath. Hyperparameters such as photon count and loss weight alpha are chosen per dataset without sensitivity analysis.

free parameters (4)
  • loss weighting alpha = not stated
    Eq. (5) multiplies the delay error term by alpha, but its value is never given; it trades amplitude vs delay accuracy.
  • photon count per scene = 2000 (building), 3000 (wi3rooms), 9000 (bistro)
    Number of surface-attached photons is chosen per dataset (Table III) and directly controls representational capacity and runtime.
  • SH order and angular bins = not stated (order l=3 illustrated)
    The spherical harmonics order and spherical rasterizer angular resolution (n_theta, n_phi) determine angular precision but are not reported.
  • FNO architecture details = not stated
    Four FNO layers are mentioned, but modes, hidden widths, and activation choices are unspecified; these are fit during training.
assumptions (5)
  • domain assumption Channel can be modeled as a finite sum of discrete multipath components (Eq. 1, Eq. 2)
    The target CIR is defined as a sum over N paths with delays and complex gains; this is standard in wireless but an idealization that ignores diffuse scattering and continuous delay spreads.
  • domain assumption Sionna ray-tracing output is ground truth for training and evaluation
    All GT data are generated with Sionna RT; no measured data validate the ray tracer's accuracy in these scenes.
  • ad hoc to paper A fixed set of surface-attached photons can represent all relevant wave interactions for arbitrary Tx/Rx configurations
    Section III.B introduces photons as localized abstractions; Section IV.A samples them uniformly. No completeness argument is given.
  • ad hoc to paper Static scene and known Tx/Rx positions at query time
    Section V states the pipeline assumes static scenes and known positions.
  • domain assumption Far-field and geometric optics approximations from ray tracing are adequate at 2.14 GHz for the tested scenes
    Sionna RT applies high-frequency approximations; the paper relies on this for GT fidelity.
invented entities (1)
  • surface-attached photon
    purpose: A learnable virtual source placed on scene surfaces to abstract EM wave interactions and enable splatting-based CIR reconstruction.
    Introduced in Section III.B as a modeling construct. It has no falsifiable prediction outside the network's training data; its validity is only measured by fit to ray-traced channels.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Photon Splatting: A Physics-Guided Neural Surrogate for Real-Time Wireless Channel Prediction." pith.science (2026). https://pith.science/paper/RFX33QRL

@misc{pith2026250704595,
  author       = {Pith},
  title        = {Pith review of: Photon Splatting: A Physics-Guided Neural Surrogate for Real-Time Wireless Channel Prediction},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/RFX33QRL}},
  note         = {Machine review of arXiv:2507.04595}
}
read the original abstract

We present Photon Splatting, a physics-guided neural surrogate model for real-time wireless channel prediction in complex environments. The proposed framework introduces surface-attached virtual sources, referred to as photons, which carry directional wave signatures informed by the scene geometry and transmitter configuration. At runtime, channel impulse responses (CIRs) are predicted by splatting these photons onto the angular domain of the receiver using a geodesic rasterizer. The model is trained to learn a physically grounded representation that maps transmitter-receiver configurations to full channel responses. Once trained, it generalizes to new transmitter positions, antenna beam patterns, and mobile receivers without requiring model retraining. We demonstrate the effectiveness of the framework through a series of experiments, from canonical 3D scenes to a complex indoor cafe with 1,000 receivers. Results show 30 millisecond-level inference latency and accurate CIR predictions across a wide range of configurations. The approach supports real-time adaptability and interpretability, making it a promising candidate for wireless digital twin platforms and future 6G network planning.

Figures

Figures reproduced from arXiv: 2507.04595 by the authors.

Figure 1
Figure 1. Illustration of Photon Mapping. (1) Photons are emitted [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Illustration of Spherical Harmonics basis functions at order l = 3, resulting in a total of (l + 1)2 = 16 basis components. Higher-order expansions are employed in practice to capture high-frequency directional information accurately. At runtime, a receiver queries directional contributions from all photons in the scene. Each photon contributes a “splat” to the angular domain, filtered by the receiver’s orientation … view at source ↗
Figure 3
Figure 3. Illustration of spherical rasterizer splatting. Each [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (8 more)
Figure 4
Figure 4. Figure 4: Overview of the Photon Splatting framework. Surface-attached photons are constructed from scene geometry and learned [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Single building dataset setup and photon visualization (Section IV.B.1). a transmitter configuration not seen during training and place multiple receivers around the building perimeter. This setup emulates a pedestrian trajectory that encircles the structure, enabling …
Figure 6
Figure 6. Figure 6: Single building: CIR and spatial prediction (Section [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Multiuser MIMO Precoding Validation (Section IV.B.3) [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]
Figure 8
Figure 8. Figure 8: Bistro Scene and Prediction Overview. (a) - (b) Visualization of the physical Bistro scene and surface-attached photons. [PITH_FULL_IMAGE:figures/full_fig_p010_8.png]
Figure 9
Figure 9. Figure 9: Ablation Experiments and Comparison (Section IV.C.3). Using the “bistro” cafe [PITH_FULL_IMAGE:figures/full_fig_p011_9.png]
Figure 10
Figure 10. Figure 10: “wi3rooms” dataset (IV.D): We train our model under one antenna pattern, under the Tx/Rx settings of (b). delay information inferred from its predicted channel impulse responses The robot is equipped with a receiver array (see [PITH_FULL_IMAGE:figures/full_fig_p011_10.png]
Figure 11
Figure 11. Figure 11: Wave-Guided Robotic Navigation via Photon Splat￾ting (Section IV.D): A robot equipped with a 15-element receiver array infers its trajectory solely from predicted mul￾tipath directions. Darker arrows indicate wave paths with the shortest time-of-delay. Comparison with…

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. Mip-NeWRF: Enhanced Wireless Radiance Field with Hybrid Encoding for Channel Prediction

    eess.SP 2025-11 conditional novelty 5.0 of 10

    Mip-NeWRF predicts indoor channel frequency responses from sparse measurements using scale-normalized hybrid positional encoding and Fresnel-aware synthesis, beating NeWRF by 14.3 dB NMSE in ray-traced simulations.

Reference graph

Works this paper leans on

52 extracted references · 40 canonical work pages · cited by 1 Pith paper

  1. [1]

    Digital-twin- enabled 6g: Vision, architectural trends, and future directions,

    L. Khan, W. Saad, D. Niyato, Z. Han, and C. Hong, “Digital-twin- enabled 6g: Vision, architectural trends, and future directions,” IEEE Communications Magazine , vol. 60, no. 1, pp. 74–80, Jan. 2022, publisher Copyright: © 1979-2012 IEEE

  2. [2]

    Ray tracing for radio propagation modeling: Principles and applications,

    Z. Yun and M. F. Iskander, “Ray tracing for radio propagation modeling: Principles and applications,” IEEE access, vol. 3, pp. 1089–1100, 2015

  3. [3]

    A ray launching-neural network approach for radio wave propagation analysis in complex indoor environments,

    L. Azpilicueta, M. Rawat, K. Rawat, F. M. Ghannouchi, and F. Falcone, “A ray launching-neural network approach for radio wave propagation analysis in complex indoor environments,” IEEE Transactions on An- tennas and Propagation , vol. 62, no. 5, pp. 2777–2786, 2014. 13

  4. [4]

    Radio propagation prediction model using convolutional neural networks by deep learning,

    T. Imai, K. Kitao, and M. Inomata, “Radio propagation prediction model using convolutional neural networks by deep learning,” in 2019 13th European Conference on Antennas and Propagation (EuCAP) , 2019, pp. 1–5

  5. [5]

    Deepray: Deep learning meets ray-tracing,

    S. Bakirtzis, K. Qiu, J. Zhang, and I. Wassell, “Deepray: Deep learning meets ray-tracing,” in 2022 16th European Conference on Antennas and Propagation (EuCAP), 2022, pp. 1–5

  6. [6]

    An overview of machine learning techniques for radiowave propagation modeling,

    A. Seretis and C. Sarris, “An overview of machine learning techniques for radiowave propagation modeling,” IEEE Transactions on Antennas and Propagation, vol. 70, no. 6, pp. 3970–3985, 2022

  7. [7]

    Toward physics-based generalizable convolutional neural network models for indoor propagation,

    A. Seretis and C. D. Sarris, “Toward physics-based generalizable convolutional neural network models for indoor propagation,” IEEE Transactions on Antennas and Propagation , vol. 70, no. 6, pp. 4112– 4126, 2022

  8. [8]

    Fast selection of indoor wireless transmitter locations with generalizable neural network propagation models,

    A. Seretis, C. Xu, and C. Sarris, “Fast selection of indoor wireless transmitter locations with generalizable neural network propagation models,” IEEE Transactions on Antennas and Propagation , vol. 72, no. 10, pp. 7927–7940, 2024

Show all 52 references
  1. [9]

    A generalizable indoor propagation model based on graph neural networks,

    S. Liu, T. Onishi, M. Taki, and S. Watanabe, “A generalizable indoor propagation model based on graph neural networks,” IEEE Transactions on Antennas and Propagation , vol. 71, no. 7, pp. 6098–6110, 2023

  2. [10]

    Pmnet: Ro- bust pathloss map prediction via supervised learning,

    J.-H. Lee, O. G. Serbetci, D. P. Selvam, and A. F. Molisch, “Pmnet: Ro- bust pathloss map prediction via supervised learning,” in GLOBECOM 2023-2023 IEEE Global Communications Conference. IEEE, 2023, pp. 4601–4606

  3. [11]

    Fundamentals of wireless communication,

    D. Tse, “Fundamentals of wireless communication,” Cambridge Univer- sity Press google schola , vol. 2, pp. 281–302, 2005

  4. [12]

    Fourier neural operator for parametric partial differential equations,

    Z. Li, N. Kovachki, K. Azizzadenesheli, B. Liu, K. Bhattacharya, A. Stuart, and A. Anandkumar, “Fourier neural operator for parametric partial differential equations,” arXiv preprint arXiv:2010.08895 , 2020

  5. [13]

    An MFIE-based tabulated interaction method for UHF terrain propagation problems,

    C. Brennan, P. J. Cullen, and L. Rossi, “An MFIE-based tabulated interaction method for UHF terrain propagation problems,” IEEE Trans- actions on Antennas and Propagation , vol. 48, no. 6, pp. 1003–1005, Jun 2000

  6. [14]

    Propagation over terrain and urban environment using the multilevel UV method and a hybrid UV/SDFMM method,

    P. Xu and L. Tsang, “Propagation over terrain and urban environment using the multilevel UV method and a hybrid UV/SDFMM method,” IEEE Antennas and Wireless Propagation Letters , vol. 3, pp. 336–339, 2004

  7. [15]

    Examination of existent propagation models over large inhomogeneous terrain profiles using fast integral equation solution,

    C. A. Tunc, A. Altintas, and V . B. Erturk, “Examination of existent propagation models over large inhomogeneous terrain profiles using fast integral equation solution,” IEEE Transactions on Antennas and Propagation, vol. 53, no. 9, pp. 3080–3083, Sept 2005

  8. [16]

    A novel MoM- and SSPE-based groundwave- propagation field-strength prediction simulator,

    F. Akleman and L. Sevgi, “A novel MoM- and SSPE-based groundwave- propagation field-strength prediction simulator,” IEEE Antennas and Propagation Magazine, vol. 49, no. 5, pp. 69–82, Oct 2007

  9. [17]

    Rigorous and efficient time-domain modeling of electromagnetic wave propagation and fading statistics in indoor wireless channels,

    A. Alighanbari and C. D. Sarris, “Rigorous and efficient time-domain modeling of electromagnetic wave propagation and fading statistics in indoor wireless channels,” IEEE Transactions on Antennas and Propagation, vol. 55, no. 8, pp. 2373–2381, Aug 2007

  10. [18]

    Supercomputing-enabled first-principles analysis of radio wave propagation in urban environments,

    B. MacKie-Mason, Y . Shao, A. Greenwood, and Z. Peng, “Supercomputing-enabled first-principles analysis of radio wave propagation in urban environments,” IEEE Transactions on Antennas and Propagation, vol. 66, no. 12, pp. 6606–6617, 2018

  11. [19]

    Efficient ray-tracing acceleration tech- niques for radio propagation modeling,

    F. Aguado Agelet, A. Formella, J. Hernando Rabanos, F. Isasi de Vicente, and F. Perez Fontan, “Efficient ray-tracing acceleration tech- niques for radio propagation modeling,” IEEE Transactions on Vehicular Technology, vol. 49, no. 6, pp. 2089–2104, 2000

  12. [20]

    Efficient ray-tracing methods for propagation prediction for indoor wireless communications,

    Z. Ji, B.-H. Li, H.-X. Wang, H.-Y . Chen, and T. K. Sarkar, “Efficient ray-tracing methods for propagation prediction for indoor wireless communications,” IEEE Antennas and Propagation Magazine , vol. 43, no. 2, pp. 41–49, April 2001

  13. [21]

    Propagation model based on ray tracing for the design of personal communication systems in indoor environments,

    F. S. de Adana, O. G. Blanco, I. G. Diego, J. P. Arriaga, and M. F. Cate- dra, “Propagation model based on ray tracing for the design of personal communication systems in indoor environments,” IEEE Transactions on Vehicular Technology, vol. 49, no. 6, pp. 2105–2112, Nov 2000

  14. [22]

    Ray tracing for radio propagation modeling: Principles and applications,

    Z. Yun and M. F. Iskander, “Ray tracing for radio propagation modeling: Principles and applications,” IEEE Access, vol. 3, pp. 1089–1100, 2015

  15. [23]

    The design and applications of high-performance ray-tracing simulation platform for 5G and beyond wireless communications: A tutorial,

    D. He, B. Ai, K. Guan, L. Wang, Z. Zhong, and T. K ¨urner, “The design and applications of high-performance ray-tracing simulation platform for 5G and beyond wireless communications: A tutorial,” IEEE Communications Surveys & Tutorials , vol. 21, no. 1, pp. 10–27, 2019

  16. [24]

    The rendering equation,

    J. T. Kajiya, “The rendering equation,” SIGGRAPH Comput. Graph. , vol. 20, no. 4, p. 143–150, Aug. 1986. [Online]. Available: https://doi.org/10.1145/15886.15902

  17. [25]

    Gradient-domain path tracing,

    M. Kettunen, M. Manzi, M. Aittala, J. Lehtinen, F. Durand, and M. Zwicker, “Gradient-domain path tracing,” ACM Trans. Graph., vol. 34, no. 4, Jul. 2015. [Online]. Available: https: //doi.org/10.1145/2766997

  18. [26]

    Practical path guiding for efficient light-transport simulation,

    T. M ¨uller, M. Gross, and J. Nov ´ak, “Practical path guiding for efficient light-transport simulation,” in Computer Graphics Forum, vol. 36, no. 4. Wiley Online Library, 2017, pp. 91–100

  19. [27]

    Global illumination using photon maps,

    H. W. Jensen, “Global illumination using photon maps,” in Rendering Techniques’ 96: Proceedings of the Eurographics Workshop in Porto, Portugal, June 17–19, 1996 7 . Springer, 1996, pp. 21–30

  20. [28]

    Progressive photon map- ping,

    T. Hachisuka, S. Ogaki, and H. W. Jensen, “Progressive photon map- ping,” in ACM SIGGRAPH Asia 2008 papers , 2008, pp. 1–8

  21. [29]

    Stochastic progressive photon map- ping,

    T. Hachisuka and H. W. Jensen, “Stochastic progressive photon map- ping,” in ACM SIGGRAPH Asia 2009 papers , 2009, pp. 1–8

  22. [30]

    NeRF: representing scenes as neural radiance fields for view synthesis,

    B. Mildenhall, P. P. Srinivasan, M. Tancik, J. T. Barron, R. Ramamoorthi, and R. Ng, “NeRF: representing scenes as neural radiance fields for view synthesis,” Commun. ACM, vol. 65, no. 1, p. 99–106, Dec. 2021

  23. [31]

    Renerf: Relightable neural radiance fields with nearfield lighting,

    Y . Xu, G. Zoss, P. Chandran, M. Gross, D. Bradley, and P. Gotardo, “Renerf: Relightable neural radiance fields with nearfield lighting,” in Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV), October 2023, pp. 22 581–22 591

  24. [32]

    Eyenerf: A hybrid representation for photorealistic synthesis, animation and relighting of human eyes,

    G. Li, A. Meka, F. Mueller, M. C. Buehler, O. Hilliges, and T. Beeler, “Eyenerf: A hybrid representation for photorealistic synthesis, animation and relighting of human eyes,” ACM Trans. Graph., vol. 41, no. 4, jul

  25. [33]

    3d gaussian splatting for real-time radiance field rendering,

    B. Kerbl, G. Kopanas, T. Leimk ¨uhler, and G. Drettakis, “3d gaussian splatting for real-time radiance field rendering,” ACM Transactions on Graphics , vol. 42, no. 4, July 2023. [Online]. Available: https://repo-sam.inria.fr/fungraph/3d-gaussian-splatting/

  26. [34]

    2d gaussian splatting for geometrically accurate radiance fields,

    B. Huang, Z. Yu, A. Chen, A. Geiger, and S. Gao, “2d gaussian splatting for geometrically accurate radiance fields,” in SIGGRAPH 2024 Conference Papers. Association for Computing Machinery, 2024

  27. [35]

    Mini-splatting: Representing scenes with a constrained number of gaussians,

    G. Fang and B. Wang, “Mini-splatting: Representing scenes with a constrained number of gaussians,” in European Conference on Computer Vision. Springer, 2024, pp. 165–181

  28. [36]

    Winert: Towards neural ray tracing for wireless channel modelling and differentiable simulations,

    T. Orekondy, K. Pratik, S. Kadambi, H. Ye, J. Soriaga, and A. Behboodi, “Winert: Towards neural ray tracing for wireless channel modelling and differentiable simulations,” in The Eleventh International Conference on Learning Representations, ICLR 2023, Kigali, Rwanda, May 1-5,...

  29. [37]

    Raypronet: A neural point field framework for radio propagation modeling in 3d environments,

    G. Cao and Z. Peng, “Raypronet: A neural point field framework for radio propagation modeling in 3d environments,” IEEE Journal on Multiscale and Multiphysics Computational Techniques, vol. 9, pp. 330– 340, 2024

  30. [38]

    RF-3DGS: Wireless channel modeling with radio radiance field and 3d gaussian splatting,

    L. Zhang, H. Sun, S. Berweger, C. Gentile, and R. Q. Hu, “RF-3DGS: Wireless channel modeling with radio radiance field and 3d gaussian splatting,” arXiv preprint arXiv:2411.19420 , 2024

  31. [39]

    WRF-GS: Wireless radiation field reconstruction with 3d gaussian splatting,

    C. Wen, J. Tong, Y . Hu, Z. Lin, and J. Zhang, “WRF-GS: Wireless radiation field reconstruction with 3d gaussian splatting,” in IEEE IN- FOCOM 2025-IEEE Conference on Computer Communications. IEEE, 2025, pp. 1–10

  32. [40]

    Sionna RT: Technical report,

    F. A. Aoudia, J. Hoydis, M. Nimier-David, S. Cammerer, and A. Keller, “Sionna RT: Technical report,” arXiv preprint arXiv:2504.21719 , 2025

  33. [41]

    Sionna: An open-source library for next-generation physical layer research,

    J. Hoydis, S. Cammerer, F. Ait Aoudia, A. Vem, N. Binder, G. Marcus, and A. Keller, “Sionna: An open-source library for next-generation physical layer research,” arXiv preprint, Mar. 2022

  34. [42]

    Data-driven interior plan generation for residential buildings,

    W. Wu, X.-M. Fu, R. Tang, Y . Wang, Y .-H. Qi, and L. Liu, “Data-driven interior plan generation for residential buildings,” ACM Transactions on Graphics (TOG), vol. 38, no. 6, pp. 1–12, 2019

  35. [43]

    PyTorch 2: Faster Machine Learning Through Dynamic Python Bytecode Transformation and Graph Compilation,

    J. Ansel, E. Yang, H. He, N. Gimelshein, A. Jain, M. V oznesensky, B. Bao, P. Bell, D. Berard, E. Burovski, G. Chauhan, A. Chourdia, W. Constable, A. Desmaison, Z. DeVito, E. Ellison, W. Feng, J. Gong, M. Gschwind, B. Hirsh, S. Huang, K. Kalambarkar, L. Kirsch, M. Lazos, M. Le...

  36. [44]

    Taichi: a language for high-performance computation on spatially sparse data structures,

    Y . Hu, T.-M. Li, L. Anderson, J. Ragan-Kelley, and F. Durand, “Taichi: a language for high-performance computation on spatially sparse data structures,” ACM Transactions on Graphics (TOG) , vol. 38, no. 6, p. 201, 2019

  37. [45]

    Accelerating 3d deep learning with pytorch3d,

    N. Ravi, J. Reizenstein, D. Novotny, T. Gordon, W.-Y . Lo, J. Johnson, and G. Gkioxari, “Accelerating 3d deep learning with pytorch3d,” arXiv:2007.08501, 2020. 14

  38. [46]

    Amazon lumberyard bistro, open research content archive (orca),

    A. Lumberyard, “Amazon lumberyard bistro, open research content archive (orca),” July 2017. [Online]. Available: http://developer.nvidia. com/orca/amazon-lumberyard-bistro

  39. [47]

    Foci: Trajectory optimization on gaussian splats,

    M. G. Andreu, M. Wilder-Smith, V . Klemm, V . Patil, J. Tordesillas, and M. Hutter, “Foci: Trajectory optimization on gaussian splats,” 2025. [Online]. Available: https://arxiv.org/abs/2505.08510

  40. [48]

    Gaussnav: Gaussian splatting for visual navigation,

    X. Lei, M. Wang, W. Zhou, and H. Li, “Gaussnav: Gaussian splatting for visual navigation,” 2025. [Online]. Available: https: //arxiv.org/abs/2403.11625

  41. [49]

    Distance and collision probability estimation from gaussian surface models,

    K. Goel and W. Tabib, “Distance and collision probability estimation from gaussian surface models,” 2024. [Online]. Available: https: //arxiv.org/abs/2402.00186

  42. [50]

    Gs- planner: A gaussian-splatting-based planning framework for active high- fidelity reconstruction,

    R. Jin, Y . Gao, Y . Wang, Y . Wu, H. Lu, C. Xu, and F. Gao, “Gs- planner: A gaussian-splatting-based planning framework for active high- fidelity reconstruction,” in 2024 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS). IEEE, 2024, pp. 11 202–11 209

  43. [51]

    Splat-nav: Safe real-time robot navigation in gaussian splatting maps,

    T. Chen, O. Shorinwa, J. Bruno, A. Swann, J. Yu, W. Zeng, K. Nagami, P. Dames, and M. Schwager, “Splat-nav: Safe real-time robot navigation in gaussian splatting maps,” 2025. [Online]. Available: https://arxiv.org/abs/2403.02751

  44. [2022]

    Available: https://doi.org/10.1145/3528223.3530130

    [Online]. Available: https://doi.org/10.1145/3528223.3530130

Pith tools

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