SOTAVerified

Lossless Image Compression through Super-Resolution

2020-04-06Code Available2· sign in to hype

Sheng Cao, Chao-yuan Wu, Philipp Krähenbühl

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We introduce a simple and efficient lossless image compression algorithm. We store a low resolution version of an image as raw pixels, followed by several iterations of lossless super-resolution. For lossless super-resolution, we predict the probability of a high-resolution image, conditioned on the low-resolution input, and use entropy coding to compress this super-resolution operator. Super-Resolution based Compression (SReC) is able to achieve state-of-the-art compression rates with practical runtimes on large datasets. Code is available online at https://github.com/caoscott/SReC.

Tasks

Reproductions