paper-with-me

Papers

OBS-Diff: Accurate Pruning For Diffusion Models in One-Shot

2025-10-08 · Junhan Zhu, Hesong Wang, Mingluo Su, Zefang Wang, Huan Wang arxiv

Large-scale text-to-image diffusion models, while powerful, suffer from prohibitive computational cost. Existing one-shot network pruning methods can hardly be directly applied to them due to the iterative denoising nature of diffusion models. To bridge the gap, this paper presents OBS-Diff, a novel one-shot pruning framework that enables accurate and training-free compression of large-scale text-to-image diffusion models. Specifically, (i) OBS-Diff revitalizes the classic Optimal Brain Surgeon (OBS), adapting it to the complex architectures of modern diffusion models and supporting diverse pruning granularity, including unstructured, N:M semi-structured, and structured (MHA heads and FFN neurons) sparsity; (ii) To align the pruning criteria with the iterative dynamics of the diffusion process, by examining the problem from an error-accumulation perspective, we propose a novel timestep-aware Hessian construction that incorporates a logarithmic-decrease weighting scheme, assigning greater importance to earlier timesteps to mitigate potential error accumulation; (iii) Furthermore, a computationally efficient group-wise sequential pruning strategy is proposed to amortize the expensive calibration process. Extensive experiments show that OBS-Diff achieves state-of-the-art one-shot pruning for diffusion models, delivering inference acceleration with minimal degradation in visual quality.

📄 PDF Abstract BibTeX arXiv:2510.06751

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Similar Papers 제목 키워드 기반

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

Pruning for Sparse Diffusion Models based on Gradient Flow

2025-01-16 · Ben Wan, Tianyi Zheng, Zhaoyu Chen, Yuxiao Wang 외

Diffusion Models (DMs) have impressive capabilities among generation models, but are limited to slower inference speeds and higher computational costs. Previous works utilize one-shot structure pruning to derive lightwei…

Which Layer Causes Distribution Deviation? Entropy-Guided Adaptive Pruning for Diffusion and Flow Models

2025-11-26 · Changlin Li, Jiawei Zhang, Zeyi Shi, Zongxin Yang 외 arxiv

Large-scale vision generative models, including diffusion and flow models, have demonstrated remarkable performance in visual generation tasks. However, transferring these pre-trained models to downstream tasks often res…

DiffuMask: Diffusion Language Model for Token-level Prompt Pruning

2026-04-08 · Caleb Zheng, Jyotika Singh, Fang Tu, Weiyi Sun 외 arxiv

In-Context Learning and Chain-of-Thought prompting improve reasoning in large language models (LLMs). These typically come at the cost of longer, more expensive prompts that may contain redundant information. Prompt comp…

Effortless Efficiency: Low-Cost Pruning of Diffusion Models

2024-12-03 · Yang Zhang, Er Jin, Yanfei Dong, Ashkan Khakzar 외

Diffusion models have achieved impressive advancements in various vision tasks. However, these gains often rely on increasing model size, which escalates computational complexity and memory demands, complicating deployme…