Proceedings Article
Fast Relative Entropy Coding with A* coding
Gergely Flamich,Stratis Markou,Jos'e Miguel Hern'andez-Lobato +2 more
- 30 Jan 2022
Vol. abs/2201.12857
23
TL;DR: A* coding with (IK)VAEs on MNIST is evaluated, showing that it can losslessly compress images near the theoretically optimal limit and the IsoKL VAE, which can be used with DAD* to further improve compression efficiency, is proposed.
read more
Abstract: Relative entropy coding (REC) algorithms encode a sample from a target distribution Q using a proposal distribution P , such that the expected codelength is O ( D KL [ Q ∥ P ]) . REC can be seam-lessly integrated with existing learned compression models since, unlike entropy coding, it does not assume discrete Q or P , and does not require quantisation. However, general REC algorithms require an intractable Ω( e D KL [ Q ∥ P ] ) runtime. We introduce AS* and AD* coding, two REC algorithms based on A* sampling. We prove that, for continuous distributions over R , if the density ratio is unimodal, AS* has O ( D ∞ [ Q ∥ P ]) expected runtime, where D ∞ [ Q ∥ P ] is the R´enyi ∞ divergence. We provide experimental evidence that AD* also has O ( D ∞ [ Q ∥ P ]) expected runtime. We prove that AS* and AD* achieve an expected codelength of O ( D KL [ Q ∥ P ]) . Further, we introduce DAD*, an approximate algorithm based on AD* which retains its favourable runtime and has bias similar to that of alternative methods. Focusing on VAEs, we propose the IsoKL VAE (IKVAE), which can be used with DAD* to further improve compression efficiency. We evaluate A* coding with (IK)VAEs on MNIST, showing that it can losslessly compress images near the theoretically optimal limit.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
An Introduction to Neural Data Compression
TL;DR: This introduction hopes to fill in the necessary background by reviewing basic coding topics such as entropy coding and rate-distortion theory, related machine learning ideas such as bits-back coding and perceptual metrics, and providing a guide through the representative works in the literature so far.
96
Lossy Image Compression with Conditional Diffusion Models
Ruihan Yang,Stephan Mandt +1 more
TL;DR: This paper outlines an end-to-end optimized framework based on a conditional diffusion model for image compression that out-performs one of the best-performing conventional image codecs and one neural codec on two compression benchmarks, where the focus on rate-perception tradeoffs.
64
Generalized information entropy and generalized information dimension
Tianxiang Zhan,Jiefeng Zhou,Zhen Li,Yong Deng +3 more
- 01 Jul 2024
TL;DR: This article proposes Generalized Information Entropy (GIE) to unify various entropies based on mass function, establishing relationships with fractal dimension and event number, and introduces Generalized Information Dimension (GID) for information representation and coding applications.
9
RECOMBINER: Robust and Enhanced Compression with Bayesian Implicit Neural Representations
Jiajun He,Gergely Flamich,Zongyu Guo,José Miguel Hernández-Lobato +3 more
TL;DR: This paper addresses the issues of robust and Enhanced COMBINER by enriching the variational approximation while maintaining its computational cost via a linear reparameterization of the INR weights, augmenting the INRs with learnable positional encodings that enable them to adapt to local details.
Notes on the runtime of A* sampling
Stratis Markou
- 30 May 2022
TL;DR: If Q and P are distributions on R and their Radon-Nikodym derivative is unimodal, the runtime of A* sampling is O ( D ∞ [ Q || P ]) , which is exponentially faster over A- sampling without further assumptions.
1
References
•Proceedings Article
Auto-Encoding Variational Bayes
Diederik P. Kingma,Max Welling +1 more
- 01 Jan 2014
TL;DR: A stochastic variational inference and learning algorithm that scales to large datasets and, under some mild differentiability conditions, even works in the intractable case is introduced.
On the Lambert W function
TL;DR: A new discussion of the complex branches of W, an asymptotic expansion valid for all branches, an efficient numerical procedure for evaluating the function to arbitrary precision, and a method for the symbolic integration of expressions containing W are presented.
6.4K
An Automatic Method for Solving Discrete Programming Problems
Ailsa H. Land,Alison G. Doig +1 more
TL;DR: In the late 1950s there was a group of teachers and research assistants at the London School of Economics interested in linear programming and its extensions, in particular Helen Makower, George Morton, Ailsa Land and Alison Doig.
•Posted Content
Weight Uncertainty in Neural Networks
TL;DR: This work introduces a new, efficient, principled and backpropagation-compatible algorithm for learning a probability distribution on the weights of a neural network, called Bayes by Backprop, and shows how the learnt uncertainty in the weights can be used to improve generalisation in non-linear regression problems.
2K
Probability and Random Processes
TL;DR: This handbook is a very useful handbook for engineers, especially those working in signal processing, and provides real data bootstrap applications to illustrate the theory covered in the earlier chapters.
1.8K