Slepian–Wolf coding

From HandWiki

In information theory and communication, the Slepian–Wolf coding, also known as the Slepian–Wolf bound, is a result in distributed source coding discovered by David Slepian and Jack Wolf in 1973. It is a method of theoretically coding two lossless compressed correlated sources.[1]

Problem setup

Distributed coding is the coding of two, in this case, or more dependent sources with separate encoders and a joint decoder. Given two statistically dependent independent and identically distributed finite-alphabet random sequences [math]\displaystyle{ X^n }[/math] and [math]\displaystyle{ Y^n }[/math], the Slepian–Wolf theorem gives a theoretical bound for the lossless coding rate for distributed coding of the two sources.

Setup of Slepian-Wolf problem for two sources

Theorem

The bound for the lossless coding rates as shown below:[1]

[math]\displaystyle{ R_X\geq H(X|Y), \, }[/math]
[math]\displaystyle{ R_Y\geq H(Y|X), \, }[/math]
[math]\displaystyle{ R_X+R_Y\geq H(X,Y). \, }[/math]

Plot showing achievable rates in Slepian-Wolf problem for two sources

If both the encoder and the decoder of the two sources are independent, the lowest rate it can achieve for lossless compression is [math]\displaystyle{ H(X) }[/math] and [math]\displaystyle{ H(Y) }[/math] for [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] respectively, where [math]\displaystyle{ H(X) }[/math] and [math]\displaystyle{ H(Y) }[/math] are the entropies of [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math]. However, with joint decoding, if vanishing error probability for long sequences is accepted, the Slepian–Wolf theorem shows that much better compression rate can be achieved. As long as the total rate of [math]\displaystyle{ X }[/math] and [math]\displaystyle{ Y }[/math] is larger than their joint entropy [math]\displaystyle{ H(X,Y) }[/math] and none of the sources is encoded with a rate smaller than its entropy, distributed coding can achieve arbitrarily small error probability for long sequences.[1]

A special case of distributed coding is compression with decoder side information, where source [math]\displaystyle{ Y }[/math] is available at the decoder side but not accessible at the encoder side. This can be treated as the condition that [math]\displaystyle{ R_Y=H(Y) }[/math] has already been used to encode [math]\displaystyle{ Y }[/math], while we intend to use [math]\displaystyle{ H(X|Y) }[/math] to encode [math]\displaystyle{ X }[/math]. In other words, two isolated sources can compress data as efficiently as if they were communicating with each other. The whole system is operating in an asymmetric way (compression rate for the two sources are asymmetric).[1]

This bound has been extended to the case of more than two correlated sources by Thomas M. Cover in 1975,[2] and similar results were obtained in 1976 by Aaron D. Wyner and Jacob Ziv with regard to lossy coding of joint Gaussian sources.[3]

See also

References

  1. 1.0 1.1 1.2 1.3 Slepian & Wolf 1973, pp. 471–480.
  2. Cover 1975, pp. 226–228.
  3. Wyner & Ziv 1976, pp. 1–10.

Sources

External links

  • Wyner-Ziv Coding of Video algorithm for video compression that performs close to the Slepian–Wolf bound (with links to source code).