IVCVLGFeb 24, 2020

Generalized Octave Convolutions for Learned Multi-Frequency Image Compression

arXiv:2002.10032v320 citations
AI Analysis

This work addresses the problem of spatial redundancy in image compression for applications requiring high efficiency, offering a novel method that improves performance over current standards.

The paper tackles redundancy in learned image compression by proposing a multi-frequency approach using octave convolutions to factorize latents into high and low frequency components, achieving state-of-the-art rate-distortion performance that outperforms existing learned methods and standard codecs like VVC on the Kodak dataset in PSNR and MS-SSIM.

Learned image compression has recently shown the potential to outperform the standard codecs. State-of-the-art rate-distortion (R-D) performance has been achieved by context-adaptive entropy coding approaches in which hyperprior and autoregressive models are jointly utilized to effectively capture the spatial dependencies in the latent representations. However, the latents are feature maps of the same spatial resolution in previous works, which contain some redundancies that affect the R-D performance. In this paper, we propose the first learned multi-frequency image compression and entropy coding approach that is based on the recently developed octave convolutions to factorize the latents into high and low frequency (resolution) components, where the low frequency is represented by a lower resolution. Therefore, its spatial redundancy is reduced, which improves the R-D performance. Novel generalized octave convolution and octave transposed-convolution architectures with internal activation layers are also proposed to preserve more spatial structure of the information. Experimental results show that the proposed scheme not only outperforms all existing learned methods as well as standard codecs such as the next-generation video coding standard VVC (4:2:0) on the Kodak dataset in both PSNR and MS-SSIM. We also show that the proposed generalized octave convolution can improve the performance of other auto-encoder-based computer vision tasks such as semantic segmentation and image denoising.

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