A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Slepian-Wolf Coding

Research Depth 101 in the knowledge graph I know this Set as goal
448prerequisites beneath it
See this on the map →
Joint and Conditional EntropySource Coding Theorem+1 more
Slepian-Wolf distributed compression correlated sources lossless

Core Idea

The Slepian-Wolf theorem characterizes the achievable rate region for distributed lossless compression of correlated sources. Two encoders observe correlated sources X and Y respectively and compress them independently (no communication between encoders), while a joint decoder reconstructs both. The achievable rate region is R_X >= H(X|Y), R_Y >= H(Y|X), and R_X + R_Y >= H(X,Y). Remarkably, the sum rate H(X,Y) matches what is achievable with joint encoding — distributed compression loses nothing in total rate compared to centralized compression. This surprising result shows that correlation can be exploited even without encoder cooperation.

Explainer

Consider two sensors monitoring correlated data — say, temperature sensors at nearby locations. If both sensors could share their data before compression, they could jointly compress to H(X,Y) bits total. But what if they must compress independently and only a central server sees both compressed streams? Intuitively, you might expect a penalty for the lack of coordination. The Slepian-Wolf theorem says there is none: the sum rate achievable with distributed compression equals H(X,Y), the same as joint compression.

The achievable rate region is a pentagon defined by three constraints: R_X >= H(X|Y), R_Y >= H(Y|X), and R_X + R_Y >= H(X,Y). The corner point (H(X|Y), H(Y)) represents encoder X sending only the information in X that Y does not have, while encoder Y sends its full entropy. The other corner (H(X), H(Y|X)) reverses the roles. All points on the dominant face R_X + R_Y = H(X,Y) are achievable by time-sharing or random binning.

The proof uses random binning, one of the most important techniques in information theory. Each typical X-sequence is randomly assigned to a bin (index). The encoder for X sends only the bin index, using about nH(X|Y) bits. The decoder receives the bin index and the full (or binned) Y-sequence. Among all X-sequences in the bin, the decoder finds the unique one that is jointly typical with Y. This works because the bin contains about 2^(n(H(X)-H(X|Y))) = 2^(nI(X;Y)) sequences, but only one is jointly typical with Y — the correct one. The correlation acts as "side information" at the decoder that disambiguates the bin.

Slepian-Wolf coding has practical applications in distributed sensor networks, video coding (where multiple camera views have correlation but are encoded independently), and genomic compression (where related genomes have high correlation). The Wyner-Ziv extension handles lossy distributed compression with decoder side information. These results demonstrate a recurring theme in network information theory: information-theoretic limits are often more favorable than naive intuition suggests, because joint decoding can exploit structure that separate encoding cannot.

Practice Questions 3 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityLaw of Total ProbabilityBayes' TheoremJoint and Conditional EntropyMutual InformationChannel CapacityBinary Symmetric ChannelChannel Coding TheoremNetwork Information TheorySlepian-Wolf Coding

Longest path: 102 steps · 448 total prerequisite topics

Prerequisites (3)

Leads To (0)

No topics depend on this one yet.