paper-with-me

Papers

Orthogonal Concept Erasure for Diffusion Models

2026-05-27 · Yuhao Sun, Lingyun Yu, Haoxiang Xu, Fengyuan Miao, Zhuoer Xu, Hongtao Xie arxiv

Concept erasure has emerged as a promising approach to mitigate undesired or unsafe content in diffusion models, yet existing methods still face significant limitations. While training-based methods are effective, their high computational cost limits scalability. Editing-based methods are more efficient and deployment-friendly, yet they struggle to simultaneously achieve precise concept erasure and preserve overall generative capacity. We identify this core limitation of the editing-based methods as reliance on additive parameter updates. Our empirical analysis reveals that concept semantics primarily depend on neuron direction rather than neuron magnitude, while overall generative capacity relies on the angular geometry of neurons. As additive updates inherently entangle direction, magnitude, and angular geometry, they inevitably introduce unintended interference between concept erasure and overall generation performance. To address this, we propose Orthogonal Concept Erasure (OCE), which reformulates editing-based erasure as multiplicative parameter updates from a geometric perspective. Specifically, OCE applies layer-wise orthogonal transformations derived from a closed-form solution to the parameters, enabling precise concept erasure while preserving the neuron magnitude and angular geometry. Furthermore, to address conflicting constraints in multi-concept erasure, OCE introduces a subspace-level objective with structured subspace manipulation, yielding a more effective and scalable erasure. Extensive experiments on single- and multi-concept erasure demonstrate that OCE outperforms existing methods in concept erasure and non-target preservation, erasing up to 100 concepts in 4.3 s. Code: https://github.com/HansSunY/OCE.

📄 PDF Abstract BibTeX arXiv:2605.28902

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

DyME: Dynamic Multi-Concept Erasure in Diffusion Models with Bi-Level Orthogonal LoRA Adaptation

2025-09-25 · Jiaqi Liu, Lan Zhang, Xiaoyong Yuan arxiv

Text-to-image diffusion models (DMs) inadvertently reproduce copyrighted styles and protected visual concepts, raising legal and ethical concerns. Concept erasure has emerged as a safeguard, aiming to selectively suppres…

Precise, Fast, and Low-cost Concept Erasure in Value Space: Orthogonal Complement Matters

2024-12-09 · CVPR 2025 1 · YuAn Wang, Ouxiang Li, Tingting Mu, Yanbin Hao 외

Recent success of text-to-image (T2I) generation and its increasing practical applications, enabled by diffusion models, require urgent consideration of erasing unwanted concepts, e.g., copyrighted, offensive, and unsafe…

Image GenerationNavigateText-to-Image Generation

LURE: Latent Space Unblocking for Multi-Concept Reawakening in Diffusion Models

2026-01-20 · Mengyu Sun, Ziyuan Yang, Andrew Beng Jin Teoh, Junxu Liu 외 arxiv

Concept erasure aims to suppress sensitive content in diffusion models, but recent studies show that erased concepts can still be reawakened, revealing vulnerabilities in erasure methods. Existing reawakening methods mai…

CE-SDWV: Effective and Efficient Concept Erasure for Text-to-Image Diffusion Models via a Semantic-Driven Word Vocabulary

2025-01-26 · Jiahang Tu, Qian Feng, Chufan Chen, Jiahua Dong 외

Large-scale text-to-image (T2I) diffusion models have achieved remarkable generative performance about various concepts. With the limitation of privacy and safety in practice, the generative capability concerning NSFW (N…

OrthoEraser: Coupled-Neuron Orthogonal Projection for Concept Erasure

2026-03-12 · Chuancheng Shi, Wenhua Wu, Fei Shen, Xiaogang Zhu 외 arxiv

Text-to-image (T2I) models face significant safety risks from adversarial induction, yet current concept erasure methods often cause collateral damage to benign attributes when suppressing selected neurons entirely. This…