The Use-and-Then-Forget Bound
From Channel Estimates to Achievable Rates
In Chapter 3 we developed MMSE channel estimation and showed that the base station obtains an estimate of each user's channel. The natural next question is: how much data rate can the system deliver to each user, given imperfect channel knowledge?
Computing the exact ergodic capacity with imperfect CSI is, in general, an open problem. The channel estimate and the true channel are correlated, and the receiver must account for this correlation in its decoding. What we need is a tractable lower bound — tight enough to be useful for system design, yet simple enough to yield closed-form expressions.
The use-and-then-forget (UatF) bound provides exactly this. The idea is beautifully simple: treat the channel estimate as if it were perfect, and absorb all estimation error into an effective noise term. This "forgets" the statistical relationship between the estimate and the error, which can only reduce the achievable rate — hence the result is a lower bound. The bound becomes tight in the massive MIMO regime precisely because channel hardening makes the effective channel nearly deterministic.
Uplink System Model Recap
Consider a single-cell massive MIMO system with base station antennas and single-antenna users. In the uplink data transmission phase, the received signal at the base station is
where is the unit-power data symbol from user , is the transmit power, and is the additive noise.
From Chapter 3, the MMSE channel estimate satisfies , where and are independent (a property of MMSE estimation for Gaussian vectors). We define as the normalized estimation quality.
Definition: UatF Effective SINR
UatF Effective SINR
Let be the combining vector for user , chosen as a function of the channel estimates . After combining, the signal for user is
The UatF effective SINR is defined as
Theorem: Use-and-Then-Forget Bound
Under the system model above, an achievable ergodic rate for user is
where is the UatF effective SINR from Definition DUatF Effective SINR.
The key insight is that is a deterministic scalar — it does not depend on the instantaneous channel realization. The UatF bound treats this deterministic quantity as the "channel gain" and lumps everything else (estimation error, interference, noise) into an uncorrelated effective noise. Since the effective noise is uncorrelated with the desired signal, the worst-case distribution is Gaussian (by the maximum entropy property), which yields the log formula.
In the massive MIMO regime (), channel hardening means , so the gap between the bound and the true capacity vanishes.
Step 1: Decompose the combined signal
Write and split the desired user's contribution using :
Step 2: Replace the channel gain by its mean
Further split the first term:
The first part is a deterministic scalar times — this is the "useful" signal. The second part captures the randomness of the effective channel gain and is absorbed into the effective noise.
Step 3: Verify uncorrelatedness
The effective noise is uncorrelated with the desired signal because (using independence of data symbols, independence of estimation error, and the fact that we subtracted the mean).
Step 4: Apply the worst-case noise argument
For a channel with deterministic and uncorrelated noise, the mutual information is minimized (over all noise distributions with the given second moments) when is Gaussian. The resulting rate is
Since the actual noise may not be Gaussian, this is a lower bound on the true achievable rate.
When Is the UatF Bound Tight?
The UatF bound is tight when:
-
Channel hardening holds: with high probability, which occurs as for i.i.d. Rayleigh channels.
-
The effective noise is approximately Gaussian: by the central limit theorem, the sum of many interference terms converges to Gaussian as grows.
For finite , the bound is loose. The gap can be reduced by using the instantaneous effective SINR and taking , but this no longer yields a closed-form expression.
Historical Note: Origin of the UatF Bounding Technique
2000-2016The use-and-then-forget terminology was coined by Marzetta, Larsson, Yang, and Ngo in their 2016 textbook, but the underlying technique is older. The idea of treating the channel estimate as the true channel and absorbing estimation error into effective noise dates back to Medard (2000), who studied the capacity of channels with imperfect CSI. Hassibi and Hochwald (2003) applied similar ideas to MIMO training design. The key contribution of the massive MIMO literature was recognizing that channel hardening makes this bound asymptotically tight, turning an approximation tool into a principled design framework.
Use-and-Then-Forget (UatF) Bound
A lower bound on the achievable ergodic rate obtained by treating the channel estimate as if it were the true channel and absorbing the estimation error into an effective noise term whose distribution is then pessimized to Gaussian. Tight under channel hardening.
Related: Channel Hardening, Effective SINR
Channel Hardening
The phenomenon whereby almost surely as . The effective scalar channel after combining becomes nearly deterministic, eliminating small-scale fading from the user's perspective.
Related: Use-and-Then-Forget (UatF) Bound
Effective SINR
The signal-to-interference-plus-noise ratio computed after linear combining, using the UatF decomposition. For user with combining vector , the effective SINR determines the achievable rate via .
Related: Use-and-Then-Forget (UatF) Bound
Example: UatF Bound for a Single User with MRC
Consider a single-user system () with i.i.d. Rayleigh fading: . After MMSE estimation with pilot symbols at power , the estimate satisfies where . With MRC combining , compute .
Compute the numerator
\mathbb{E}[\hat{\mathbf{H}}1^H \tilde{\mathbf{H}}1] = 0{P_t}{1} |N_t \gamma_1|^2 = {P_t}{1} N_t^{2} \gamma_1^2$.
Compute the denominator terms
Interference power: , so there is no multi-user interference.
Estimation error contribution: (using the fourth-moment formula for complex Gaussian vectors). After subtracting the numerator term , the remaining variance from the desired signal is .
Noise contribution: .
Assemble the SINR
N_t$ — this is the massive MIMO array gain. Doubling the antennas doubles the SINR (3 dB gain).
Quick Check
Why is the UatF bound a lower bound on the true achievable rate?
Because it overestimates the noise power
Because it pessimizes the effective noise distribution to Gaussian
Because it ignores the estimation error entirely
Because it uses Jensen's inequality on the log function
The actual effective noise is a sum of non-Gaussian terms. By assuming the worst-case (Gaussian) distribution with the same variance, the mutual information can only decrease. Hence the resulting rate is a lower bound.
Quick Check
As with i.i.d. Rayleigh fading, what happens to when (MRC)?
It diverges to infinity
It converges to 1 almost surely
It oscillates randomly around 1
It converges to 0
By the law of large numbers, almost surely. Since , the ratio converges to 1. This is channel hardening.
Why This Matters: UatF Bound and 5G NR System Design
The UatF bound is not merely a theoretical tool — it is the standard method for evaluating massive MIMO performance in 3GPP studies. 5G NR system-level simulations compute user rates using the UatF SINR formula with MMSE channel estimation. The bound's closed-form nature allows rapid evaluation of scheduling, power control, and pilot assignment algorithms without resorting to Monte Carlo simulation of the full mutual information. This is why the massive MIMO literature almost universally reports UatF rates rather than true ergodic rates.
Key Takeaway
The UatF bound transforms the intractable problem of computing capacity with imperfect CSI into a simple SINR formula. It works by treating the estimated channel as deterministic and absorbing estimation error into effective noise. The bound is tight under channel hardening (), making it the workhorse of massive MIMO rate analysis.