The Han-Kobayashi Achievable Region

The Art of Partial Decoding

The strong interference regime says: decode all of the interference. The TIN strategy says: decode none of it. The brilliant insight of Han and Kobayashi (1981) is that in the intermediate regime, you should decode part of the interference.

Each user splits its message into a common part (decodable by both receivers) and a private part (decodable only by the intended receiver). The common part of the interfering user is decoded and removed; the private part is treated as noise. The power split between common and private messages is a design parameter that allows the scheme to interpolate smoothly between TIN (all private) and full interference decoding (all common).

This is the same rate-splitting idea used in the MAC (time-sharing via rate splitting), but here it serves a fundamentally different purpose: managing interference rather than coordinating access.

Definition:

Han-Kobayashi Rate Splitting

Each user k∈{1,2}k \in \{1, 2\} splits its message MkM_k into:

  • A common message M0kM_{0k} at rate R0kR_{0k}, intended for both receivers
  • A private message MpkM_{pk} at rate RpkR_{pk}, intended only for Rx kk

Total rate: Rk=R0k+RpkR_{k} = R_{0k} + R_{pk}.

The transmitted signal is Xk=Uk+VkX_k = U_k + V_k, where:

  • UkU_k carries the common message M0kM_{0k} (decoded by both Rx 1 and Rx 2)
  • VkV_k carries the private message MpkM_{pk} (decoded only by Rx kk)
  • Power allocation: E[∣Uk∣2]=Ξ±kPk\mathbb{E}[|U_k|^2] = \alpha_k P_k, E[∣Vk∣2]=(1βˆ’Ξ±k)Pk\mathbb{E}[|V_k|^2] = (1-\alpha_k) P_k

The parameter αk∈[0,1]\alpha_k \in [0,1] controls the power split: αk=0\alpha_k = 0 is pure TIN, αk=1\alpha_k = 1 is full common (strong interference strategy).

Theorem: The Han-Kobayashi Achievable Region

For the two-user interference channel, the following rate region is achievable. For each user kk, split the rate as Rk=R0k+RpkR_{k} = R_{0k} + R_{pk}. At receiver 1, jointly decode (M01,Mp1,M02)(M_{01}, M_{p1}, M_{02}) β€” the common messages of both users and user 1's private message β€” treating V2V_2 (user 2's private signal) as noise. The rate constraints at Rx 1 are:

Rp1≀I(V1;Y1∣U1,U2)R_{p1} \leq I(V_1; Y_1 | U_1, U_2) R02≀I(U2;Y1∣U1,V1)R_{02} \leq I(U_2; Y_1 | U_1, V_1) R01+Rp1≀I(U1,V1;Y1∣U2)R_{01} + R_{p1} \leq I(U_1, V_1; Y_1 | U_2) Rp1+R02≀I(V1,U2;Y1∣U1)R_{p1} + R_{02} \leq I(V_1, U_2; Y_1 | U_1) R01+Rp1+R02≀I(U1,V1,U2;Y1)R_{01} + R_{p1} + R_{02} \leq I(U_1, V_1, U_2; Y_1)

Symmetric constraints apply at Rx 2. The full HK region is the union over all power splits (Ξ±1,Ξ±2)(\alpha_1, \alpha_2) and input distributions.

Receiver 1 treats (U1,V1,U2)(U_1, V_1, U_2) as a three-user MAC: it jointly decodes its own common and private messages plus user 2's common message. User 2's private signal V2V_2 is treated as noise (with power (1βˆ’Ξ±2)P2(1-\alpha_2) P_2). The more power user 2 puts into the common message (larger Ξ±2\alpha_2), the less noise Rx 1 sees β€” but user 2's private rate decreases. This tradeoff is what makes the HK bound powerful.

,

Theorem: Within One Bit of Capacity (Etkin-Tse-Wang)

For the two-user Gaussian IC, the Han-Kobayashi scheme with a specific choice of power split achieves a rate region that is within 1 bit per user of the capacity region: RkHKβ‰₯Rkβˆ—βˆ’1forΒ k=1,2R_{k}^{\text{HK}} \geq R_{k}^* - 1 \quad \text{for } k = 1, 2

where Rkβˆ—R_{k}^* is the capacity. The specific choice is to set the private message power at the level of the noise floor at the unintended receiver: (1βˆ’Ξ±k)Pk=min⁑(Pk,Οƒ2bk2)(1 - \alpha_k) P_k = \min\left(P_k, \frac{\sigma^2}{b_k^2}\right) where b1=bb_1 = b and b2=ab_2 = a are the cross-channel gains.

The Etkin-Tse-Wang (ETW) result is one of the most elegant in interference channel theory. The idea is to set the private message power just below the noise floor at the unintended receiver β€” so the private message causes negligible additional interference. The common message uses the remaining power and is decoded by both receivers. This simple power split is within 1 bit of optimal for all parameter regimes.

The "1 bit" gap comes from the fact that TIN incurs at most a 1-bit penalty per user in the "noisy interference" regime (where INR<1+SNR\text{INR} < 1 + \text{SNR}), and the HK scheme with the ETW power split handles the transition between regimes smoothly.

Historical Note: The Han-Kobayashi Bound: Four Decades and Counting

1981-2008

Te Sun Han and Kingo Kobayashi published their achievable region in 1981, and for over 40 years it has remained the best known inner bound for the general interference channel. The original paper considered the discrete memoryless case; the Gaussian case and the "within 1 bit" result by Etkin, Tse, and Wang (2008) added the crucial quantitative insight.

What makes the HK bound so resilient is that it combines the only two strategies available for dealing with interference: decode it (common message) or tolerate it (private message treated as noise). Any improvement would require a fundamentally new idea β€” and despite decades of effort, none has been found for the general two-user case.

Example: ETW Power Split for the Symmetric IC

For the symmetric Gaussian IC with P1=P2=P=100P_1 = P_2 = P = 100, Οƒ2=1\sigma^2 = 1, and a=b=0.5a = b = 0.5 (moderate interference: INR=25\text{INR} = 25), compute the ETW power split and the resulting sum rate. Compare with TIN.

Rate splitting

A coding technique where each user divides its message into sub-messages (typically "common" and "private") encoded at different power levels. The common message is decodable by unintended receivers; the private message is not. Rate splitting enables partial interference decoding in the interference channel.

Related: Han-Kobayashi scheme, Superposition Coding

Common Mistake: Common Message Does Not Mean Multicast

Mistake:

Interpreting the "common message" in Han-Kobayashi as useful data for the unintended receiver, as in a multicast setting.

Correction:

The "common" message carries data intended only for the corresponding user. It is called "common" because it is encoded at a power level that allows the unintended receiver to decode it as well β€” but the unintended receiver discards the decoded data. The purpose of decoding it is to subtract interference, not to obtain useful information.

Quick Check

In the ETW power split, the private message power is set to Οƒ2/a2\sigma^2/a^2. What is the operational significance of this choice?

The private signal arrives at the unintended receiver at the same power as the noise, making it negligible

It minimizes the total power consumption

It maximizes the private message rate

Key Takeaway

The Han-Kobayashi scheme achieves rates within 1 bit of the two-user Gaussian IC capacity for all parameter regimes. The key idea is rate splitting: divide each message into a common part (decoded and subtracted by the unintended receiver) and a private part (treated as noise). The ETW power split β€” setting the private power at the noise floor of the unintended receiver β€” is a near-universal prescription that works across all interference regimes.