paper-with-me

Papers

Steering One-Step Diffusion Model with Fidelity-Rich Decoder for Fast Image Compression

2025-08-07 · Zheng Chen, Mingde Zhou, Jinpei Guo, Jiale Yuan, Yifei Ji, Yulun Zhang arxiv

Diffusion-based image compression has demonstrated impressive perceptual performance. However, it suffers from two critical drawbacks: (1) excessive decoding latency due to multi-step sampling, and (2) poor fidelity resulting from over-reliance on generative priors. To address these issues, we propose SODEC, a novel single-step diffusion image compression model. We argue that in image compression, a sufficiently informative latent renders multi-step refinement unnecessary. Based on this insight, we leverage a pre-trained VAE-based model to produce latents with rich information, and replace the iterative denoising process with a single-step decoding. Meanwhile, to improve fidelity, we introduce the fidelity guidance module, encouraging output that is faithful to the original image. Furthermore, we design the rate annealing training strategy to enable effective training under extremely low bitrates. Extensive experiments show that SODEC significantly outperforms existing methods, achieving superior rate-distortion-perception performance. Moreover, compared to previous diffusion-based compression models, SODEC improves decoding speed by more than 20$\times$. Code is released at: https://github.com/zhengchen1999/SODEC.

📄 PDF Abstract BibTeX arXiv:2508.04979

Code (0)

등록된 구현이 없습니다.

Tasks

Image Compression

Similar Papers 제목 키워드 기반

A General Framework for Inference-time Scaling and Steering of Diffusion Models

2025-01-12 · Raghav Singhal, Zachary Horvitz, Ryan Teehan, Mengye Ren 외

Diffusion models produce impressive results in modalities ranging from images and video to protein design and text. However, generating samples with user-specified properties remains a challenge. Recent research proposes…

Protein Design

DiffusionBrowser: Interactive Diffusion Previews via Multi-Branch Decoders

2025-12-15 · Susung Hong, Chongjian Ge, Zhifei Zhang, Jui-Hsien Wang arxiv

Video diffusion models have revolutionized generative video synthesis, but they are imprecise, slow, and can be opaque during generation -- keeping users in the dark for a prolonged period. In this work, we propose Diffu…

One-Way Ticket: Time-Independent Unified Encoder for Distilling Text-to-Image Diffusion Models

2025-01-01 · CVPR 2025 1 · Senmao Li, Lei Wang, Kai Wang, Tao Liu 외

Text-to-Image (T2I) diffusion models have made remarkable advancements in generative modeling; however, they face a trade-off between inference speed and image quality, posing challenges for efficient deployment. Exi…

Computational EfficiencyDiversityImage Generation

SHIFT: Steering Hidden Intermediates in Flow Transformers

2026-04-10 · Nina Konovalova, Andrey Kuznetsov, Aibek Alanov arxiv

Diffusion models have become leading approaches for high-fidelity image generation. Recent DiT-based diffusion models, in particular, achieve strong prompt adherence while producing high-quality samples. We propose SHIFT…

Image Generation

ATHENA: Adaptive Test-Time Steering for Improving Count Fidelity in Diffusion Models

2026-03-20 · Mohammad Shahab Sepehri, Asal Mehradfar, Berk Tinaz, Salman Avestimehr 외 arxiv

Text-to-image diffusion models achieve high visual fidelity but surprisingly exhibit systematic failures in numerical control when prompts specify explicit object counts. To address this limitation, we introduce ATHENA, …