A Learned Pixel-by-Pixel Lossless Image Compression Method with 59K Parameters and Parallel Decoding
Sinem Gumus, Fatih Kamisli

TL;DR
This paper introduces a highly parameter-efficient learned lossless image compression method with parallel decoding, achieving state-of-the-art performance and significantly reducing decoding time compared to sequential approaches.
Contribution
It presents a novel pixel-by-pixel learned compression system with only 59K parameters and proposes parallel decoding algorithms to improve speed.
Findings
Achieves state-of-the-art lossless compression performance.
Reduces decoding time significantly with parallel algorithms.
Uses only 59K parameters, much fewer than existing systems.
Abstract
This paper considers lossless image compression and presents a learned compression system that can achieve state-of-the-art lossless compression performance but uses only 59K parameters, which is more than 30x less than other learned systems proposed recently in the literature. The explored system is based on a learned pixel-by-pixel lossless image compression method, where each pixel's probability distribution parameters are obtained by processing the pixel's causal neighborhood (i.e. previously encoded/decoded pixels) with a simple neural network comprising 59K parameters. This causality causes the decoder to operate sequentially, i.e. the neural network has to be evaluated for each pixel sequentially, which increases decoding time significantly with common GPU software and hardware. To reduce the decoding time, parallel decoding algorithms are proposed and implemented. The obtained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques · Advanced Image Processing Techniques · Algorithms and Data Compression
