Learned Lossless Image Compression Through Interpolation With Low Complexity
Fatih Kamisli

TL;DR
This paper introduces a scale-based auto-regressive image compression method using interpolation that achieves competitive performance with significantly reduced neural network complexity and faster processing times.
Contribution
It proposes an interpolation-based lossless image compression approach with shared neural networks and optimized architecture, reducing complexity while maintaining high compression quality.
Findings
Achieves comparable or better compression than recent models.
Requires over 10x fewer neural network parameters.
Offers significantly shorter encoding and decoding times.
Abstract
With the increasing popularity of deep learning in image processing, many learned lossless image compression methods have been proposed recently. One group of algorithms that have shown good performance are based on learned pixel-based auto-regressive models, however, their sequential nature prevents easily parallelized computations and leads to long decoding times. Another popular group of algorithms are based on scale-based auto-regressive models and can provide competitive compression performance while also enabling simple parallelization and much shorter decoding times. However, their major drawback are the used large neural networks and high computational complexity. This paper presents an interpolation based learned lossless image compression method which falls in the scale-based auto-regressive models group. The method achieves better than or on par compression performance with…
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 · Image and Signal Denoising Methods · Advanced Image Processing Techniques
