paper-with-me

홈 › Papers

Lossy Image Compression with Conditional Diffusion Models

2022-09-14 · NeurIPS 2023 11 · Ruihan Yang, Stephan Mandt

This paper outlines an end-to-end optimized lossy image compression framework using diffusion generative models. The approach relies on the transform coding paradigm, where an image is mapped into a latent space for entropy coding and, from there, mapped back to the data space for reconstruction. In contrast to VAE-based neural compression, where the (mean) decoder is a deterministic neural network, our decoder is a conditional diffusion model. Our approach thus introduces an additional `content'' latent variable on which the reverse diffusion process is conditioned and uses this variable to store information about the image. The remaining `texture'' variables characterizing the diffusion process are synthesized at decoding time. We show that the model's performance can be tuned toward perceptual metrics of interest. Our extensive experiments involving multiple datasets and image quality assessment metrics show that our approach yields stronger reported FID scores than the GAN-based model, while also yielding competitive performance with VAE-based models in several distortion metrics. Furthermore, training the diffusion with $\mathcal{X}$-parameterization enables high-quality reconstructions in only a handful of decoding steps, greatly affecting the model's practicality. Our code is available at: \url{https://github.com/buggyyang/CDC_compression}

📄 PDF Abstract BibTeX arXiv:2209.06950

Code (1)

buggyyang/cdc_compression 공식 구현 pytorch

Tasks

DecoderImage CompressionImage Quality Assessment

Similar Papers 제목 키워드 기반

Guaranteed Conditional Diffusion: 3D Block-based Models for Scientific Data Compression

2025-02-18 · Jaemoon Lee, Xiao Li, Liangji Zhu, Sanjay Ranka 외

This paper proposes a new compression paradigm -- Guaranteed Conditional Diffusion with Tensor Correction (GCDTC) -- for lossy scientific data compression. The framework is based on recent conditional diffusion (CD) gene…

Data CompressionDecoderDenoising

Lossy Compression with Gaussian Diffusion

2022-06-17 · Lucas Theis, Tim Salimans, Matthew D. Hoffman, Fabian Mentzer

We consider a novel lossy compression approach based on unconditional diffusion generative models, which we call DiffC. Unlike modern compression schemes which rely on transform coding and quantization to restrict the tr…

Quantization

Lossy Compression with Pretrained Diffusion Models

2025-01-16 · Jeremy Vonderfecht, Feng Liu

We apply the DiffC algorithm (Theis et al. 2022) to Stable Diffusion 1.5, 2.1, XL, and Flux-dev, and demonstrate that these pretrained models are remarkably capable lossy image compressors. A principled algorithm for los…

Compressed Image Generation with Denoising Diffusion Codebook Models

2025-02-03 · Guy Ohayon, Hila Manor, Tomer Michaeli, Michael Elad

We present a novel generative approach based on Denoising Diffusion Models (DDMs), which produces high-quality image samples along with their losslessly compressed bit-stream representations. This is obtained by replacin…

Conditional Image GenerationDenoisingDiversityImage Compression+2

Denoising Diffusion Probabilistic Models

2020-06-19 · NeurIPS 2020 12 · Jonathan Ho, Ajay Jain, Pieter Abbeel

We present high quality image synthesis results using diffusion probabilistic models, a class of latent variable models inspired by considerations from nonequilibrium thermodynamics. Our best results are obtained by trai…

DenoisingDensity EstimationImage Generation