paper-with-me

Papers

Lossless Compression with Latent Variable Models

2021-04-21 · James Townsend

We develop a simple and elegant method for lossless compression using latent variable models, which we call 'bits back with asymmetric numeral systems' (BB-ANS). The method involves interleaving encode and decode steps, and achieves an optimal rate when compressing batches of data. We demonstrate it firstly on the MNIST test set, showing that state-of-the-art lossless compression is possible using a small variational autoencoder (VAE) model. We then make use of a novel empirical insight, that fully convolutional generative models, trained on small images, are able to generalize to images of arbitrary size, and extend BB-ANS to hierarchical latent variable models, enabling state-of-the-art lossless compression of full-size colour images from the ImageNet dataset. We describe 'Craystack', a modular software framework which we have developed for rapid prototyping of compression using deep generative models.

📄 PDF Abstract BibTeX arXiv:2104.10544

Code (1)

j-towns/craystack 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Bit-Swap: Recursive Bits-Back Coding for Lossless Compression with Hierarchical Latent Variables

2019-05-16 · Friso H. Kingma, Pieter Abbeel, Jonathan Ho

The bits-back argument suggests that latent variable models can be turned into lossless compression schemes. Translating the bits-back argument into efficient and practical lossless compression schemes for general latent…

LVPNet: A Latent-variable-based Prediction-driven End-to-end Framework for Lossless Compression of Medical Images

2025-06-22 · Chenyue Song, Chen Hui, Qing Lin, Wei zhang 외

Autoregressive Initial Bits is a framework that integrates sub-image autoregression and latent variable modeling, demonstrating its advantages in lossless medical image compression. However, in existing methods, the imag…

Image CompressionImage SegmentationQuantizationSemantic Segmentation

Practical Lossless Compression with Latent Variables using Bits Back Coding

2019-01-15 · ICLR 2019 5 · James Townsend, Tom Bird, David Barber

Deep latent variable models have seen recent success in many data domains. Lossless compression is an application of these models which, despite having the potential to be highly useful, has yet to be implemented in a pr…

Image Compression

HiLLoC: Lossless Image Compression with Hierarchical Latent Variable Models

2019-12-20 · ICLR 2020 1 · James Townsend, Thomas Bird, Julius Kunze, David Barber

We make the following striking observation: fully convolutional VAE models trained on 32x32 ImageNet can generalize well, not just to 64x64 but also to far larger photographs, with no changes to the model. We use this pr…

Image Compression

GOLLIC: Learning Global Context beyond Patches for Lossless High-Resolution Image Compression

2022-10-07 · Yuan Lan, Liang Qin, Zhaoyi Sun, Yang Xiang 외

Neural-network-based approaches recently emerged in the field of data compression and have already led to significant progress in image compression, especially in achieving a higher compression ratio. In the lossless ima…

ClusteringData CompressionImage Compression