Learned schedulers replacing PF/round-robin, predictive allocation, RL training & 6G AI-native air interface
Classical Proportional-Fair balances throughput vs fairness with a fixed heuristic. AI schedulers learn the optimal policy from data — adapting to traffic patterns, channel conditions, and QoS simultaneously.
Compare resource allocation. PF wastes PRBs on suboptimal assignments; AI optimizes globally.
Balanced but static. Fixed alpha. Cannot adapt to non-stationary traffic bursts.
Perfect fairness but ignores channel quality. 30-50% throughput loss.
Learns from data. Adapts to traffic + channel. 15-30% throughput gain over PF.
AI predicts traffic before BSR arrives and pre-allocates resources. Reduces scheduling latency from 4-10 ms to <1 ms for predictable traffic patterns.
Watch AI predict the next packet and pre-allocate. BSR arrives to find resources already ready.
The AI scheduler learns via RL: observes state, takes action, receives reward (throughput + fairness - latency violations), and updates its policy. Training converges over thousands of episodes.
Watch the RL loop. Each episode improves the policy. See cumulative reward converge.
| RL Component | Value in Scheduling |
|---|---|
| State | CQI, BSR, HARQ, 5QI, PHR per UE |
| Action | PRB allocation, MCS, beam per UE |
| Reward | alpha x throughput + beta x fairness - gamma x latency |
| Algorithm | PPO / SAC (stable, continuous + discrete) |
| Aspect | Requirement | Solution |
|---|---|---|
| Inference latency | <1 ms (slot) | NPU/GPU, model quantization |
| Model distribution | OTA update | RRC signaling or O-RAN RIC |
| Fallback | Model failure | Auto-revert to PF (confidence check) |
| Training data | Diverse scenarios | Simulated + live (hybrid) |
| Explainability | Regulatory | SHAP/LIME for decisions |
AI/ML for NR air interface study item. Defines use cases: beam management, CQI prediction, positioning.
RAN Intelligent Controller with xApps (near-RT) and rApps (non-RT). Deploy ML schedulers as xApps.
Network Data Analytics Function provides analytics to MAC for intelligent scheduling decisions.
Single neural network: bits in, waveform out. Autoencoder approach. No separate PHY/MAC design.
Self-optimizing network. RL configures everything. No manual parameter tuning. Continuous learning.
MAC understands content meaning. Prioritize important info. 10-100x spectral efficiency for specific tasks.
Compare scheduling paradigms across generations.
| Dimension | 4G | 5G NR | 5G-Adv | 6G |
|---|---|---|---|---|
| Scheduler | PF/RR | PF + QoS | ML-assisted | AI-native |
| Prediction | None | CQI pred. | Traffic pred. | Full predictive |
| Beam mgmt | N/A | Sweep | AI-predicted | Learned |
| Link adapt | Table | Table + OLA | ML-MCS | End-to-end |
| Training | None | Offline | Hybrid | Online + FL |