IVCVAug 8, 2021

Enhanced Invertible Encoding for Learned Image Compression

arXiv:2108.03690v1241 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the need for more efficient image compression for applications like storage and transmission, representing an incremental improvement over prior methods.

The paper tackles the problem of information loss in learned image compression by proposing an enhanced invertible encoding network using invertible neural networks, which outperforms existing learned methods and the VVC standard, especially on high-resolution images.

Although deep learning based image compression methods have achieved promising progress these days, the performance of these methods still cannot match the latest compression standard Versatile Video Coding (VVC). Most of the recent developments focus on designing a more accurate and flexible entropy model that can better parameterize the distributions of the latent features. However, few efforts are devoted to structuring a better transformation between the image space and the latent feature space. In this paper, instead of employing previous autoencoder style networks to build this transformation, we propose an enhanced Invertible Encoding Network with invertible neural networks (INNs) to largely mitigate the information loss problem for better compression. Experimental results on the Kodak, CLIC, and Tecnick datasets show that our method outperforms the existing learned image compression methods and compression standards, including VVC (VTM 12.1), especially for high-resolution images. Our source code is available at https://github.com/xyq7/InvCompress.

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