MLCVLGMay 16, 2017

Real-Time Adaptive Image Compression

arXiv:1705.05823v1591 citations
Originality Highly original
AI Analysis

This addresses the need for efficient and fast image compression for applications requiring real-time processing and deployment, representing a strong specific gain rather than an incremental improvement.

The paper tackles the problem of lossy image compression by introducing a machine learning-based approach that achieves real-time performance and significantly reduces file sizes, producing files 2.5 times smaller than JPEG and JPEG 2000, 2 times smaller than WebP, and 1.7 times smaller than BPG across all quality levels.

We present a machine learning-based approach to lossy image compression which outperforms all existing codecs, while running in real-time. Our algorithm typically produces files 2.5 times smaller than JPEG and JPEG 2000, 2 times smaller than WebP, and 1.7 times smaller than BPG on datasets of generic images across all quality levels. At the same time, our codec is designed to be lightweight and deployable: for example, it can encode or decode the Kodak dataset in around 10ms per image on GPU. Our architecture is an autoencoder featuring pyramidal analysis, an adaptive coding module, and regularization of the expected codelength. We also supplement our approach with adversarial training specialized towards use in a compression setting: this enables us to produce visually pleasing reconstructions for very low bitrates.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes