A path loss map is a geographical representation of the predicted signal attenuation between a transmitter and any receiver location, generated from a propagation model. It assigns a decibel (dB) loss value to each coordinate in a defined area, accounting for distance, frequency, and environmental obstructions like buildings and foliage. This map serves as the foundational RF layer within a RAN digital twin, enabling algorithms to understand the radio environment without physical measurements.
Glossary
Path Loss Map

What is a Path Loss Map?
A path loss map is a spatial data structure that quantifies predicted signal attenuation between a transmitter and every potential receiver location within a geographic area.
These maps are created using techniques ranging from empirical models to deterministic ray tracing on 3D environment reconstructions. Unlike a shadow fading map, which only captures large-scale obstruction effects, a comprehensive path loss map integrates distance-dependent path loss, shadowing, and sometimes small-scale fading statistics. Network planning tools and system-level simulations query these maps to predict coverage holes, optimize cell placement, and train deep reinforcement learning agents for dynamic resource allocation.
Key Characteristics of Path Loss Maps
A path loss map is a spatial grid encoding predicted signal attenuation between a transmitter and any receiver location. These maps are the foundational input for network planning, interference analysis, and AI-driven radio resource management.
Spatial Grid Representation
A path loss map discretizes a geographic area into a raster grid of pixels or bins, where each cell stores a single dB value representing the predicted path loss from a specific transmitter. The resolution, typically between 1 and 50 meters, determines the granularity of the prediction. This structure allows for rapid lookup and visualization of coverage holes, enabling algorithms to quickly assess signal strength at any coordinate without re-running a full propagation model.
Deterministic vs. Empirical Generation
Path loss maps can be generated using two fundamentally different approaches:
- Deterministic models like ray tracing use 3D geometry and the physics of reflection, diffraction, and scattering to calculate precise paths. These are highly accurate but computationally expensive.
- Empirical models like the Okumura-Hata or 3GPP TR 38.901 models use statistical fits to measurement data, parameterized by distance, frequency, and environment type (urban, rural). They are fast but lack site-specific detail. Hybrid approaches combine both for a balance of accuracy and speed.
Frequency-Dependent Attenuation
Path loss is fundamentally frequency-dependent. A map is generated for a specific carrier frequency; higher frequencies (e.g., mmWave at 28 GHz) experience significantly greater free-space path loss and atmospheric absorption than sub-6 GHz bands. This means a single physical environment requires separate path loss maps for each operating band. The relationship follows the Friis transmission equation, where free-space loss increases with the square of the frequency.
Integration with Shadow Fading Maps
A pure path loss map provides only the large-scale, distance-dependent attenuation. To model realistic signal variability, it is combined with a shadow fading map, which adds a spatially correlated, log-normally distributed random variable to each grid cell. This shadow fading component accounts for the large-scale obstructions (buildings, foliage) not captured in the base propagation model. The combined map provides the total large-scale channel gain required for system-level simulations.
Dynamic vs. Static Maps
- Static maps are pre-computed for a fixed environment and transmitter configuration, suitable for long-term network planning and coverage optimization.
- Dynamic maps are updated in near-real-time to reflect environmental changes, such as a moving vehicle blocking a signal path or a new building being constructed. AI-enhanced RAN systems use dynamic path loss maps as a key input to predictive beamforming and proactive handover algorithms, allowing the network to anticipate signal degradation before it occurs.
Input to AI/ML Optimization Engines
In modern O-RAN architectures, path loss maps serve as a critical environmental state input to Deep Reinforcement Learning (DRL) agents hosted on the RAN Intelligent Controller (RIC). The DRL agent uses the map to understand the spatial relationship between users and cells, enabling it to learn optimal policies for load balancing, mobility management, and energy-saving cell sleep modes. The map translates raw geometry into a machine-readable format for neural network processing.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Frequently Asked Questions
Clear, technically precise answers to the most common questions about path loss maps, their generation, and their critical role in AI-driven RAN optimization and digital twin simulation.
A path loss map is a geographical representation of the predicted signal attenuation, measured in decibels (dB), between a specific transmitter and every potential receiver location within a defined area. It is generated by applying a propagation model to a digital representation of the environment. The process begins with a 3D environment reconstruction of the terrain, buildings, and foliage. A computational engine, often using ray tracing or a geometry-based stochastic channel model (GSCM), then simulates how radio waves propagate from the transmitter's antenna. The model calculates the loss in signal strength caused by distance (free-space path loss), diffraction over edges, reflection off surfaces, and scattering. The final output is a high-resolution grid or raster file where each pixel's value represents the total predicted path loss for a receiver at that location, forming the foundational layer for network planning and AI-driven optimization.
Related Terms
Mastering path loss maps requires understanding the foundational models, simulation techniques, and spatial data structures that generate and utilize them.
Propagation Model
The mathematical engine behind every path loss map. A propagation model is a set of formulas that predict the average signal attenuation between a transmitter and receiver as a function of distance, frequency, and environment type.
- Empirical models (e.g., Okumura-Hata, COST 231) use measurement-fitted curves and are computationally light.
- Semi-deterministic models combine ray optics with statistical corrections for improved accuracy.
- Deterministic models (e.g., ray tracing) solve Maxwell's equations or geometric optics for site-specific precision.
The choice of model directly determines the resolution and fidelity of the resulting path loss map.
Ray Tracing
A deterministic propagation modeling technique that generates high-fidelity path loss maps by simulating individual radio wave paths through a detailed 3D environment.
- Accounts for specular reflection off building surfaces, diffraction around edges, and diffuse scattering from rough materials.
- Requires a precise 3D environment reconstruction with material properties (permittivity, conductivity) assigned to surfaces.
- Computationally intensive but essential for mmWave and sub-THz planning where wavelength-scale interactions dominate.
Ray tracing produces the most accurate path loss maps for dense urban and indoor scenarios.
Shadow Fading Map
A companion spatial grid that overlays the path loss map to model large-scale signal variations caused by obstructions not captured by the primary propagation model.
- Represents log-normal shadowing with a standard deviation typically between 6-12 dB, depending on environment clutter.
- Must exhibit spatial correlation: points close together experience similar shadowing, decaying with distance via an exponential autocorrelation function.
- Generated using correlated random fields (e.g., Cholesky decomposition or sum-of-sinusoids methods) to ensure realistic continuity.
Together, the path loss map and shadow fading map form the complete large-scale channel gain at any location.
Spatial Consistency
A critical quality attribute ensuring that channel parameters evolve smoothly and continuously as a receiver moves through the environment. Without it, a path loss map becomes unrealistic for mobility simulations.
- Prevents abrupt jumps in path loss, delay spread, and angle of arrival between adjacent grid points.
- Achieved in Geometry-Based Stochastic Channel Models (GSCMs) by placing virtual scatterers in a geometric layout and updating paths continuously.
- Essential for valid handover simulation and beam tracking algorithm testing, where discontinuous channel snapshots would produce misleading results.
A spatially consistent path loss map enables the digital twin to support realistic drive testing scenarios.
Virtual Drive Testing
A simulation methodology that replaces physical field measurements by replaying user mobility models through a digital twin equipped with a path loss map and channel emulation.
- A traffic generator creates synthetic data flows while the simulated UE moves along predefined routes.
- The path loss map provides the geometry-based signal levels at each timestep, feeding into link-level and system-level simulations.
- Dramatically reduces the cost and time of network validation while enabling testing of rare edge cases and extreme loading conditions.
Virtual drive testing is the primary operational use case for high-resolution path loss maps in RAN planning.
3D Environment Reconstruction
The foundational geospatial input for generating site-specific path loss maps via ray tracing. This process creates a digital three-dimensional model from raw sensor data.
- LiDAR point clouds from aerial or terrestrial scanning provide high-precision geometry.
- Photogrammetry extracts 3D structure from overlapping 2D images.
- GIS data (building footprints, heights, land use classifications) offers city-scale coverage at lower resolution.
- Material classification assigns electromagnetic properties to surfaces: concrete, glass, foliage, and metal each have distinct reflection and transmission coefficients.
The accuracy of the path loss map is fundamentally bounded by the fidelity of this reconstruction.

About the author
Prasad Kumkar
CEO & MD, Inference Systems
Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.
His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us