Trisha Shetty (Editor)

Blahut–Arimoto algorithm

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

The Blahut–Arimoto algorithm, is often used to refer to a class of algorithms for computing numerically either the information theoretic capacity of a channel, or the rate-distortion function of a source. They are iterative algorithms that eventually converge to the optimal solution of the convex optimization problem that is associated with these information theoretic concepts.

For the case of channel capacity, the algorithm was independently invented by Arimoto and Blahut. In the case of lossy compression, the corresponding algorithm was invented by Richard Blahut. The algorithm is most applicable to the case of arbitrary finite alphabet sources. Much work has been done to extend it to more general problem instances.

Algorithm

Suppose we have a source X with probability p ( x ) of any given symbol. We wish to find an encoding p ( x ^ | x ) that generates a compressed signal X ^ from the original signal while minimizing the expected distortion d ( x , x ^ ) , where the expectation is taken over the joint probability of X and X ^ . We can find an encoding that minimizes the rate-distortion functional locally by repeating the following iteration until convergence:

p t + 1 ( x ^ ) = x p ( x ) p t ( x ^ | x ) p t + 1 ( x ^ | x ) = p t ( x ^ ) exp ( β d ( x , x ^ ) ) x ^ p t ( x ^ ) exp ( β d ( x , x ^ ) )

where β is a parameter related to the slope in the rate-distortion curve that we are targeting and thus is related to how much we favor compression versus distortion (higher β means less compression).

References

Blahut–Arimoto algorithm Wikipedia