Entropy-Constrained Adaptive Stochastic Quantization
arXiv:2608.18147
2026
Quantization
2 ideas extracted · analyzed Sep 1, 2026
What the math gives to ML
The paper turns unbiased stochastic quantization into a rate-distortion optimization problem: the quantizer must minimize MSE while simultaneously controlling the entropy of emitted symbols and the codebook size. The transferable asset is that unbiasedness can be preserved exactly by stochastic interpolation between adjacent adaptive codepoints, while a dynamic-programming or Lagrangian search chooses codepoints that are favorable to subsequent entropy coding. This is especially promising for tensor blocks, gradients, and KV caches, where symbol-frequency skew can make true compressed size much smaller than nominal bitwidth. A practical first transfer is an entropy-aware block quantizer with a dual-updated rate multiplier, evaluated at equal post-entropy-coding bytes and equal downstream model quality.
Ideas from this paper
△ Mechanism confirmed, baseline not beaten
2026
Allocate different entropy budgets to different KV-cache blocks instead of assigning every token and head the same nominal bitwidth. Use the ECASQ Lagrangian so high-variance or attention-sensitive blocks receive more codepoints, while predictable blocks collapse to fewer symbols and become highly compressible. Preserve unbiasedness per scalar or block so reconstructed keys and values have zero mean quantization error conditional on the original tensor.
Useful8/10
Difficulty6/10
Novelty7/10
△ Mechanism confirmed, baseline not beaten
2026
Replace fixed-grid stochastic quantization of each tensor block with an adaptive ordered codebook selected under both an entropy budget and a maximum number of codepoints. Within every interval between adjacent codepoints, use unbiased stochastic interpolation, so the quantized block remains unbiased while the emitted symbol distribution becomes easier for arithmetic or Huffman coding to compress. The representation should reduce actual compressed bytes at fixed MSE, or reduce MSE at fixed…
Useful8/10
Difficulty6/10
Novelty6/10