paper-with-me

Papers

Compression with Flows via Local Bits-Back Coding

2019-05-21 · NeurIPS 2019 12 · Jonathan Ho, Evan Lohn, Pieter Abbeel

Likelihood-based generative models are the backbones of lossless compression due to the guaranteed existence of codes with lengths close to negative log likelihood. However, there is no guaranteed existence of computationally efficient codes that achieve these lengths, and coding algorithms must be hand-tailored to specific types of generative models to ensure computational efficiency. Such coding algorithms are known for autoregressive models and variational autoencoders, but not for general types of flow models. To fill in this gap, we introduce local bits-back coding, a new compression technique for flow models. We present efficient algorithms that instantiate our technique for many popular types of flows, and we demonstrate that our algorithms closely achieve theoretical codelengths for state-of-the-art flow models on high-dimensional data.

📄 PDF Abstract BibTeX arXiv:1905.08500

Code (1)

hojonathanho/localbitsback 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Split Hierarchical Variational Compression

2022-04-05 · CVPR 2022 1 · Tom Ryder, Chen Zhang, Ning Kang, Shifeng Zhang

Variational autoencoders (VAEs) have witnessed great success in performing the compression of image datasets. This success, made possible by the bits-back coding framework, has produced competitive compression performanc…

Image Compression

Lossless Compression using Continuously-Indexed Normalizing Flows

2021-03-04 · ICLR Workshop Neural_Compression 2021 5 · Adam Golinski, Anthony L. Caterini

Recently, a class of deep generative models known as continuously-indexed flows (CIFs) have expanding the modelling capacity of normalizing flows (NFs) in the context of both density estimation and variational inference.…

Density EstimationVariational Inference

Improving Lossless Compression Rates via Monte Carlo Bits-Back Coding

2021-02-22 · ICLR Workshop Neural_Compression 2021 5 · Yangjun Ruan, Karen Ullrich, Daniel Severo, James Townsend 외

Latent variable models have been successfully applied in lossless compression with the bits-back coding algorithm. However, bits-back suffers from an increase in the bitrate equal to the KL divergence between the approxi…

Data Compression

End-to-End Image Compression with Segmentation Guided Dual Coding for Wind Turbines

2026-03-31 · Raül Pérez-Gonzalo, Andreas Espersen, Søren Forchhammer, Antonio Agudo arxiv

Transferring large volumes of high-resolution images during wind turbine inspections introduces a bottleneck in assessing and detecting severe defects. Efficient coding must preserve high fidelity in blade regions while …

Image Compression

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…