Binary symmetric channel

From Infogalactic: the planetary knowledge core
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found. A binary symmetric channel (or BSC) is a common communications channel model used in coding theory and information theory. In this model, a transmitter wishes to send a bit (a zero or a one), and the receiver receives a bit. It is assumed that the bit is usually transmitted correctly, but that it will be "flipped" with a small probability (the "crossover probability"). This channel is used frequently in information theory because it is one of the simplest channels to analyze.

Description

The BSC is a binary channel; that is, it can transmit only one of two symbols (usually called 0 and 1). (A non-binary channel would be capable of transmitting more than 2 symbols, possibly even an infinite number of choices.) The transmission is not perfect, and occasionally the receiver gets the wrong bit.

This channel is often used by theorists because it is one of the simplest noisy channels to analyze. Many problems in communication theory can be reduced to a BSC. Conversely, being able to transmit effectively over the BSC can give rise to solutions for more complicated channels.

Definition

A binary symmetric channel with crossover probability p denoted by BSC_{p}, is a channel with binary input and binary output and probability of error p; that is, if X is the transmitted random variable and Y the received variable, then the channel is characterized by the conditional probabilities

Pr( Y = 0 | X = 0 ) = 1 − p
Pr( Y = 0 | X = 1) = p
Pr( Y = 1 | X = 0 ) = p
Pr( Y = 1 | X = 1 ) = 1 − p

It is assumed that 0 ≤ p ≤ 1/2. If p > 1/2, then the receiver can swap the output (interpret 1 when it sees 0, and vice versa) and obtain an equivalent channel with crossover probability 1 − p ≤ 1/2.

Capacity of BSCp

The capacity of the channel is 1 − H(p), where H(p) is the binary entropy function.

The converse can be shown by a sphere packing argument. Given a codeword, there are roughly 2n H(p) typical output sequences. There are 2n total possible outputs, and the input chooses from a codebook of size 2nR. Therefore, the receiver would choose to partition the space into "spheres" with 2n / 2nR = 2n(1 − R) potential outputs each. If R > 1 − H(p), then the spheres will be packed too tightly asymptotically and the receiver will not be able to identify the correct codeword with vanishing probability.[clarification needed]

Shannon's channel capacity theorem for BSCp

Shannon's noisy coding theorem is general for all kinds of channels. We consider a special case of this theorem for a binary symmetric channel with an error probability p.

Noisy coding theorem for BSCp

The noise e that characterizes BSC_{p} is a random variable consisting of n independent random bits (n is defined below) where each random bit is a 1 with probability p and a 0 with probability 1-p. We indicate this by writing "e \in BSC_{p}".

Theorem 1 For all p< \frac{1}{2}, all \epsilon such that 0 < \epsilon < \frac{1}{2} - p, all sufficiently large n (depending on p and \epsilon), and all k\leq\lfloor (1 - H(p + \epsilon))n\rfloor, there exists a pair of encoding and decoding functions E: \{0,1\}^k \rightarrow \{0,1\}^n and D: \{0,1\}^n \rightarrow \{0,1\}^{k} respectively, such that every message m\in\{0,1\}^{k} has the following property: \Pr_{e \in BSC_p}[D(E(m) + e) \neq m] \leq 2^{-{\delta}n}.

What this theorem actually implies is, a message when picked from \{0,1\}^k, encoded with a random encoding function E, and sent across a noisy BSC_{p}, there is a very high probability of recovering the original message by decoding, if k or in effect the rate of the channel is bounded by the quantity stated in the theorem. The decoding error probability is exponentially small.

We shall now prove Theorem 1 .

Proof We shall first describe the encoding function E and the decoding function D used in the theorem. We will use the probabilistic method to prove this theorem. Shannon's theorem was one of the earliest applications of this method.

Encoding function E: Considering an encoding function E: \{0,1\}^k \rightarrow \{0,1\}^n that is selected at random. This means that for each message m \in \{0,1\}^k, the value E(m) \in \{0,1\}^n is selected at random (with equal probabilities).

Decoding function D: For a given encoding function E, the decoding function D: \{0,1\}^n \rightarrow \{0,1\}^k is specified as follows: given any received codeword y \in \{0,1\}^n, we find the message m\in\{0,1\}^{k} such that the Hamming distance \Delta(y, E(m)) is as small as possible (with ties broken arbitrarily). This kind of a decoding function is called a maximum likelihood decoding (MLD) function.

Ultimately, we will show (by integrating the probabilities) that at least one such choice (E,D) satisfies the conclusion of theorem; that is what is meant by the probabilistic method.

The proof runs as follows. Suppose p and \epsilon are fixed. First we show, for a fixed m \in \{0,1\}^{k} and E chosen randomly, the probability of failure over BSC_p noise is exponentially small in n. At this point, the proof works for a fixed message m. Next we extend this result to work for all m. We achieve this by eliminating half of the codewords from the code with the argument that the proof for the decoding error probability holds for at least half of the codewords. The latter method is called expurgation. This gives the total process the name random coding with expurgation.

A high level proof: Fix p and \epsilon. Given a fixed message m \in \{0,1\}^{k}, we need to estimate the expected value of the probability of the received codeword along with the noise does not give back m on decoding. That is to say, we need to estimate: \mathbb{E}_{E}[\Pr_{e \in BSC_p}[D(E(m) + e) \neq m]].

Let y be the received codeword. In order for the decoded codeword D(y) not to be equal to the message m, one of the following events must occur:

  • y does not lie within the Hamming ball of radius (p+\epsilon)ncentered at E(m). This condition is mainly used to make the calculations easier.
  • There is another message m^{\prime} \in \{0,1\}^k such that \Delta(y, E(m^{\prime})) \leq \Delta(y, E(m)). In other words the errors due to noise take the transmitted codeword closer to another encoded message.

We can apply Chernoff bound to ensure the non occurrence of the first event. By applying Chernoff bound we have, Pr_{e \in BSC_p} [\Delta(y, E(m)) > (p+\epsilon)n] \leq 2^{-{\epsilon^2}n}. This is exponentially small for large n (recall that \epsilon is fixed).

As for the second event, we note that the probability that E(m^{\prime}) \in B(y,(p+\epsilon)n) is Vol(B(y,(p+\epsilon)n)/2^n where B(x, r) is the Hamming ball of radius r centered at vector x and Vol(B(x, r)) is its volume. Using approximation to estimate the number of codewords in the Hamming ball, we have Vol(B(y,(p+\epsilon)n)) \approx 2^{H(p)n}. Hence the above probability amounts to 2^{H(p)n}/2^n = 2^{H(p)n-n}. Now using union bound, we can upper bound the existence of such an m^{\prime} \in \{0,1\}^k by \le 2^{k +H(p)n-n} which is 2^{-\Omega(n)}, as desired by the choice of k.

A detailed proof: From the above analysis, we calculate the probability of the event that the decoded codeword plus the channel noise is not the same as the original message sent. We shall introduce some symbols here. Let p(y|E(m)) denote the probability of receiving codeword y given that codeword E(m) was sent. Denote B(E(m),(p+\epsilon)n) by \text{Ball}. \Pr_{e \in BSC_p}[D(E(m) + e) \neq m] = \sum_{y \in \{0,1\}^{n}} p(y|E(m))\cdot 1_{D(y)\neq m} \leq \sum_{y \notin \text{Ball}} p(y|E(m)) \cdot 1_{D(y)\neq m} + \sum_{y \in \text{Ball}} p(y|E(m))\cdot 1_{D(y)\neq m} \leq 2^{-{\epsilon^2}n} + \sum_{y \in \text{Ball}} p(y|E(m)) \cdot 1_{D(y)\neq m}.

We get the last inequality by our analysis using the Chernoff bound above. Now taking expectation on both sides we have, \mathbb{E}_E[Pr_{e \in BSC_p}[D(E(m) + e) \neq m]] \leq 2^{-{\epsilon^2}n} + \sum_{y \in \text{Ball}} p(y|E(m)).\mathbb{E}[1_{D(y)\neq m}].

Now we have \sum_{y \in \text{Ball}} p(y|E(m)) \leq 1. This just says, that the quantity \mathbb{E}[1_{D(y)\neq m}] \leq 2^{k +H(p + \epsilon)n-n}, again from the analysis in the higher level proof above. Hence, taking everything together we have \mathbb{E}_{E}[\Pr_{e \in BSC_p}[D(E(m) + e) \neq m]] \leq 2^{-{\epsilon^2}n} + 2^{k +H(p + \epsilon)n-n} \leq 2^{-\delta n}, by appropriately choosing the value of \delta. Since the above bound holds for each message, we have \mathbb{E}_m[\mathbb{E}_E[\Pr_{e \in BSC_p}[D(E(m) + e)] \neq m]] \leq 2^{-\delta n}. Now we can change the order of summation in the expectation with respect to the message and the choice of the encoding function E, without loss of generality. Hence we have \mathbb{E}_E[\mathbb{E}_m [\Pr_{e \in BSC_p}[D(E(m) + e)] \neq m]] \leq 2^{-\delta n}. Hence in conclusion, by probabilistic method, we have some encoding function E^{*} and a corresponding decoding function D^{*} such that \mathbb{E}_m[\Pr_{e \in BSC_p}[D^{*}(E^{*}(m) + e)\neq m]] \leq 2^{-\delta n}.

At this point, the proof works for a fixed message m. But we need to make sure that the above bound holds for all the messages m simultaneously. For that, let us sort the 2^k messages by their decoding error probabilities. Now by applying Markov's inequality, we can show the decoding error probability for the first 2^{k-1} messages to be at most 2.2^{-\delta n}. Thus in order to confirm that the above bound to hold for every message m, we could just trim off the last 2^{k-1} messages from the sorted order. This essentially gives us another encoding function E^{\prime} with a corresponding decoding function D^{\prime} with a decoding error probability of at most 2^{-\delta n + 1} with the same rate. Taking \delta^{\prime} to be equal to \delta - \frac{1}{n} we bound the decoding error probability to 2^{-\delta^{\prime}n}. This expurgation process completes the proof of Theorem 1.

Converse of Shannon's capacity theorem

The converse of the capacity theorem essentially states that 1 - H(p) is the best rate one can achieve over a binary symmetric channel. Formally the theorem states:

Theorem 2 If k \geq \lceil (1 - H(p + \epsilon)n) \rceil then the following is true for every encoding and decoding function E: \{0,1\}^k \rightarrow \{0,1\}^n and D: \{0,1\}^{n} \rightarrow \{0,1\}^{k} respectively: Pr_{e \in BSC_p}[D(E(m) + e) \neq m] \geq \frac{1}{2}.

For a detailed proof of this theorem, the reader is asked to refer to the bibliography. The intuition behind the proof is however showing the number of errors to grow rapidly as the rate grows beyond the channel capacity. The idea is the sender generates messages of dimension k, while the channel BSC_p introduces transmission errors. When the capacity of the channel is H(p), the number of errors is typically 2^{H(p + \epsilon)n} for a code of block length n. The maximum number of messages is 2^{k}. The output of the channel on the other hand has 2^{n} possible values. If there is any confusion between any two messages, it is likely that 2^{k}2^{H(p + \epsilon)n} \ge 2^{n}. Hence we would have k \geq \lceil (1 - H(p + \epsilon)n) \rceil, a case we would like to avoid to keep the decoding error probability exponentially small.

Codes for BSCp

Very recently, a lot of work has been done and is also being done to design explicit error-correcting codes to achieve the capacities of several standard communication channels. The motivation behind designing such codes is to relate the rate of the code with the fraction of errors which it can correct.

The approach behind the design of codes which meet the channel capacities of BSC, BEC have been to correct a lesser number of errors with a high probability, and to achieve the highest possible rate. Shannon’s theorem gives us the best rate which could be achieved over a BSC_{p}, but it does not give us an idea of any explicit codes which achieve that rate. In fact such codes are typically constructed to correct only a small fraction of errors with a high probability, but achieve a very good rate. The first such code was due to George D. Forney in 1966. The code is a concatenated code by concatenating two different kinds of codes. We shall discuss the construction Forney's code for the Binary Symmetric Channel and analyze its rate and decoding error probability briefly here. Various explicit codes for achieving the capacity of the binary erasure channel have also come up recently.

Forney's code for BSCp

Forney constructed a concatenated code C^{*} = C_\text{out} \circ C_\text{in} to achieve the capacity of Theorem 1 for BSC_p. In his code,

  • The outer code C_\text{out} is a code of block length N and rate 1-\frac{\epsilon}{2} over the field F_{2^k}, and k = O(log N). Additionally, we have a decoding algorithm D_\text{out} for C_\text{out} which can correct up to \gamma fraction of worst case errors and runs in t_\text{out}(N) time.
  • The inner code C_\text{in} is a code of block length n, dimension k, and a rate of 1 - H(p) - \frac{\epsilon}{2}. Additionally, we have a decoding algorithm D_\text{in} for C_\text{in} with a decoding error probability of at most \frac{\gamma}{2} over BSC_p and runs in t_\text{in}(N) time.

For the outer code C_\text{out}, a Reed-Solomon code would have been the first code to have come in mind. However, we would see that the construction of such a code cannot be done in polynomial time. This is why a binary linear code is used for C_\text{out}.

For the inner code C_\text{in} we find a linear code by exhaustively searching from the linear code of block length n and dimension k, whose rate meets the capacity of BSC_p, by Theorem 1.

The rate R(C^{*}) = R(C_\text{in}) \times R(C_\text{out}) = (1-\frac{\epsilon}{2}) ( 1 - H(p) - \frac{\epsilon}{2} ) \geq 1 - H(p) - \epsilon which almost meets the BSC_p capacity. We further note that the encoding and decoding of C^{*} can be done in polynomial time with respect to N. As a matter of fact, encoding C^{*} takes time O(N^{2})+O(Nk^{2}) = O(N^{2}). Further, the decoding algorithm described takes time Nt_\text{in}(k) + t_\text{out}(N) = N^{O(1)} as long as t_\text{out}(N) = N^{O(1)}; and t_\text{in}(k) = 2^{O(k)}.

Decoding error probability for C*

A natural decoding algorithm for C^{*} is to:

  • Assume y_{i}^{\prime} = D_\text{in}(y_i), \quad i \in (0, N)
  • Execute D_\text{out} on y^{\prime} = (y_1^{\prime} \ldots y_N^{\prime})

Note that each block of code for C_\text{in} is considered a symbol for C_\text{out}. Now since the probability of error at any index i for D_\text{in} is at most \frac{\gamma}{2} and the errors in BSC_p are independent, the expected number of errors for D_\text{in} is at most \frac{\gamma N}{2} by linearity of expectation. Now applying Chernoff bound, we have bound error probability of more than \gamma N errors occurring to be e^\frac{-\gamma N}{6}. Since the outer code C_\text{out} can correct at most \gamma N errors, this is the decoding error probability of C^{*}. This when expressed in asymptotic terms, gives us an error probability of 2^{-\Omega(\gamma N)}. Thus the achieved decoding error probability of C^{*} is exponentially small as Theorem 1.

We have given a general technique to construct C^{*}. For more detailed descriptions on C_\text{in} and C{out} please read the following references. Recently a few other codes have also been constructed for achieving the capacities. LDPC codes have been considered for this purpose for their faster decoding time.[1]

See also

Notes

  1. Richardson and Urbanke

References

External links