MLCVMar 1, 2017

Lossy Image Compression with Compressive Autoencoders

arXiv:1703.00395v11145 citations
Originality Incremental advance
AI Analysis

This work addresses the need for flexible compression algorithms for diverse media formats and hardware, though it appears incremental by improving upon existing autoencoder methods.

The paper tackled the problem of optimizing autoencoders for lossy image compression by addressing the non-differentiability of compression loss, resulting in a method that is competitive with JPEG 2000 and outperforms RNN-based approaches while being computationally efficient for high-resolution images.

We propose a new approach to the problem of optimizing autoencoders for lossy image compression. New media formats, changing hardware technology, as well as diverse requirements and content types create a need for compression algorithms which are more flexible than existing codecs. Autoencoders have the potential to address this need, but are difficult to optimize directly due to the inherent non-differentiabilty of the compression loss. We here show that minimal changes to the loss are sufficient to train deep autoencoders competitive with JPEG 2000 and outperforming recently proposed approaches based on RNNs. Our network is furthermore computationally efficient thanks to a sub-pixel architecture, which makes it suitable for high-resolution images. This is in contrast to previous work on autoencoders for compression using coarser approximations, shallower architectures, computationally expensive methods, or focusing on small images.

Code Implementations5 repos
Foundations

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

Your Notes