RealEra: Semantic-level Concept Erasure via Neighbor-Concept Mining
Yufan Liu, Jinyang An, Wanqian Zhang, Ming Li, Dayan Wu, Jingzi Gu, Zheng Lin, Weiping Wang
TL;DR
RealEra tackles concept residue in diffusion-based text-to-image generation by expanding erasure to semantically adjacent concepts through neighbor-concept mining and by preserving unrelated concepts via beyond-concept regularization. It integrates a closed-form cross-attention weight optimization with a LoRA-based prediction-noise alignment, operating on perturbed erasure embeddings $e+\eta$ under constraints $d(e,e+\eta) \leq D_1$ and $\cos(e,e+\eta) \in [S_1,S_2]$. The method further confines mapping changes to a neighborhood while maintaining others, enabling effective erasure of target concepts with minimal collateral damage. Extensive experiments across object, celebrity, artistic style, and explicit-content erasure demonstrate RealEra's superior efficacy, specificity, and generality relative to prior approaches, with a project page detailing additional results.
Abstract
The remarkable development of text-to-image generation models has raised notable security concerns, such as the infringement of portrait rights and the generation of inappropriate content. Concept erasure has been proposed to remove the model's knowledge about protected and inappropriate concepts. Although many methods have tried to balance the efficacy (erasing target concepts) and specificity (retaining irrelevant concepts), they can still generate abundant erasure concepts under the steering of semantically related inputs. In this work, we propose RealEra to address this "concept residue" issue. Specifically, we first introduce the mechanism of neighbor-concept mining, digging out the associated concepts by adding random perturbation into the embedding of erasure concept, thus expanding the erasing range and eliminating the generations even through associated concept inputs. Furthermore, to mitigate the negative impact on the generation of irrelevant concepts caused by the expansion of erasure scope, RealEra preserves the specificity through the beyond-concept regularization. This makes irrelevant concepts maintain their corresponding spatial position, thereby preserving their normal generation performance. We also employ the closed-form solution to optimize weights of U-Net for the cross-attention alignment, as well as the prediction noise alignment with the LoRA module. Extensive experiments on multiple benchmarks demonstrate that RealEra outperforms previous concept erasing methods in terms of superior erasing efficacy, specificity, and generality. More details are available on our project page https://realerasing.github.io/RealEra/ .
