IVCVMay 22, 2025

OSCAR: One-Step Diffusion Codec Across Multiple Bit-rates

arXiv:2505.16091v617 citationsh-index: 8Has Code
Originality Incremental advance
AI Analysis

This addresses efficiency and scalability issues for researchers and practitioners using diffusion models in image compression, though it is incremental as it builds on existing diffusion-based compression frameworks.

The paper tackles the computational overhead and training costs of diffusion-based image compression methods by proposing OSCAR, a one-step diffusion codec that supports multiple bit-rates with a single model, achieving superior performance in quantitative and visual quality metrics.

Pretrained latent diffusion models have shown strong potential for lossy image compression, owing to their powerful generative priors. Most existing diffusion-based methods reconstruct images by iteratively denoising from random noise, guided by compressed latent representations. While these approaches have achieved high reconstruction quality, their multi-step sampling process incurs substantial computational overhead. Moreover, they typically require training separate models for different compression bit-rates, leading to significant training and storage costs. To address these challenges, we propose a one-step diffusion codec across multiple bit-rates. termed OSCAR. Specifically, our method views compressed latents as noisy variants of the original latents, where the level of distortion depends on the bit-rate. This perspective allows them to be modeled as intermediate states along a diffusion trajectory. By establishing a mapping from the compression bit-rate to a pseudo diffusion timestep, we condition a single generative model to support reconstructions at multiple bit-rates. Meanwhile, we argue that the compressed latents retain rich structural information, thereby making one-step denoising feasible. Thus, OSCAR replaces iterative sampling with a single denoising pass, significantly improving inference efficiency. Extensive experiments demonstrate that OSCAR achieves superior performance in both quantitative and visual quality metrics. The code and models are available at https://github.com/jp-guo/OSCAR.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes