161-A3.1

From Microlab Classes
Jump to navigation Jump to search
  • Activity: Mutual Information and Channel Capacity
  • Instructions: In this activity, you are tasked to
    • Walk through the examples.
    • Calculate the channel capacity of different channel models.
  • Should you have any questions, clarifications, or issues, please contact your instructor as soon as possible.

Example 1: Mutual Information

Given the following joint probabilities:

Table 1: : Blood Type, : Chance for Skin Cancer
A B AB O
Very Low 1/8 1/16 1/32 1/32
Low 1/16 1/8 1/32 1/32
Medium 1/16 1/16 1/16 1/16
High 1/4 0 0 0

To get the entropies of and , we need to calculate the marginal probabilities:

 

 

 

 

(1)

 

 

 

 

(2)

And since:

 

 

 

 

(3)

We get:

 

 

 

 

(4)

 

 

 

 

(5)

Calculating the conditional entropies using:

 

 

 

 

(6)

 

 

 

 

(7)

Note that . Calculating the mutual information, we get:

 

 

 

 

(8)

Or equivalently:

 

 

 

 

(9)

Let us try to understand what this means:

  • If we only consider , we have the a priori probabilities, for each blood type, and we can calculate the entropy, , i.e. the expected value of the information we get when we observe the results of the blood test.
  • Will our expectations change if we do not have access to the blood test, but instead, we get to access (1) the person's susceptibility to skin cancer, and (2) the joint probabilities in Table 1? Since we are given more information, we expect one of the following:
    • The uncertainty to be equal to the original uncertainty if and are independent, since , thus .
    • A reduction in the uncertainty equal to , due to the additional information given by .
    • If and are perfectly correlated, we reduce the uncertainty to zero since and .

Example 2: A Noiseless Binary Channel

Figure 1: Channel model for a noiseless binary channel.

Consider transmitting information over a noiseless binary channel shown in Fig. 1. The input, has a priori probabilities and , and the output is . Calculating the output probabilities:

 

 

 

 

(10)

 

 

 

 

(11)

Thus, the entropy at the output is:

 

 

 

 

(12)

The conditional entropy, is then:

 

 

 

 

(13)

Figure 2: The mutual information as a function of .

Which is expected since and are perfectly correlated, and there is no uncertainty in once is given. Thus, the mutual information is:

 

 

 

 

(14)

The plot of the mutual information as a function of is shown in Fig. 2. To get the channel capacity, we get the maximum over all . Thus, we can take the derivative of the mutual information and set it equal to zero, to find the optimal . And noting that , we get:

 

 

 

 

(15)

Thus, we can get , as expected from Fig. 2. Therefore the channel capacity is:

 

 

 

 

(16)

As expected, in a noiseless binary channel, we can transmit a maximum of 1 bit of information per channel use.

Example 3: A Noisy Channel with Non-Overlapping Outputs

Figure 3: A noisy channel with non-overlapping outputs.

Consider the channel shown in Fig. 3. The input, has a priori probabilities and , and in this case, the output is . Once again, we can calculate the output probabilities:

 

 

 

 

(17)

 

 

 

 

(18)

 

 

 

 

(19)

 

 

 

 

(20)

Note that the terms that evaluate to zero have already been omitted. The entropy at the output is then:

 

 

 

 

(21)

Calculating the conditional entropy:

 

 

 

 

(22)

This allows us to calculate the mutual information:

 

 

 

 

(23)

Which once again leads to a channel capacity, bit per channel use, at . This reinforces our intuition that as long as each output symbol is determined by only one input symbol, i.e. no overlaps, we can infer which input symbol was transmitted when we know the output symbol even in the presence of noise.

Activity: The Binary Symmetric Channel (BSC)

Figure 4: The binary symmetric channel.

A more realistic channel model is the Binary Symmetric Channel shown in Fig. 4. For this channel, there is a probability that if a 0 is transmitted, the channel corrupts it into a 1. The same is true for transmitting a 1, there is a probability that the output is converted to a 0.

Given the input, has a priori probabilities and , calculate the following in terms of and :

  1. The output probabilities and .
  2. The entropy at the output, .
  3. The conditional entropy, .
  4. The mutual information, .
  5. The channel capacity, and show that where .

Report Guide

In addition to your calculations, include a short explanation of your procedure in obtaining the channel capacity from the your expression for mutual information. Also, comment on the behavior of the channel capacity as is varied. Is this the behavior you expect? Send your reports via email before you start Module 4.

Sources

  • Yao Xie's slides on Entropy and Mutual Information