English

Turbo-DDCM: Fast and Flexible Zero-Shot Diffusion-Based Image Compression

Image and Video Processing 2026-04-15 v2 Artificial Intelligence Computer Vision and Pattern Recognition Signal Processing Machine Learning

Abstract

While zero-shot diffusion-based compression methods have seen significant progress in recent years, they remain notoriously slow and computationally demanding. This paper presents an efficient zero-shot diffusion-based compression method that runs substantially faster than existing methods, while maintaining performance that is on par with the state-of-the-art techniques. Our method builds upon the recently proposed Denoising Diffusion Codebook Models (DDCMs) compression scheme. Specifically, DDCM compresses an image by sequentially choosing the diffusion noise vectors from reproducible random codebooks, guiding the denoiser's output to reconstruct the target image. We modify this framework with Turbo-DDCM, which efficiently combines a large number of noise vectors at each denoising step, thereby significantly reducing the number of required denoising operations. This modification is also coupled with an improved encoding protocol. Furthermore, we introduce two flexible variants of Turbo-DDCM, a priority-aware variant that prioritizes user-specified regions and a distortion-controlled variant that compresses an image based on a target PSNR rather than a target BPP. Comprehensive experiments position Turbo-DDCM as a compelling, practical, and flexible image compression scheme.

Keywords

Cite

@article{arxiv.2511.06424,
  title  = {Turbo-DDCM: Fast and Flexible Zero-Shot Diffusion-Based Image Compression},
  author = {Amit Vaisman and Guy Ohayon and Hila Manor and Michael Elad and Tomer Michaeli},
  journal= {arXiv preprint arXiv:2511.06424},
  year   = {2026}
}

Comments

ICLR 2026. Code is available at https://amitvaisman.github.io/turbo_ddcm/

R2 v1 2026-07-01T07:28:24.567Z