Operational Measurements Extend Radio Models Across Cities
ChaRT learns masked beam structure from 18.2 billion operational observations, then transfers a single frozen backbone to planning and low-label prediction tasks.
Underlying Paper
A Foundation Model for Large-Scale Wireless Network Planning , Operation and Optimization
Wireless cellular networks provide critical infrastructure for communication, transportation and industry, making reliable connectivity essential to modern society. Delivering this connectivity requires accurate models of the radio environment shaped jointly by network infrastructure and their surroundings. Such models underpin base-station deployment, network operation and parameter optimization, yet city-scale radio environments remain difficult to capture. Physics-based tools require detailed site descriptions and computation, whereas task-specific models need dedicated measurements and transfer poorly across deployments. Here we introduce ChaRT, a foundation model that learns transferable radio representations from measurement reports routinely generated by operational cellular networks. These reports provide abundant joint observations across multiple cells and beams without additional measurement campaigns. ChaRT incorporates beam-level angular structure, network hierarchy and propagation-regime diversity into its architecture, and is pretrained through context-aware masked beam modelling and self-distillation. We train ChaRT on more than one billion reports comprising 18.2 billion beam-level observations from 3,503 cells in one city. With a single set of weights, ChaRT reconstructs radio environments in unseen cities and transfers to new-site prediction, radio map construction and network parameter tuning. With only 1% of labelled data, it supports user localization, beam prediction, propagation scenario classification and estimation of the signal-to-interference-plus-noise ratio. The learned representation further enables beamspace clustering for reusable radio-grid construction. These results establish operational measurement reports as a scalable data foundation for transferable cellular-network intelligence.
City-scale cellular planning depends on estimating how signals vary across buildings, antenna configurations, frequencies, and neighboring cells. Physics-based simulators need detailed site descriptions and can be expensive to run, while task-specific learned models often require location-labelled measurements and may not transfer beyond the deployment on which they were trained. The paper introduces ChaRT, a foundation model trained on routine 5G measurement reports (MRs), arguing that these reports are a scalable source of joint observations of radio conditions.
Core Contribution
ChaRT treats a measurement report as structured evidence about a local radio environment rather than as an independent tabular row. The model is pretrained on more than one billion MR samples containing 18.2 billion beam-level observations from 3,503 cells in City A, then evaluated both within that city and under spatial and cross-city transfer. Its central claim is that a common representation can support reconstruction, planning, optimization, and supervised downstream tasks without training a separate model from scratch for each setting.
The distinction from conventional radio-map regression is the model's use of beam-level structure and network hierarchy. Each sample contains multi-cell, multi-beam RSRP observations; available beams provide context, while absent beams become prediction queries. Figure 1 characterizes City A as dense urban macro, while City B and City C provide moderately dense urban and sparse suburban settings for evaluation. The cross-city results therefore test whether representations learned from City A operational data generalize beyond a location-specific interpolation setting; they do not establish that pretraining itself covered all three propagation environments.
Technical Approach
The architecture combines four components. A measurement-report tokenizer encodes beam configuration and observed RSRP into embeddings. Hierarchical masked attention processes correlations among beams within a cell in shallow layers, then dependencies among cells in deeper layers; masked entries act as queries rather than context. A channel-structure-guided mixture of experts routes each cell token to one routed expert while retaining a shared expert for every token. An auxiliary strongest-beam prediction loss guides that routing toward dominant propagation direction.
Pretraining combines beam reconstruction with multi-granularity masking, a regularizer for missing beams, and contextual self-distillation between differently augmented views. The teacher augmentation is constrained by channel structure rather than being an arbitrary feature perturbation. This is a sensible match to MRs: the useful signal is not merely an RSRP value, but the pattern of relative strengths across beams and cells. Figure 6 lays out this division between tokenization, hierarchical attention, expert routing, and the reconstruction, regularization, and distillation objectives.
Results and Analysis
The reported experiments compare ChaRT with TabPFN v2, XGBoost, mean imputation, Sionna, the 3GPP TR 38.901 channel model, and an LSCM baseline depending on the task. Reconstruction is tested by masking individual beams or all beams belonging to selected cells, then measuring MAE, NMSE, and R² under in-distribution evaluation, spatial extrapolation, and zero-shot cross-city transfer. This is stronger evidence than a single held-out split because it tests missing observations and geographic shift separately.
For scaling, the validation MAE improves from 6.38 dB to 5.47 dB across a grid spanning 10 million to 1 billion MR samples and five model sizes, a total reduction of 0.91 dB. The figure indicates that most of that improvement occurs in the small-model, low-data regime. That tempers the scaling story: larger models and more data help, but the visible gains diminish rather than establishing an open-ended scaling law.
The planning evaluation includes co-site expansion, cross-band deployment, greenfield sites in City A, and newly deployed base stations in previously unseen City B. It also predicts post-tuning coverage after changes to mechanical azimuth, mechanical tilt, transmit power, electrical tilt, and beam codebook. Figure 3 is useful because it evaluates the operational question directly: whether the predicted radio maps retain local spatial variation after transfer or parameter changes, not simply whether average signal strength is close.
With 1% labelled data, frozen ChaRT representations are adapted using lightweight heads for localization, strongest-beam prediction, LoS/NLoS classification, and SINR estimation; the same representation is also evaluated for beamspace clustering. The paper therefore presents a broad task suite, but its strongest practical case is reconstruction and planning from already available MRs. The downstream results are promising evidence that the representation is reusable, although the paper does not show that these results replace full-field engineering measurements or detailed propagation simulation in every deployment.
Evidence Box
strongKey Claims
- •Operational measurement reports can train transferable radio representations
- •Masked beam modelling supports zero-shot planning and optimization
- •A frozen backbone can adapt to downstream radio tasks with limited labels
Key Results
- •Pretraining uses more than 1 billion MR samples and 18.2 billion beam-level observations from 3,503 City A cells
- •Validation MAE falls from 6.38 dB to 5.47 dB across the 10 million-to-1 billion sample scaling grid
- •The full scaling grid yields a 0.91 dB MAE improvement across five model sizes
- •Downstream heads use 1% labelled data for localization, beam prediction, scenario classification, and SINR estimation
Limitations & Caveats
- •Pretraining data come from one city despite evaluation across three cities
- •Scaling gains concentrate in the small-model, low-data regime
- •Reported radio maps are spatially interpolated for visualization
- •No evidence that the model replaces detailed physics simulation across all deployment conditions