Learned Compression of Encoding Distributions
Mateen Ulhaq, Ivan V. Baji\'c

TL;DR
This paper introduces a dynamic encoding distribution approach for learned compression models that adapts to each input, improving compression efficiency and reducing computational complexity compared to static methods.
Contribution
It proposes a method to estimate and transmit an input-specific encoding distribution, addressing the amortization gap in learned compression models.
Findings
Achieves a -7.10% BD-rate gain on Kodak dataset.
Reduces computational complexity by an order of magnitude.
Outperforms static distribution methods in adaptability and efficiency.
Abstract
The entropy bottleneck introduced by Ball\'e et al. is a common component used in many learned compression models. It encodes a transformed latent representation using a static distribution whose parameters are learned during training. However, the actual distribution of the latent data may vary wildly across different inputs. The static distribution attempts to encompass all possible input distributions, thus fitting none of them particularly well. This unfortunate phenomenon, sometimes known as the amortization gap, results in suboptimal compression. To address this issue, we propose a method that dynamically adapts the encoding distribution to match the latent data distribution for a specific input. First, our model estimates a better encoding distribution for a given input. This distribution is then compressed and transmitted as an additional side-information bitstream. Finally, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAlgorithms and Data Compression · Advanced Data Compression Techniques
