End-to-end Optimized Image Compression
Johannes BalléValero LaparraEero P. Simoncelli
Establishes an end-to-end framework for learned image compression by jointly optimizing nonlinear transforms and a continuous quantization proxy for rate-distortion performance, outperforming traditional codecs like JPEG and JPEG 2000.
- Paper: Adversarial Autoencoders, Alireza Makhzani et al. (2015). Adversarial autoencoders established foundational techniques for regularizing internal latent spaces that this paper adapts for variational rate-distortion image compression.
- Paper: Density estimation using Real NVP, Laurent Dinh et al. (2016). Real NVP introduced invertible transformations and exact likelihood estimation for continuous variables, providing structural building blocks for normalizing flows used in compression models.
- Paper: Neural Discrete Representation Learning, Aäron van den Oord et al. (2017). Vector Quantised-Variational AutoEncoders demonstrated how to learn compact latent spaces without supervision, establishing core representation techniques that inspired end-to-end compression architectures.
- Paper: Variational image compression with a scale hyperprior, Johannes Ballé et al. (2018). This work directly extends the source framework by introducing a learned scale hyperprior to model spatial dependencies in latent representations, achieving new state-of-the-art compression performance.
- Paper: Glow: Generative Flow with Invertible 1x1 Convolutions, Diederik P. Kingma et al. (2018). Building directly upon the generative and invertible transformation techniques established in the source, Glow introduces learned 1x1 convolutions to improve flow-based image synthesis and likelihood modeling.
- Paper: High-Resolution Image Synthesis with Latent Diffusion Models, Robin Rombach et al. (2022). This paper leverages the foundational image compression autoencoder principles from the source to build latent diffusion models that enable efficient, high-resolution image synthesis.
