Erasing Without Collateral Damage: Precise Concept Removal in Diffusion Models
About
Training-free concept erasure is an attractive mechanism for controlling text-to-image diffusion models, but precise erasure often comes at the cost of damaging semantically related non-target concepts. Existing value-space methods remove the component of each cross-attention value along the target concept direction, implicitly treating target identity and shared visual structure as the same signal. We argue that this is the source of much of the collateral damage in prior preservation. We introduce CARE, a closed-form concept erasure operator that replaces the raw target direction with a kept-subspace-aware direction computed from a small bank of retained concept anchors. The resulting edit is applied directly in cross-attention value space, requires no model fine-tuning, and adds only a negligible offline computation. A single shrinkage parameter controls the erase-preserve trade-off. We further show that the operator admits a minimum-disturbance interpretation and, in its projection form, leaves the kept subspace invariant. Experiments under the standard concept-erasure protocol show that our method preserves non-target concepts more faithfully while maintaining competitive erasure across instance, style, and celebrity concepts. Code: https://github.com/parthupman/care
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Concept Erasure | 10-concept erasure workload | Data Preparation Time1.2 | 11 | |
| Celebrity Concept Erasure | Celebrity Concepts Target Marilyn Monroe | Bruce Lee Concept Score (CS)30.64 | 8 | |
| Celebrity Concept Erasure | Celebrity Concepts Target: Melania Trump | Bruce Lee CS30.61 | 8 | |
| Art-style concept erasure | Stable Diffusion Van Gogh erasure set v1.4 | CS (Van Gogh)23.63 | 8 | |
| Celebrity Concept Erasure | Celebrity Concepts Target: Bruce Lee | Bruce Lee Concept Score (CS)18.42 | 8 | |
| Single-instance Concept Erasure (Snoopy) | Stable Diffusion V1.4 | Snoopy CS19.42 | 8 | |
| Art-style concept erasure | Stable Diffusion Picasso erasure set v1.4 | FID (Van Gogh)5.18 | 7 | |
| Art-style concept erasure | Stable Diffusion Monet erasure set v1.4 | FID (Van Gogh)5.85 | 7 | |
| Multi-instance Concept Erasure (Snoopy, Mickey, and Spongebob) | Stable Diffusion V1.4 | Snoopy (CS)19.45 | 7 | |
| Multi-instance Concept Erasure (Snoopy and Mickey) | Stable Diffusion V1.4 | Snoopy CS19.45 | 7 |