paper-with-me

Papers

SAeUron: Interpretable Concept Unlearning in Diffusion Models with Sparse Autoencoders

2025-01-29 · Bartosz Cywiński, Kamil Deja

Diffusion models, while powerful, can inadvertently generate harmful or undesirable content, raising significant ethical and safety concerns. Recent machine unlearning approaches offer potential solutions but often lack transparency, making it difficult to understand the changes they introduce to the base model. In this work, we introduce SAeUron, a novel method leveraging features learned by sparse autoencoders (SAEs) to remove unwanted concepts in text-to-image diffusion models. First, we demonstrate that SAEs, trained in an unsupervised manner on activations from multiple denoising timesteps of the diffusion model, capture sparse and interpretable features corresponding to specific concepts. Building on this, we propose a feature selection method that enables precise interventions on model activations to block targeted content while preserving overall performance. Evaluation with the competitive UnlearnCanvas benchmark on object and style unlearning highlights SAeUron's state-of-the-art performance. Moreover, we show that with a single SAE, we can remove multiple concepts simultaneously and that in contrast to other methods, SAeUron mitigates the possibility of generating unwanted content, even under adversarial attack. Code and checkpoints are available at: https://github.com/cywinski/SAeUron.

📄 PDF Abstract BibTeX arXiv:2501.18052

Code (1)

cywinski/saeuron 공식 구현 pytorch

Tasks

Adversarial AttackDenoisingfeature selectionMachine Unlearning

Methods 이 논문이 사용한 방법론

Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…
BASE 설명 없음
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 제목 키워드 기반

SAEmnesia: Erasing Concepts in Diffusion Models with Supervised Sparse Autoencoders

2025-09-23 · Enrico Cassano, Riccardo Renzulli, Marco Nurisso, Mirko Zaffaroni 외 arxiv

Concept unlearning in diffusion models is hampered by feature splitting, where concepts are distributed across many latent features, making their removal challenging and computationally expensive. We introduce SAEmnesia,…

Look But Don't Touch with Sparse Autoencoders for Unlearning in Diffusion Models

2026-06-30 · Enrico Cassano, Riccardo Renzulli, Rayyan Ahmed, Marco Grangetto 외 arxiv

Sparse autoencoders (SAEs) have recently been proposed as interpretable tools for concept-level manipulation, under the assumption that isolated features can serve as controllable intervention points. In this work, we sy…

Disentangled Sparse Representations for Concept-Separated Diffusion Unlearning

2026-05-12 · Hyeonjin Kim, Hangyeol Jung, Heechan Yun, Sungjun Yun 외 arxiv

Unlearning specific concepts in text-to-image diffusion models has become increasingly important for preventing undesirable content generation. Among prior approaches, sparse autoencoder (SAE)-based methods have attracte…

ICED: Concept-level Machine Unlearning via Interpretable Concept Decomposition

2026-05-14 · Shen Lin, Jing Lin, Junhao Dong, Piotr Koniusz 외 arxiv

Machine unlearning in Vision-Language Models (VLMs) is typically performed at the image or instance level, making it difficult to precisely remove target knowledge without affecting unrelated semantics. This issue is esp…

Critic-Guided Reinforcement Unlearning in Text-to-Image Diffusion

2026-01-06 · Mykola Vysotskyi, Zahar Kohut, Mariia Shpir, Taras Rumezhak 외 arxiv

Machine unlearning in text-to-image diffusion models aims to remove targeted concepts while preserving overall utility. Prior diffusion unlearning methods typically rely on supervised weight edits or global penalties; re…