OrthoEraser: Coupled-Neuron Orthogonal Projection for Concept Erasure
Chuancheng Shi 1, Wenhua Wu 1, Fei Shen 2, Xiaogang Zhu 3, Kun Hu 4, Zhiyong Wang 1
Published on arXiv
2603.11493
Prompt Injection
OWASP LLM Top 10 — LLM01
Key Finding
OrthoEraser significantly outperforms SOTA concept erasure baselines by removing harmful concepts with high precision while preserving the integrity of the non-sensitive generative manifold
OrthoEraser
Novel technique introduced
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 occurs because sensitive and benign semantics exhibit non-orthogonal superposition, sharing activation subspaces where their respective vectors are inherently entangled. To address this issue, we propose OrthoEraser, which leverages sparse autoencoders (SAE) to achieve high-resolution feature disentanglement and subsequently redefines erasure as an analytical orthogonalization projection that preserves the benign manifold's invariance. OrthoEraser first employs SAE to decompose dense activations and segregate sensitive neurons. It then uses coupled neuron detection to identify non-sensitive features vulnerable to intervention. The key novelty lies in an analytical gradient orthogonalization strategy that projects erasure vectors onto the null space of the coupled neurons. This orthogonally decouples the sensitive concepts from the identified critical benign subspace, effectively preserving non-sensitive semantics. Experimental results on safety demonstrate that OrthoEraser achieves high erasure precision, effectively removing harmful content while preserving the integrity of the generative manifold, and significantly outperforming SOTA baselines. This paper contains results of unsafe models.
Key Contributions
- Uses sparse autoencoders to decompose polysemantic activations into a high-dimensional sparse basis, explicitly separating sensitive from non-sensitive neurons in T2I models
- Coupled neuron detection step that identifies non-sensitive features most vulnerable to collateral damage when sensitive neurons are suppressed
- Analytical gradient orthogonalization strategy that projects erasure vectors onto the null space of coupled benign neurons, mathematically decoupling sensitive concept removal from benign manifold preservation