Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Practical Full Resolution Learned Lossless Image Compression

About

We propose the first practical learned lossless image compression system, L3C, and show that it outperforms the popular engineered codecs, PNG, WebP and JPEG 2000. At the core of our method is a fully parallelizable hierarchical probabilistic model for adaptive entropy coding which is optimized end-to-end for the compression task. In contrast to recent autoregressive discrete probabilistic models such as PixelCNN, our method i) models the image distribution jointly with learned auxiliary representations instead of exclusively modeling the image distribution in RGB space, and ii) only requires three forward-passes to predict all pixel probabilities instead of one for each pixel. As a result, L3C obtains over two orders of magnitude speedups when sampling compared to the fastest PixelCNN variant (Multiscale-PixelCNN). Furthermore, we find that learning the auxiliary representation is crucial and outperforms predefined auxiliary representations such as an RGB pyramid significantly.

Fabian Mentzer, Eirikur Agustsson, Michael Tschannen, Radu Timofte, Luc Van Gool• 2018

Related benchmarks

TaskDatasetResultRank
Lossless CompressionCIFAR10 (test)
Bits Per Dimension (BPD)3.39
30
Lossless CompressionImageNet64 (test)
BPD4.3
27
Lossless Image CompressionDIV2K (val)
bpsp3.09
22
Lossless Image CompressionCLIC.m (val)
bpsp2.64
22
Lossless Image CompressionCLIC.p (val)
bpsp2.94
22
Lossless CompressionImageNet32 (test)
BPD4.55
20
Lossless CompressionCelebA 32x32 (test)
BPD4.27
16
Lossless CompressionSVHN (test)
BPD3.17
16
Lossless Image CompressionImageNet64
BPD4.42
16
Image CompressionImageNet-32
BPD4.76
14
Showing 10 of 33 rows

Other info

Code

Follow for update