paper-with-me

Papers

Erasing Concepts from Diffusion Models

2023-03-13 · ICCV 2023 1 · Rohit Gandikota, Joanna Materzynska, Jaden Fiotto-Kaufman, David Bau

Motivated by recent advancements in text-to-image diffusion, we study erasure of specific concepts from the model's weights. While Stable Diffusion has shown promise in producing explicit or realistic artwork, it has raised concerns regarding its potential for misuse. We propose a fine-tuning method that can erase a visual concept from a pre-trained diffusion model, given only the name of the style and using negative guidance as a teacher. We benchmark our method against previous approaches that remove sexually explicit content and demonstrate its effectiveness, performing on par with Safe Latent Diffusion and censored training. To evaluate artistic style removal, we conduct experiments erasing five modern artists from the network and conduct a user study to assess the human perception of the removed styles. Unlike previous methods, our approach can remove concepts from a diffusion model permanently rather than modifying the output at the inference time, so it cannot be circumvented even if a user has access to model weights. Our code, data, and results are available at https://erasing.baulab.info/

📄 PDF Abstract BibTeX arXiv:2303.07345

Code (2)

rohitgandikota/erasing 공식 구현 pytorch
nannullna/safe-diffusion pytorch

Tasks

Text-based Image Editing

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Erasing Thousands of Concepts: Towards Scalable and Practical Concept Erasure for Text-to-Image Diffusion Models

2026-04-12 · Hoigi Seo, Byung Hyun Lee, Jaehyun Cho, Sungjin Lim 외 arxiv

Large-scale text-to-image (T2I) diffusion models deliver remarkable visual fidelity but pose safety risks due to their capacity to reproduce undesirable content, such as copyrighted ones. Concept erasure has emerged as a…

One-dimensional Adapter to Rule Them All: Concepts Diffusion Models and Erasing Applications

2024-01-01 · CVPR 2024 1 · Mengyao Lyu, Yuhong Yang, Haiwen Hong, Hui Chen 외

The prevalent use of commercial and open-source diffusion models (DMs) for text-to-image generation prompts risk mitigation to prevent undesired behaviors. Existing concept erasing methods in academia are all based o…

AllImage GenerationText to Image GenerationText-to-Image Generation

One-Dimensional Adapter to Rule Them All: Concepts, Diffusion Models and Erasing Applications

2023-12-26 · Mengyao Lyu, Yuhong Yang, Haiwen Hong, Hui Chen 외

The prevalent use of commercial and open-source diffusion models (DMs) for text-to-image generation prompts risk mitigation to prevent undesired behaviors. Existing concept erasing methods in academia are all based on fu…

AllImage GenerationText to Image GenerationText-to-Image Generation

Receler: Reliable Concept Erasing of Text-to-Image Diffusion Models via Lightweight Erasers

2023-11-29 · Chi-Pin Huang, Kai-Po Chang, Chung-Ting Tsai, Yung-Hsuan Lai 외

Concept erasure in text-to-image diffusion models aims to disable pre-trained diffusion models from generating images related to a target concept. To perform reliable concept erasure, the properties of robustness and loc…

Prompt Learning

Pruning for Robust Concept Erasing in Diffusion Models

2024-05-26 · Tianyun Yang, Juan Cao, Chang Xu

Despite the impressive capabilities of generating images, text-to-image diffusion models are susceptible to producing undesirable outputs such as NSFW content and copyrighted artworks. To address this issue, recent studi…

Sensitivity