paper-with-me

홈 › Papers

Efficient Fine-Tuning and Concept Suppression for Pruned Diffusion Models

2024-12-19 · CVPR 2025 1 · Reza Shirkavand, Peiran Yu, Shangqian Gao, Gowthami Somepalli, Tom Goldstein, Heng Huang

Recent advances in diffusion generative models have yielded remarkable progress. While the quality of generated content continues to improve, these models have grown considerably in size and complexity. This increasing computational burden poses significant challenges, particularly in resource-constrained deployment scenarios such as mobile devices. The combination of model pruning and knowledge distillation has emerged as a promising solution to reduce computational demands while preserving generation quality. However, this technique inadvertently propagates undesirable behaviors, including the generation of copyrighted content and unsafe concepts, even when such instances are absent from the fine-tuning dataset. In this paper, we propose a novel bilevel optimization framework for pruned diffusion models that consolidates the fine-tuning and unlearning processes into a unified phase. Our approach maintains the principal advantages of distillation-namely, efficient convergence and style transfer capabilities-while selectively suppressing the generation of unwanted content. This plug-in framework is compatible with various pruning and concept unlearning methods, facilitating efficient, safe deployment of diffusion models in controlled environments.

📄 PDF Abstract BibTeX arXiv:2412.15341

Code (1)

rezashkv/diffusion_pruning 공식 구현 pytorch

Tasks

Bilevel OptimizationKnowledge DistillationStyle Transfer

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
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…
Pruning 설명 없음

Similar Papers 제목 키워드 기반

Roots Beneath the Cut: Uncovering the Risk of Concept Revival in Pruning-Based Unlearning for Diffusion Models

2026-02-28 · Ci Zhang, Zhaojun Ding, Chence Yang, Jun Liu 외 arxiv

Pruning-based unlearning has recently emerged as a fast, training-free, and data-independent approach to remove undesired concepts from diffusion models. It promises high efficiency and robustness, offering an attractive…

Erased or Dormant? Rethinking Concept Erasure Through Reversibility

2025-05-22 · Ping Liu, Chi Zhang

To what extent does concept erasure eliminate generative capacity in diffusion models? While prior evaluations have primarily focused on measuring concept suppression under specific textual prompts, we explore a compleme…

Singular Value Scaling: Efficient Generative Model Compression via Pruned Weights Refinement

2024-12-23 · Hyeonjin Kim, Jaejun Yoo

While pruning methods effectively maintain model performance without extra training costs, they often focus solely on preserving crucial connections, overlooking the impact of pruned weights on subsequent fine-tuning or …

Model Compression

Differential Vector Erasure: Unified Training-Free Concept Erasure for Flow Matching Models

2026-02-01 · Zhiqi Zhang, Xinhao Zhong, Yi Sun, Shuoyang Sun 외 arxiv

Text-to-image diffusion models have demonstrated remarkable capabilities in generating high-quality images, yet their tendency to reproduce undesirable concepts, such as NSFW content, copyrighted styles, or specific obje…

Robust Concept Erasure in Diffusion Models: A Theoretical Perspective on Security and Robustness

2025-09-15 · Zixuan Fu, Yan Ren, Finn Carter, Chenyue Wen 외 arxiv

Diffusion models have achieved unprecedented success in image generation but pose increasing risks in terms of privacy, fairness, and security. A growing demand exists to \emph{erase} sensitive or harmful concepts (e.g.,…

Image Generation