sigmoid.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A social space for people researching, working with, or just interested in AI!

Server stats:

597
active users

📢 📢 New Feature in repo: Bits-Back compression for diffusion models!
Compress image data 🖼️ using diffusion models at an effective rate close to the (negative) ELBO.

See: github.com/facebookresearch/Ne

Some context ⏩ [1/3]

📉The plot shows the avg. effective compression rate and terms of the (negative) ELBO over the time-steps of the diffusion model for CIFAR-10.

💻Our implementation supports ImageNet out of the box and can be extended to other datasets and diffusion models!

⏩ [2/3]

Julius Berner

Bits-Back coding (with asymmetric numeral systems) can be used for lossless compression with latent variable models at a near optimal rate: arxiv.org/abs/1901.04866

For extensions to hierarchical latent variable models, such as diffusion models, see:
1️⃣ arxiv.org/abs/1912.09953 (this is the method we build upon)
2️⃣ arxiv.org/abs/1905.06845 (this is the Bit-Swap method used in “Variational Diffusion Models” arxiv.org/abs/2107.00630)

arXiv.orgPractical Lossless Compression with Latent Variables using Bits Back CodingDeep 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 practical manner. We present `Bits Back with ANS' (BB-ANS), a scheme to perform lossless compression with latent variable models at a near optimal rate. We demonstrate this scheme by using it to compress the MNIST dataset with a variational auto-encoder model (VAE), achieving compression rates superior to standard methods with only a simple VAE. Given that the scheme is highly amenable to parallelization, we conclude that with a sufficiently high quality generative model this scheme could be used to achieve substantial improvements in compression rate with acceptable running time. We make our implementation available open source at https://github.com/bits-back/bits-back .