Predictive Communications
Using predictable mobility and radio maps to plan communication before the channel crisis arrives.
Why Predictive Communications?
Low-altitude networks are dynamic, but not completely random. Unmanned aerial vehicles (UAVs), cargo drones, inspection aircraft, and electric vertical takeoff and landing (eVTOL) platforms often follow mission-driven trajectories filed before operation. At the same time, large-scale radio environments change more slowly than instantaneous fading and can be represented by radio maps. Instantaneous fading refers to fast channel fluctuation caused by multipath propagation and motion.
Predictive communications exploits these two sources of foresight. Instead of reacting only after a link degrades or interference appears, the network forecasts future connectivity and optimizes routing, timing, spectrum, and power ahead of time.
This is especially important when aerial links share spectrum with terrestrial systems. Low-altitude transmissions often have strong line-of-sight (LOS) paths to many ground nodes, where LOS means the direct propagation path is not blocked, so proactive interference control is essential.
From Mission Foresight to Space-Time Graphs

Figure 1. Low-altitude operations create predictable four-dimensional (4D) flight plans, where 4D means three-dimensional position plus time, that can be coordinated by a central control authority.
Predictive communications starts from a simple observation: many low-altitude aircraft do not move like random mobile terminals. Their missions create planned trajectories, and those trajectories provide partial knowledge of future network topology. Let \(q_i(t)\) be the planned three-dimensional (3D) position of node \(i\) at time \(t\). A radio map can then predict large-scale channel statistics between two future positions:
where \(\bar{g}_{ij}(t)\) is a predicted large-scale channel gain and \(\theta_{ij}(t)\) collects uncertainty statistics such as fading parameters. Channel gain measures how much signal power remains after propagation. The prediction is not full channel state information (CSI), meaning the exact instantaneous channel response, but it is enough to estimate future link quality and interference risk.

Figure 2. A dynamic space-time graph represents each time layer of the aerial network; legitimate edges forward data with interference cost, while virtual edges model caching with zero interference.
The next step is to turn this physical prediction into a graph optimization problem. A time-indexed channel graph can be written as
where vertices are aerial or ground nodes, edges are feasible communication links, and \(w_t\) encodes capacity, interference cost, delay, or reliability. Capacity is the theoretical data rate supported by a channel under a given model. In the dynamic space-time graph, each layer is a network snapshot at a future time. A legitimate edge means that data is forwarded between two different nodes; a virtual edge means that the same node caches the data until a better forwarding opportunity appears.
This abstraction leads to three core technical problems:
- Predictive modeling under channel uncertainty. The network must predict useful constraints from imperfect future CSI. The radio map gives statistical channel information rather than instantaneous fading, so the optimization needs deterministic or robust capacity and interference constraints that remain meaningful under uncertainty.
- Cross-layer planning over a future horizon. The network must jointly choose route, time, spectrum, and power. A good route is not necessarily the shortest route at one time instant; it may wait, cache, split resources, or forward later when mobility creates a better link. This is why the space-time graph, bottleneck path planning, and predictive resource allocation appear together in the technical papers.
- Fast large-scale optimization before flight. Predictive communication is useful only if the plan is ready before the aircraft execute the mission. For example, if the controller must plan the next one hour of UAV communication, it cannot spend one hour solving the optimization. The theory therefore has to expose structure, such as monotonicity, decomposition, and graph bottlenecks, so that a high-dimensional pre-flight optimization can be solved in a short decision window.
A Typical Workflow

Figure 3. Predictive channel forecasting fuses 4D mission-driven trajectories with a large-scale radio environment model to produce link-level pathloss predictions and network-level space-time channel graphs.
Step 1: Collect the two sources of foresight
The controller first collects planned four-dimensional (4D) trajectories and a large-scale radio environment model. The 4D trajectory gives the three-dimensional position of each aircraft over time. The radio environment model maps transmitter and receiver locations to expected channel quality, such as pathloss or large-scale channel gain.
Step 2: Fuse mobility and environment
For each future time instant, the controller queries the environment model using the predicted positions of the transmitter-receiver pair. This produces link-level channel forecasts, such as pathloss curves over time, and network-level forecasts, where the whole aerial network becomes a time-evolving channel graph.
Step 3: Solve the pre-flight optimization
Before takeoff, the controller solves a large-horizon optimization over routes, forwarding times, spectrum fractions, and power levels. In the space-time graph view, this corresponds to selecting forwarding edges, virtual caching edges, time boundaries, and resource levels while controlling interference to protected nodes.
Step 4: Execute and adapt
The pre-flight plan is executed during the mission, with local updates as more accurate short-term information becomes available. In the optimization papers, this leads to space-time graph models, bottleneck path planning, relax-then-round strategies, and distributed handover-time coordination.
Theoretical Foundations: Structure Behind Fast Planning
References [1]-[4] in this section refer to the works listed under Ours in the suggested reading.
The theory in predictive communications is mainly about turning a large, uncertain, pre-flight planning problem into something structured enough to solve quickly.
1. Radio maps convert uncertainty into computable link weights
Future instantaneous channel state information (CSI) is unavailable before the flight. Instead, the controller uses radio-map statistics, such as large-scale channel gain and fading parameters, to approximate the expected capacity of each future link. This gives each space-time edge a weight such as predicted capacity or worst-case interference leakage.
The key point is that the optimization no longer needs exact future fading samples. It can build a deterministic planning graph from predicted trajectories and radio-map statistics.
2. Bottleneck structure simplifies route and timing decisions
In the dynamic space-time graph, a route is good only if every forwarding hop can deliver the required data under the interference constraint. The 2026 routing paper shows that, for a fixed route, the optimal schedule equalizes the bottleneck interference leakage across hops. If one hop is much easier than another, time can be shifted toward the harder hop.
This creates a useful monotonicity: allowing a larger interference leakage reduces the required delivery time. Therefore, the optimal leakage level can be found by bisection rather than by brute-force search over all time boundaries.
3. Monotonicity enables efficient pre-flight optimization
For multiple data packages sharing time-frequency resources, the optimization is still large and non-convex. The essential theoretical result is that the feasible allocation set expands monotonically as the allowed interference leakage increases:
where \(\Omega(\eta)\) is the set of feasible time-frequency allocations under leakage level \(\eta\).
This monotonicity supports bisection-based resource allocation and graph-based routing updates. In practical terms, it is what makes the pre-flight requirement realistic: the controller can search over a scalar bottleneck level instead of solving the full high-dimensional problem from scratch.
What Performance Advantage Do We Get?
The bracketed references in this section refer to Ours in the suggested reading.
| Scenario | What the method uses | Reported advantage |
|---|---|---|
| Predictive communication paradigm [1] | Mission trajectories plus radio maps in a layered strategic/tactical/operational design | In the case study in [1], the layered predictive framework reported more than 10 decibels (dB) of cross-tier interference mitigation. |
| Interference-aware predictive UAV communication [3] | Radio-map-assisted capacity and interference constraints, relax-then-round optimization | In [3], the radio-map-assisted scheme reduced unknown-user interference compared with non-predictive and no-radio-map baselines, kept known-receiver interference below the prescribed threshold, and reported up to 1000x runtime savings over the Lagrangian relaxation/successive convex approximation (LR/SCA) baseline in one setting. |
| Dynamic low-altitude routing [2] | Dynamic space-time graph, deterministic bounds, monotonicity-based resource allocation | In the delay-sensitive and large-data simulation settings in [2], the single-commodity algorithm reported more than 30 dB gain over classical graph-based methods. |
| Multi-commodity low-altitude service [2] | Time-frequency allocation with bisection over monotone feasible sets | In the dense-service simulations in [2], the multi-commodity method reported 100x improvement, and data segmenting gave an additional 20 dB gain for a single large commodity. |
| Aerial ad hoc data transport [4] | Large-timescale mixed optimization and game-based handover coordination | In the numerical experiments in [4], large-timescale optimization reported order-of-magnitude cost savings compared with conventional schemes using trajectory information. |
These values are tied to the experimental scenarios and baselines in the cited papers. They depend on network density, trajectory predictability, radio-map quality, traffic demand, and interference thresholds.
Why This Research Matters
Predictive communications reframes network control as a problem of using imperfect foresight wisely. Planned trajectories and radio maps are not perfect, but they can still make communication decisions less reactive and more coordinated.
For theoretical research, predictive communications studies decision-making under imperfect foresight. It connects stochastic optimization, dynamic graphs, game theory, robust resource allocation, and hierarchical information structures.
For real industrial applications, predictive design can reduce interference, improve reliability, and make future UAV communication systems more manageable as low-altitude networks scale across dense aerial traffic.
For prospective students who are interested in theoretical research, this topic offers an intuitive but deep systems question: if we can see part of the future, what should the network decide now?
Suggested Reading
Ours
- J. Chen, B. Li, H. Sun, S. Cui, and N. Pappas, "Predictive Communications for Low-Altitude Networks," arXiv:2509.01705 [eess.SP], 2025. PDF arXiv
- B. Li and J. Chen, "Radio Map-Assisted Routing and Predictive Resource Allocation Over Dynamic Low-Altitude Networks," IEEE Transactions on Wireless Communications, vol. 25, pp. 9955-9970, 2026. PDF IEEE
- B. Li and J. Chen, "Radio Map-Assisted Approach for Interference-Aware Predictive UAV Communications," IEEE Transactions on Wireless Communications, vol. 23, no. 11, pp. 16725-16741, Nov. 2024. PDF IEEE
- B. Li and J. Chen, "Large Timescale Optimization for Communications Over Aerial Ad Hoc Networks With Predetermined Trajectories," IEEE Transactions on Communications, vol. 72, no. 10, pp. 6371-6385, Oct. 2024. PDF IEEE
Related literature
- S. Burleigh, A. Hooke, L. Torgerson, K. Fall, V. Cerf, B. Durst, K. Scott, and H. Weiss, "Delay-tolerant networking: An approach to interplanetary Internet," IEEE Communications Magazine, vol. 41, no. 6, pp. 128-136, Jun. 2003. IEEE
- J. A. Fraire, O. De Jonckere, and S. C. Burleigh, "Routing in the space Internet: A contact graph routing tutorial," Journal of Network and Computer Applications, vol. 174, Jan. 2021, Art. no. 102884. ScienceDirect
- Y. Zeng, R. Zhang, and T. J. Lim, "Wireless communications with unmanned aerial vehicles: Opportunities and challenges," IEEE Communications Magazine, vol. 54, no. 5, pp. 36-42, May 2016. IEEE