🤖 AI Summary
To address the challenge of simultaneously achieving high reconstruction quality and low computational complexity in perceptual image compression, this paper proposes C3, a lightweight overfitting codec that abandons generative modeling and instead adopts Wasserstein distortion (WD) as the end-to-end optimization objective—the first such use in learned image compression. C3 reduces decoding computational cost to less than 1% of mainstream generative models (measured in MACs) while matching HiFiC’s perceptual quality. A key contribution is the empirical validation of WD as the strongest known proxy for human subjective quality: it achieves a Pearson correlation of 94.2% with Elo ratings—substantially surpassing LPIPS, DISTS, and MS-SSIM. Experiments follow the standard Elo evaluation protocol, demonstrating that WD-driven optimization delivers superior perceptual fidelity and deployment efficiency.
📝 Abstract
Inspired by the success of generative image models, recent work on learned image compression increasingly focuses on better probabilistic models of the natural image distribution, leading to excellent image quality. This, however, comes at the expense of a computational complexity that is several orders of magnitude higher than today's commercial codecs, and thus prohibitive for most practical applications. With this paper, we demonstrate that by focusing on modeling visual perception rather than the data distribution, we can achieve a very good trade-off between visual quality and bit rate similar to"generative"compression models such as HiFiC, while requiring less than 1% of the multiply-accumulate operations (MACs) for decompression. We do this by optimizing C3, an overfitted image codec, for Wasserstein Distortion (WD), and evaluating the image reconstructions with a human rater study, showing that WD clearly outperforms LPIPS as an optimization objective. The study also reveals that WD outperforms other perceptual metrics such as LPIPS, DISTS, and MS-SSIM as a predictor of human ratings, remarkably achieving over 94% Pearson correlation with Elo scores.