Interference Channel: Han-Kobayashi Bound and Gaussian Interference
Anchor (Master): Cover & Thomas 2006 Elements of Information Theory 2e (Wiley) §15.5; Han & Kobayashi 1981 A new achievable rate region for the interference channel; Etkin, Tse & Wang 2008 Gaussian interference channel capacity to within one bit; El Gamal & Kim 2011 Network Information Theory Ch. 6
Intuition Beginner
Two people are talking on their cell phones in the same room. Each person hears their own caller plus interference from the other person's conversation. How fast can each person communicate?
This is the interference channel: two independent transmitter-receiver pairs sharing the same medium. Each transmitter has its own message for its intended receiver, but the signals interfere with each other.
The simplest strategy is to treat the other user's signal as noise. Each receiver ignores the interference and decodes its own message. This works well when the interference is weak — it is just a small amount of extra noise.
A better strategy is to decode the interference. If receiver 1 can decode transmitter 2's message, it can subtract it from the received signal and then decode its own message cleanly. This works well when the interference is strong — strong enough to decode reliably.
The Han-Kobayashi strategy interpolates between these extremes using rate-splitting. Each transmitter divides its message into a private part (decoded only by its intended receiver) and a common part (decoded by both receivers). Each receiver first decodes both common parts (its own and the other user's), subtracts the interference, then decodes its private part.
The Gaussian interference channel has three regimes. Weak interference: treat as noise is near-optimal. Strong interference: decode the interference is optimal. Moderate interference: rate-splitting (Han-Kobayashi) achieves the best known performance, within 1 bit of capacity.
Visual Beginner
Figure: the Gaussian interference channel. Two transmitters (TX1, TX2) send signals . Receiver 1 sees . Receiver 2 sees . The cross-links represent interference strength.
| Interference regime | Condition | Best strategy | Capacity known? |
|---|---|---|---|
| Very strong | Decode interference at unintended RX | Yes | |
| Strong | Decode interference | Yes | |
| Weak | Rate-splitting (HK) | Within 1 bit | |
| Very weak | Treat as noise | Near-optimal |
Worked example Beginner
A symmetric Gaussian interference channel: and , with , , and (weak interference).
Treating interference as noise: each receiver sees effective noise with variance . Rate bits/use per user.
Han-Kobayashi rate-splitting: split each user's power into private () and common () parts. Each receiver decodes both common parts first (treating the private interference as noise), then decodes its private part with the common interference removed. The optimal split gives a higher rate than treating as noise.
For very strong interference (): receiver 1 decodes first at rate bits/use, subtracts it, then decodes at full rate bits/use. Both users achieve their point-to-point capacity.
Check your understanding Beginner
Formal definition Intermediate+
A two-user interference channel has input alphabets , output alphabets , and transition probabilities .
Definition (Interference channel code). A code consists of two encoders and , and two decoders and .
Definition (Gaussian interference channel). The Gaussian IC has:
with and power constraints .
Definition (Han-Kobayashi region). The HK achievable rate region is:
where the union is over all . The auxiliary variables represent the common messages, and carry both common and private information.
Key theorem with proof Intermediate+
Theorem (Etkin-Tse-Wang 2008). The Han-Kobayashi achievable rate region is within 1 bit per user of the capacity of the two-user Gaussian interference channel.
Proof sketch. The proof shows that a specific HK strategy (with Gaussian inputs and a specific power split) achieves a rate within 1 bit of the cut-set outer bound.
Power split. Each user splits power: private part uses power and common part uses . The optimal split sets such that the private signal is at the noise floor of the unintended receiver: , giving .
Near-optimal rates. With this split, each receiver sees the other user's private signal at or below the noise floor, so it causes minimal interference. The common parts are decoded and subtracted. The resulting rate for user 1 is:
The 0.5-bit gap per constraint, combined with the sum-rate constraint, gives at most 1 bit gap per user from the outer bound.
Bridge. The interference channel builds toward all multi-user wireless network models by capturing the fundamental tension between treating interference as noise and decoding it. This is exactly the design choice that appears in every practical wireless system: cellular networks (where neighboring cells interfere), Wi-Fi (where overlapping access points interfere), and cognitive radio (where secondary users manage interference to primary users). The result appears again in the relay channel 46.06.03 where relay cooperation creates controlled interference, and the MAC 46.06.01 provides the decoding framework for the interference channel (each receiver faces a virtual MAC from both transmitters). The foundational reason the HK strategy works is that rate-splitting creates a continuum between the two extreme strategies (treat as noise vs. full decode), and the optimal operating point on this continuum depends on the interference strength. The central insight is that partial interference decoding through rate-splitting captures almost all the available capacity — within 1 bit — for the Gaussian channel. Putting these together, the interference channel capacity problem is the most important open problem in network information theory, and the HK bound represents the state of the art, demonstrating that a simple power-splitting strategy achieves near-optimal performance.
Exercises Intermediate+
Lean formalization Intermediate+
Mathlib does not define interference channels, rate-splitting, or the Han-Kobayashi region. The interference channel requires two independent encoder-decoder pairs with cross-channel interference. Rate-splitting divides each message into common and private parts. The HK region is a union over auxiliary variables and input distributions. None of this is formalized. This unit ships without formalization.
Advanced results Master
The weak interference regime
For the symmetric Gaussian IC with weak interference (), the exact capacity is not known, but significant progress has been made:
Treat as noise (TIN): Each receiver treats the other user's signal as noise. Achievable rate: . This is optimal in the very weak interference regime ( for the symmetric case with large).
Han-Kobayashi: Within 1 bit of capacity for all . The improvement over TIN is most significant in the moderate interference regime ().
The generalized degrees of freedom
The generalized degrees of freedom (GDoF) provides a high-SNR approximation to the capacity. For the symmetric Gaussian IC with and interference-to-noise ratio :
where is the interference exponent. This piecewise linear function has three regimes:
- (weak): GDoF per user (interference is negligible).
- (moderate): GDoF (interference reduces degrees of freedom).
- (strong): GDoF (interference helps through decoding).
- (very strong): GDoF per user (interference can be fully decoded and removed).
The -user interference channel
The two-user results extend partially to users, but the analysis becomes significantly more complex. The degrees of freedom perspective has been productive: Cadambe and Jafar (2008) showed that the sum GDoF of the -user interference channel scales as , meaning each user gets approximately half its interference-free capacity at high SNR. Interference alignment (aligning multiple interference signals into the same subspace) is the key technique.
Cognitive interference channels
The cognitive interference channel is a special case where one transmitter knows the other's message non-causally. This models cognitive radio scenarios where the secondary user knows the primary user's transmission. The capacity is known for most cases, achieved by dirty-paper coding the known message at the cognitive transmitter.
Synthesis. The interference channel is the most practically important open problem in network information theory, capturing the fundamental tension between treating interference as noise (simple but suboptimal) and decoding it (optimal in strong interference but complex). The central insight is that the Han-Kobayashi rate-splitting strategy provides a universal approach: by splitting each message into common and private parts, HK creates a continuum between the two extreme strategies that adapts to the interference strength. The Etkin-Tse-Wang result shows this continuum is within 1 bit of capacity for the Gaussian channel. The result builds toward the MAC 46.06.01 (each receiver faces a virtual MAC), the broadcast channel 46.06.02 (each transmitter performs broadcast-like encoding via rate-splitting), and the relay channel 46.06.03 (relay cooperation as interference management). The foundational reason the exact capacity remains unknown for weak interference is that the interplay between the two receivers' decoding strategies creates a non-convex optimization that no known technique resolves. Putting these together, the interference channel is the central open problem of network information theory, and the HK bound with its 1-bit optimality is the state of the art.
Full proof set Master
Proposition (Strong interference capacity). For the Gaussian IC with and (strong interference), the capacity region is:
Proof. Achievability. Each receiver performs joint typicality decoding of both messages (MAC decoding). Since , receiver can decode both and from at rates satisfying the MAC constraints. The region is the intersection of the two MAC regions.
Converse. By Fano's inequality at receiver 1: . Since , receiver 1 has a "better" channel from user 2 than receiver 2 does. The strong interference condition ensures for all input distributions. Therefore any rate achievable at receiver 2 for user 2 must also be decodable at receiver 1. The MAC constraints at each receiver provide the converse bounds.
Connections Master
46.06.01— Each receiver in the interference channel faces a virtual MAC (both transmitters contribute to the received signal); the MAC capacity region provides the decoding constraints.46.06.02— Each transmitter in the HK strategy performs broadcast-like encoding (common and private messages), analogous to the broadcast channel superposition coding.46.03.05— The Gaussian channel capacity and water-filling provide the point-to-point baseline that the interference channel rates approach in the very weak and very strong interference regimes.46.05.03— Dirty-paper coding is used in the cognitive interference channel, where one transmitter knows the other's message non-causally.46.06.03— The relay channel can be viewed as a special interference channel where the relay cooperates rather than interferes.
Historical & philosophical context Master
Te Sun Han and Kingo Kobayashi published "A New Achievable Rate Region for the Interference Channel" in the IEEE Transactions on Information Theory (IT-27, 1981, 49-60). The paper introduced rate-splitting as the key technique: each user splits its message into common and private parts, and each receiver decodes both common parts plus its own private part. The resulting achievable region strictly improves on all previously known bounds and remains unimproved after more than four decades.
Ronald Etkin, David Tse, and Hua Wang published "Gaussian Interference Channel Capacity to Within One Bit" (IEEE Trans. IT-54, 2008, 5534-5562), establishing that the HK strategy with a specific power split achieves rates within 1 bit per user of the capacity. This landmark result proved that HK is "approximately optimal" for the most important practical case, making the interference channel the first major network information theory problem to admit a constant-gap capacity characterization.
The generalized degrees of freedom framework, developed by Etkin, Tse, and Wang and extended by Cadambe and Jafar, provides a clean high-SNR picture of the interference landscape. Interference alignment (Cadambe and Jafar 2008) extends the analysis to users and shows that the total DoF scales as , a surprising result given that naive analysis suggests each user loses a degree of freedom to interference.
Bibliography Master
@article{han-kobayashi1981,
author = {Han, T. S. and Kobayashi, K.},
title = {A New Achievable Rate Region for the Interference Channel},
journal = {IEEE Transactions on Information Theory},
volume = {IT-27},
pages = {49--60},
year = {1981},
}
@article{etkin-tse-wang2008,
author = {Etkin, R. H. and Tse, D. N. C. and Wang, H.},
title = {Gaussian Interference Channel Capacity to Within One Bit},
journal = {IEEE Transactions on Information Theory},
volume = {54},
pages = {5534--5562},
year = {2008},
}
@book{cover-thomas2006,
author = {Cover, T. M. and Thomas, J. A.},
title = {Elements of Information Theory},
edition = {2nd},
publisher = {Wiley},
year = {2006},
}
@article{cadambe-jafar2008,
author = {Cadambe, V. R. and Jafar, S. A.},
title = {Interference Alignment and Degrees of Freedom of the $K$-User Interference Channel},
journal = {IEEE Transactions on Information Theory},
volume = {54},
pages = {3425--3441},
year = {2008},
}
@book{elgamal-kim2011,
author = {El Gamal, A. and Kim, Y.-H.},
title = {Network Information Theory},
publisher = {Cambridge University Press},
year = {2011},
}