paper-with-me

Papers

Compressing Multisets with Large Alphabets using Bits-Back Coding

2021-07-15 · Daniel Severo, James Townsend, Ashish Khisti, Alireza Makhzani, Karen Ullrich

Current methods which compress multisets at an optimal rate have computational complexity that scales linearly with alphabet size, making them too slow to be practical in many real-world settings. We show how to convert a compression algorithm for sequences into one for multisets, in exchange for an additional complexity term that is quasi-linear in sequence length. This allows us to compress multisets of exchangeable symbols at an optimal rate, with computational complexity decoupled from the alphabet size. The key insight is to avoid encoding the multiset directly, and instead compress a proxy sequence, using a technique called `bits-back coding'. We demonstrate the method experimentally on tasks which are intractable with previous optimal-rate methods: compression of multisets of images and JavaScript Object Notation (JSON) files. Code for our experiments is available at https://github.com/facebookresearch/multiset-compression.

📄 PDF Abstract BibTeX arXiv:2107.09202

Code (1)

facebookresearch/multiset-compression 공식 구현

Similar Papers 제목 키워드 기반

Entropy Coding of Unordered Data Structures

2024-08-16 · Julius Kunze, Daniel Severo, Giulio Zani, Jan-Willem van de Meent 외

We present shuffle coding, a general method for optimal compression of sequences of unordered objects using bits-back coding. Data structures that can be compressed using shuffle coding include multisets, graphs, hypergr…

Point Cloud Compression with Bits-back Coding

2024-10-09 · Nguyen Quang Hieu, Minh Nguyen, Dinh Thai Hoang, Diep N. Nguyen 외

This paper introduces a novel lossless compression method for compressing geometric attributes of point cloud data with bits-back coding. Our method specializes in using a deep learning-based probabilistic model to estim…

Getting Free Bits Back from Rotational Symmetries in LLMs

2024-10-02 · Jiajun He, Gergely Flamich, José Miguel Hernández-Lobato

Current methods for compressing neural network weights, such as decomposition, pruning, quantization, and channel simulation, often overlook the inherent symmetries within these networks and thus waste bits on encoding r…

Quantization

Optimal alphabet for single text compression

2022-01-13 · Armen E. Allahverdyan, Andranik Khachatryan

A text written using symbols from a given alphabet can be compressed using the Huffman code, which minimizes the length of the encoded text. It is necessary, however, to employ a text-specific codebook, i.e. the symbol-c…

Text Compression

Compressing Images by Encoding Their Latent Representations with Relative Entropy Coding

2020-10-02 · NeurIPS 2020 12 · Gergely Flamich, Marton Havasi, José Miguel Hernández-Lobato

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. Re…

Image Compression