paper-with-me

홈 › Papers

OFA-Diffusion Compression: Compressing Diffusion Model in One-Shot Manner

2026-04-14 · Haoyang Jiang, Zekun Wang, Mingyang Yi, Xiuyu Li, Lanqing Hu, Junxian Cai, Qingbin Liu, Xi Chen, Ju Fan arxiv

The Diffusion Probabilistic Model (DPM) achieves remarkable performance in image generation, while its increasing parameter size and computational overhead hinder its deployment in practical applications. To improve this, the existing literature focuses on obtaining a smaller model with a fixed architecture through model compression. However, in practice, DPMs usually need to be deployed on various devices with different resource constraints, which leads to multiple compression processes, incurring significant overhead for repeated training. To obviate this, we propose a once-for-all (OFA) compression framework for DPMs that yields different subnetworks with various computations in a one-shot training manner. The existing OFA framework typically involves massive subnetworks with different parameter sizes, while such a huge candidate space slows the optimization. Thus, we propose to restrict the candidate subnetworks with a certain set of parameter sizes, where each size corresponds to a specific subnetwork. Specifically, to construct each subnetwork with a given size, we gradually allocate the maintained channels by their importance. Furthermore, we propose a reweighting strategy to balance the optimization process of different subnetworks. Experimental results show that our approach can produce compressed DPMs for various sizes with significantly lower training overhead while achieving satisfactory performance.

📄 PDF Abstract BibTeX arXiv:2604.12668

Code (0)

등록된 구현이 없습니다.

Tasks

Model CompressionImage Generation

Similar Papers 제목 키워드 기반

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…

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

LAPTOP-Diff: Layer Pruning and Normalized Distillation for Compressing Diffusion Models

2024-04-17 · Dingkun Zhang, Sijia Li, Chen Chen, Qingsong Xie 외

In the era of AIGC, the demand for low-budget or even on-device applications of diffusion models emerged. In terms of compressing the Stable Diffusion models (SDMs), several approaches have been proposed, and most of the…

Knowledge Distillation

PICD: Versatile Perceptual Image Compression with Diffusion Rendering

2025-05-09 · CVPR 2025 1 · Tongda Xu, Jiahao Li, Bin Li, Yan Wang 외

Recently, perceptual image compression has achieved significant advancements, delivering high visual quality at low bitrates for natural images. However, for screen content, existing methods often produce noticeable arti…

Image Compression

Accurate Compression of Text-to-Image Diffusion Models via Vector Quantization

2024-08-31 · Vage Egiazarian, Denis Kuznedelev, Anton Voronov, Ruslan Svirschevski 외

Text-to-image diffusion models have emerged as a powerful framework for high-quality image generation given textual prompts. Their success has driven the rapid development of production-grade diffusion models that consis…

Image GenerationQuantization