Mass Concept Erasure in Diffusion Models with Concept Hierarchy
Jiahang Tu, Ye Li, Yiming Wu, Hanbin Zhao, Chao Zhang, Hui Qian
TL;DR
This work addresses the challenge of erasing multiple concepts in diffusion-based T2I models without sacrificing general generation. It introduces a two-level concept hierarchy and group-wise suppression to jointly erase semantically related leaves under shared supertypes, coupled with diffusion regularization to preserve denoising. The SuPLE?RA mechanism freezes the down-projection $B_j$ and trains only the up-projection $A_j$ to preserve supertype generation, with subspaces derived from supertype descriptions via SVD, and it fuses multiple modules through distillation to a final $W^*$. Across a cross-domain benchmark (celebrities, objects, porn content), the method achieves better erasure efficiency and generation preservation than prior approaches, offering improved scalability for mass concept erasure in diffusion models.
Abstract
The success of diffusion models has raised concerns about the generation of unsafe or harmful content, prompting concept erasure approaches that fine-tune modules to suppress specific concepts while preserving general generative capabilities. However, as the number of erased concepts grows, these methods often become inefficient and ineffective, since each concept requires a separate set of fine-tuned parameters and may degrade the overall generation quality. In this work, we propose a supertype-subtype concept hierarchy that organizes erased concepts into a parent-child structure. Each erased concept is treated as a child node, and semantically related concepts (e.g., macaw, and bald eagle) are grouped under a shared parent node, referred to as a supertype concept (e.g., bird). Rather than erasing concepts individually, we introduce an effective and efficient group-wise suppression method, where semantically similar concepts are grouped and erased jointly by sharing a single set of learnable parameters. During the erasure phase, standard diffusion regularization is applied to preserve denoising process in unmasked regions. To mitigate the degradation of supertype generation caused by excessive erasure of semantically related subtypes, we propose a novel method called Supertype-Preserving Low-Rank Adaptation (SuPLoRA), which encodes the supertype concept information in the frozen down-projection matrix and updates only the up-projection matrix during erasure. Theoretical analysis demonstrates the effectiveness of SuPLoRA in mitigating generation performance degradation. We construct a more challenging benchmark that requires simultaneous erasure of concepts across diverse domains, including celebrities, objects, and pornographic content.
