paper-with-me

홈 › Papers

Efficient Pruning of Text-to-Image Models: Insights from Pruning Stable Diffusion

2024-11-22 · Samarth N Ramesh, Zhixue Zhao

As text-to-image models grow increasingly powerful and complex, their burgeoning size presents a significant obstacle to widespread adoption, especially on resource-constrained devices. This paper presents a pioneering study on post-training pruning of Stable Diffusion 2, addressing the critical need for model compression in text-to-image domain. Our study tackles the pruning techniques for the previously unexplored multi-modal generation models, and particularly examines the pruning impact on the textual component and the image generation component separately. We conduct a comprehensive comparison on pruning the model or the single component of the model in various sparsities. Our results yield previously undocumented findings. For example, contrary to established trends in language model pruning, we discover that simple magnitude pruning outperforms more advanced techniques in text-to-image context. Furthermore, our results show that Stable Diffusion 2 can be pruned to 38.5% sparsity with minimal quality loss, achieving a significant reduction in model size. We propose an optimal pruning configuration that prunes the text encoder to 47.5% and the diffusion generator to 35%. This configuration maintains image generation quality while substantially reducing computational requirements. In addition, our work uncovers intriguing questions about information encoding in text-to-image models: we observe that pruning beyond certain thresholds leads to sudden performance drops (unreadable images), suggesting that specific weights encode critical semantics information. This finding opens new avenues for future research in model compression, interoperability, and bias identification in text-to-image models. By providing crucial insights into the pruning behavior of text-to-image models, our study lays the groundwork for developing more efficient and accessible AI-driven image generation systems

📄 PDF Abstract BibTeX arXiv:2411.15113

Code (0)

등록된 구현이 없습니다.

Tasks

Image GenerationModel Compression

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

LD-Pruner: Efficient Pruning of Latent Diffusion Models using Task-Agnostic Insights

2024-04-18 · Thibault Castells, Hyoung-Kyu Song, Bo-Kyeong Kim, Shinkook Choi

Latent Diffusion Models (LDMs) have emerged as powerful generative models, known for delivering remarkable results under constrained computational resources. However, deploying LDMs on resource-limited devices remains a …

Audio GenerationImage GenerationUnconditional Image Generation

CATP: Contextually Adaptive Token Pruning for Efficient and Enhanced Multimodal In-Context Learning

2025-08-11 · Yanshu Li, Jianjiang Yang, Zhennan Shen, Ligong Han 외 arxiv

Modern large vision-language models (LVLMs) convert each input image into a large set of tokens that far outnumber the text tokens. Although this improves visual perception, it also introduces severe image token redundan…

Domain Adaptation

From LLMs to LRMs: Rethinking Pruning for Reasoning-Centric Models

2026-01-26 · Longwei Ding, Anhao Zhao, Fanghua Ye, Ziyang Chen 외 arxiv

Large language models (LLMs) are increasingly costly to deploy, motivating extensive research on model pruning. However, most existing studies focus on instruction-following LLMs, leaving it unclear whether established p…

Not All Prompts Are Made Equal: Prompt-based Pruning of Text-to-Image Diffusion Models

2024-06-17 · Alireza Ganjdanesh, Reza Shirkavand, Shangqian Gao, Heng Huang

Text-to-image (T2I) diffusion models have demonstrated impressive image generation capabilities. Still, their computational intensity prohibits resource-constrained organizations from deploying T2I models after fine-tuni…

AllContrastive LearningImage Generation

Sink-Aware Pruning for Diffusion Language Models

2026-02-19 · Aidar Myrzakhan, Tianyi Li, Bowei Guo, Shengkun Tang 외 arxiv

Diffusion Language Models (DLMs) incur high inference cost due to iterative denoising, motivating efficient pruning. Existing pruning heuristics largely inherited from autoregressive (AR) LLMs, typically preserve attenti…