Conditional Total Correlation and the Serial Depth of Adaptive Parallel Sampling
arXiv:2608.25505
2026
Sampling
1 ideas extracted · analyzed Aug 29, 2026
What the math gives to ML
The paper provides an exact information-theoretic cost for parallel revealing: the forward KL error incurred by sampling a set of coordinates independently equals the conditional total correlation of that set, accumulated over adaptive rounds. This turns decoding-order selection into a measurable scheduling problem rather than a heuristic confidence-ranking problem: coordinates can be revealed together when their conditional dependence is low, while strongly dependent coordinates should be serialized. The most direct neural-network transfer is a dependency-aware masked diffusion decoder that selects reveal batches by minimizing estimated conditional total correlation subject to a desired amount of parallelism.
Ideas from this paper
✓ Mechanism works
2026
Replace confidence-only masked diffusion decoding with an adaptive scheduler that chooses batches whose unrevealed tokens have low conditional total correlation given the already revealed context. The scheduler should preserve large parallel batches when token predictions are conditionally independent, but split highly dependent tokens into separate rounds to reduce forward-KL error.
Useful7/10
Difficulty6/10
Novelty7/10