Imagine two weather sensors a kilometer apart. Both measure temperature, so their readings are almost always within a degree of each other — they are correlated. If you want to send both readings to a base station, the naive approach compresses each one independently. But that wastes bandwidth, because the second reading carries almost no new information once you already know the first.
The obvious fix is to let the sensors talk to each other: sensor B sends only the difference from sensor A, and together they need far fewer bits. But what if the sensors have no radio link between them? What if each encoder must compress its stream in complete isolation, without seeing the other source at all?
Common sense says you lose something — if the encoders cannot cooperate, they cannot exploit the correlation. In 1973, David Slepian and Jack Wolf turned common sense on its head. They proved that two correlated sources, each compressed separately, can together achieve the same total bit-rate as if the encoders had a perfect communication link — provided the decoder sees both compressed streams at once.
The theorem is a cornerstone of distributed source coding and information theory. It shows that, for lossless compression, the correlation does not have to be exploited at encoding time. The decoder alone can do all the work, as long as the rates are chosen carefully.
Comments
Loading comments...