Search papers, labs, and topics across Lattice.
The paper introduces Midicoth, a lossless compression system that uses a micro-diffusion denoising layer to improve probability estimates from adaptive statistical models. Midicoth treats prior smoothing as a shrinkage process and applies a reverse denoising step using empirical calibration statistics derived from a bitwise tree decomposition of byte predictions. This converts a complex 256-way calibration problem into a sequence of simpler binary calibration tasks, improving data efficiency and correcting biases in the final probability distribution.
By framing prior smoothing as a shrinkage process and applying a micro-diffusion denoising layer, Midicoth achieves more accurate probability estimates in lossless compression, even with limited data.
We present Midicoth, a lossless compression system that introduces a micro-diffusion denoising layer for improving probability estimates produced by adaptive statistical models. In compressors such as Prediction by Partial Matching (PPM), probability estimates are smoothed by a prior to handle sparse observations. When contexts have been seen only a few times, this prior dominates the prediction and produces distributions that are significantly flatter than the true source distribution, leading to compression inefficiency. Midicoth addresses this limitation by treating prior smoothing as a shrinkage process and applying a reverse denoising step that corrects predicted probabilities using empirical calibration statistics. To make this correction data-efficient, the method decomposes each byte prediction into a hierarchy of binary decisions along a bitwise tree. This converts a single 256-way calibration problem into a sequence of binary calibration tasks, enabling reliable estimation of correction terms from relatively small numbers of observations. The denoising process is applied in multiple successive steps, allowing each stage to refine residual prediction errors left by the previous one. The micro-diffusion layer operates as a lightweight post-blend calibration stage applied after all model predictions have been combined, allowing it to correct systematic biases in the final probability distribution. Midicoth combines five fully online components: an adaptive PPM model, a long-range match model, a trie-based word model, a high-order context model, and the micro-diffusion denoiser applied as the final stage.