Questions: Slepian-Wolf Coding

3 questions to test your understanding

Score: 0 / 3
Question 1 Multiple Choice

Two sensors observe correlated data X and Y with H(X) = 4, H(Y) = 3, H(X,Y) = 5 bits. What are the Slepian-Wolf rate constraints?

AR_X >= 4 and R_Y >= 3, totaling at least 7 bits — each source must be compressed independently
BR_X >= H(X|Y) = 2, R_Y >= H(Y|X) = 1, and R_X + R_Y >= H(X,Y) = 5 — the sum rate equals joint encoding, despite no communication between encoders
CR_X = R_Y = H(X,Y)/2 = 2.5 bits each
DR_X >= 0 and R_Y >= 0 with no sum constraint
Question 2 True / False

The Slepian-Wolf theorem requires the encoders to know each other's source statistics but NOT each other's actual source realizations.

TTrue
FFalse
Question 3 Short Answer

Explain the intuition behind why distributed compression (Slepian-Wolf) can achieve the same sum rate as joint compression, despite the encoders not communicating.

Think about your answer, then reveal below.