Outage-Limited Rate Analysis

Outage Is Not an Academic Abstraction

Real wireless systems encode at a fixed rate RR; when the channel falls into a deep fade below the rate's SNR requirement, the message is lost (an outage event). Commercial systems set rate conservatively: the ϵ\epsilon-outage capacity CϵC_\epsilon, with ϵ\epsilon a target outage probability (typically 10310^{-3} for video, 10610^{-6} for URLLC).

Coded caching's multicast rate on a fading channel is governed by the worst-user outage rate — the rate that every user in the multicast group can decode with probability 1ϵ1 - \epsilon. This section analyzes the outage-limited rate of cache-aided fading systems and quantifies the operational improvement from caching.

Theorem: Outage-Limited Rate of Cache-Aided Multicast

For the cache-aided fading BC with KK users, LL antennas, memory ratio μ\mu, and target outage ϵ\epsilon, the achievable per-user rate under the Lampiris-Caire scheme with outage-limited multicast is Rϵ(K)(μ)  =  (t+L)Cϵ(t+L)K,R_\epsilon^{(K)}(\mu) \;=\; \frac{(t + L) C_\epsilon^{(t+L)}}{K}, where Cϵ(t+L)C_\epsilon^{(t+L)} is the ϵ\epsilon-outage rate of a multicast to a (t+L)(t+L)-group. The key improvement: the multicast group size shrinks from KK to t+Lt + L.

Vanilla MAN multicasts one XOR at a time to t+1t+1 users, so outage is over a (t+1)(t+1)-group. The Lampiris-Caire scheme groups users into (t+L)(t+L)-subsets; each delivery group's multicast is over this smaller set, improving outage performance. Larger groups have worse outage; the scheme balances group size against total DoF.

Outage-Limited Per-User Rate vs Memory Ratio

Per-user outage-limited rate for cache-aided Rayleigh fading. Blue: MAN outage-limited at the chosen ϵ\epsilon; red dashed: no-caching baseline. The caching gain translates directly into higher effective outage rate. Notice how the curve's shape depends on both the coded-caching gain and the multicast group-size penalty.

Parameters
10
0.01
10

Example: Video Streaming at 5% Outage

A 5G-NR video streaming service targets 5% outage for smooth playback. Per-user mean SNR ρ=10\rho = 10 dB, K=30K = 30 simultaneous users, L=4L = 4 antennas. Compare rate with and without μ=0.2\mu = 0.2 cache.

Key Takeaway

Outage analysis reveals that caching gain depends on the interaction of group size and fading statistics. In good-channel / low-outage regimes, the t+Lt + L DoF dominates. In deep-outage regimes, the worst-user penalty logK\log K within a group can eat into the gain. System design must account for both effects.

Adaptive Rate Selection

In practice, outage-limited operation is a conservative design choice. Modern systems use adaptive MCS (modulation and coding scheme): measure the channel, pick the highest rate that the worst user can decode. This effectively replaces the fixed outage-rate with a channel-adaptive rate that tracks conditions.

For cache-aided multicast, adaptive MCS must be done at the group level — the slowest user in each (t+L)(t+L)-group bounds the group's rate. Group formation becomes an optimization: cluster users with similar channel qualities to minimize within-group variation. This connects naturally to Chapter 6's user-grouping discussion.

Common Mistake: DoF ≠ Outage Rate

Mistake:

Quoting the Lampiris-Caire DoF =t+L= t + L as the realizable rate of a deployed system operating under outage constraints.

Correction:

DoF is a high-SNR quantity: limρR/logρ\lim_{\rho \to \infty} R/\log \rho. Outage rate is a finite-SNR, finite-error-probability quantity. For target outage ϵ\epsilon at finite SNR, the realizable rate is much less than the DoF times logρ\log \rho. The disconnect grows with KK and with smaller ϵ\epsilon.

A more faithful design metric at target ϵ\epsilon is the ϵ\epsilon-outage spectral efficiency: Rϵ(K,M,N,L,ρ)R_\epsilon(K, M, N, L, \rho), evaluated at the specific operating point. This should drive cache sizing decisions, not the asymptotic DoF alone.

⚠️Engineering Note

Outage in 5G NR and Beyond

5G NR's HARQ (hybrid ARQ) mechanism mitigates outage by retransmitting dropped packets. Effective outage rates are much lower than pure first-transmission outage — often 10610^{-6} after HARQ. Cache-aided multicast can exploit HARQ in two ways:

  1. Incremental redundancy. Retransmit coded-XOR messages with additional parity. Cache contents at receivers are unchanged between HARQ rounds.
  2. Soft combining. Users with weaker channels accumulate soft decisions across rounds.

The CommIT group has studied HARQ + coded caching in joint settings (Park-Kountouris-Caire 2019+). The conclusions: HARQ is a natural complement to multi-antenna coded caching, and the combined system approaches the outage-free capacity within a few dB at realistic operating points.

Practical Constraints
  • 5G NR HARQ: up to 16 rounds per TB, typical 1-4

  • Target URLLC outage: 10^{-5} at 32 Byte payload

  • Cache + HARQ: soft combining preserves cache-based decoding