High-Fidelity Generative Image Compression
Fabian Mentzer, George Toderici, Michael Tschannen, Eirikur Agustsson
TL;DR
HiFiC advances neural image compression by integrating a conditional GAN with a rate-distortion-perception framework to produce visually faithful reconstructions at high resolutions. The approach combines a learned hyperprior, a single-scale conditional discriminator, and a ChannelNorm normalization to stabilize training and preserve textures across diverse datasets. Through comprehensive perceptual evaluation (FID, KID, LPIPS, NIQE) and a large user study, HiFiC demonstrates superior perceptual quality at practical bitrates compared to BPG and MSE-based baselines, albeit with trade-offs in PSNR. The work provides extensive ablation studies on normalization, discriminator conditioning, generator capacity, and training stability, offering actionable design guidance for perceptual neural compression and pointing to future directions in perceptual metrics and video compression.
Abstract
We extensively study how to combine Generative Adversarial Networks and learned compression to obtain a state-of-the-art generative lossy compression system. In particular, we investigate normalization layers, generator and discriminator architectures, training strategies, as well as perceptual losses. In contrast to previous work, i) we obtain visually pleasing reconstructions that are perceptually similar to the input, ii) we operate in a broad range of bitrates, and iii) our approach can be applied to high-resolution images. We bridge the gap between rate-distortion-perception theory and practice by evaluating our approach both quantitatively with various perceptual metrics, and with a user study. The study shows that our method is preferred to previous approaches even if they use more than 2x the bitrate.
