← Search

Gergely Flamich

7 accepted papers

2024

Accelerating Relative Entropy Coding with Space Partitioning

NeurIPS 2024poster

Relative entropy coding (REC) algorithms encode a random sample following a target distribution $Q$, using a coding distribution $P$ shared between the sender and receiver. Sadly, general REC algorithms suffer from prohibitive encoding times, at least on the order of $2^{D_{\text{KL}}[Q||P]}$, and…

Cited by 1SourcePDFScholar
2024

RECOMBINER: Robust and Enhanced Compression with Bayesian Implicit Neural Representations

ICLR 2024poster

COMpression with Bayesian Implicit NEural Representations (COMBINER) is a recent data compression method that addresses a key inefficiency of previous Implicit Neural Representation (INR)-based approaches: it avoids quantization and enables direct optimization of the rate-distortion performance. How…

2023

Compression with Bayesian Implicit Neural Representations

NeurIPS 2023spotlight

Many common types of data can be represented as functions that map coordinates to signal values, such as pixel locations to RGB values in the case of an image. Based on this view, data can be compressed by overfitting a compact neural network to its functional representation and then encoding the ne…

2023

Faster Relative Entropy Coding with Greedy Rejection Coding

NeurIPS 2023poster

Relative entropy coding (REC) algorithms encode a sample from a target distribution $Q$ using a proposal distribution $P$ using as few bits as possible. Unlike entropy coding, REC does not assume discrete distributions and require quantisation. As such, it can be naturally integrated into communicat…

Cited by 13SourcePDFScholar
2020

Compressing Images by Encoding Their Latent Representations with Relative Entropy Coding

NeurIPS 2020poster

Variational Autoencoders (VAEs) have seen widespread use in learned image compression. They are used to learn expressive latent representations on which downstream compression methods can operate with high efficiency. Recently proposed 'bits-back' methods can indirectly encode the latent representat…