paper-with-me

홈 › Papers

Lossless Compression with Probabilistic Circuits

2021-11-23 · ICLR 2022 4 · Anji Liu, Stephan Mandt, Guy Van Den Broeck

Despite extensive progress on image generation, common deep generative model architectures are not easily applied to lossless compression. For example, VAEs suffer from a compression cost overhead due to their latent variables. This overhead can only be partially eliminated with elaborate schemes such as bits-back coding, often resulting in poor single-sample compression rates. To overcome such problems, we establish a new class of tractable lossless compression models that permit efficient encoding and decoding: Probabilistic Circuits (PCs). These are a class of neural networks involving $|p|$ computational units that support efficient marginalization over arbitrary subsets of the $D$ feature dimensions, enabling efficient arithmetic coding. We derive efficient encoding and decoding schemes that both have time complexity $\mathcal{O} (\log(D) \cdot |p|)$, where a naive scheme would have linear costs in $D$ and $|p|$, making the approach highly scalable. Empirically, our PC-based (de)compression algorithm runs 5-40 times faster than neural compression algorithms that achieve similar bitrates. By scaling up the traditional PC structure learning pipeline, we achieve state-of-the-art results on image datasets such as MNIST. Furthermore, PCs can be naturally integrated with existing neural compression algorithms to improve the performance of these base models on natural image datasets. Our results highlight the potential impact that non-standard learning architectures may have on neural data compression.

📄 PDF Abstract BibTeX arXiv:2111.11632

Code (1)

juice-jl/pressedjuice.jl 공식 구현

Tasks

Data CompressionImage Generation

Methods 이 논문이 사용한 방법론

pc 설명 없음

Similar Papers 제목 키워드 기반

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

Learning Better Lossless Compression Using Lossy Compression

2020-03-23 · CVPR 2020 6 · Fabian Mentzer, Luc van Gool, Michael Tschannen

We leverage the powerful lossy image compression algorithm BPG to build a lossless image compression system. Specifically, the original image is first decomposed into the lossy reconstruction obtained after compressing i…

Image Compression

On the Out-of-distribution Generalization of Probabilistic Image Modelling

2021-09-04 · NeurIPS 2021 12 · Mingtian Zhang, Andi Zhang, Steven McDonagh

Out-of-distribution (OOD) detection and lossless compression constitute two problems that can be solved by the training of probabilistic models on a first dataset with subsequent likelihood evaluation on a second dataset…

Out-of-Distribution GeneralizationOut of Distribution (OOD) Detection

Generalization Gap in Amortized Inference

2022-05-23 · Mingtian Zhang, Peter Hayes, David Barber

The ability of likelihood-based probabilistic models to generalize to unseen data is central to many machine learning applications such as lossless compression. In this work, we study the generalization of a popular clas…

Probabilistic Connection Importance Inference and Lossless Compression of Deep Neural Networks

2020-05-01 · ICLR 2020 1 · Xin Xing, Long Sha, Pengyu Hong, Zuofeng Shang 외

Deep neural networks (DNNs) can be huge in size, requiring a considerable a mount of energy and computational resources to operate, which limits their applications in numerous scenarios. It is thus of interest to compres…