vix.ing · top · new · best · stats · spec

Towards Generative Ray Path Sampling for Faster Point-to-Point Ray Tracing

2024/10/31 by Jérome Eertmans, Eertmans, Jérome, Nicola Di Cicco +9
Computer Science · Medicine · #51-08 #Advanced Vision and Imaging #Computer Graphics and Visualization Techniques #D.2.13 #D.2.2 #D.2.8 #FOS: Computer and information sciences #FOS: Electrical engineering #I.2.6 #Machine Learning (cs.LG) #Medical Imaging Techniques and Applications #Signal Processing (eess.SP) #electronic engineering #information engineering

paper · pdf · doi:10.48550/arxiv.2410.23773

openalex publication_date 2024/10/31 · openalex created_date 2025/09/04 · openalex updated_date 2026/07/28

Abstract

Radio propagation modeling is essential in telecommunication research, as radio channels result from complex interactions with environmental objects. Recently, Machine Learning has been attracting attention as a potential alternative to computationally demanding tools, like Ray Tracing, which can model these interactions in detail. However, existing Machine Learning approaches often attempt to learn directly specific channel characteristics, such as the coverage map, making them highly specific to the frequency and material properties and unable to fully capture the underlying propagation mechanisms. Hence, Ray Tracing, particularly the Point-to-Point variant, remains popular to accurately identify all possible paths between transmitter and receiver nodes. Still, path identification is computationally intensive because the number of paths to be tested grows exponentially while only a small fraction is valid. In this paper, we propose a Machine Learning-aided Ray Tracing approach to efficiently sample potential ray paths, significantly reducing the computational load while maintaining high accuracy. Our model dynamically learns to prioritize potentially valid paths among all possible paths and scales linearly with scene complexity. Unlike recent alternatives, our approach is invariant with translation, scaling, or rotation of the geometry, and avoids dependency on specific environment characteristics.

Related