SPEED: Scalable, Precise, and Efficient Concept Erasure for Diffusion Models

Abstract

Erasing concepts from large-scale text-to-image (T2I) diffusion models has become increasingly crucial due to the growing concerns over copyright infringement, privacy violations, and offensive content. In scalable erasure applications, fine-tuning-based methods are time-consuming to precisely erase multiple target concepts, while real-time editing-based methods often degrade the generation quality of non-target concepts due to conflicting optimization objectives. To address this dilemma, we introduce SPEED, a ***scalable, precise, and efficient*** concept erasure approach that directly edits model parameters. SPEED searches for a null space, a model editing space where parameter updates do not affect non-target concepts, to achieve scalable and precise erasure. To facilitate accurate null space optimization, we incorporate three complementary strategies: Influence-based Prior Filtering (IPF) to selectively retain the most affected non-target concepts, Directed Prior Augmentation (DPA) to enrich the filtered retain set with semantically consistent variations, and Invariant Equality Constraints (IEC) to preserve key invariants during the T2I generation process. Extensive evaluations across multiple concept erasure tasks demonstrate that SPEED consistently outperforms existing methods in non-target preservation while achieving efficient and high-fidelity concept erasure, successfully erasing 100 concepts within only 5 seconds. Our code and models are available at: https://github.com/Ouxiang-Li/SPEED.

Cite

Text

Li et al. "SPEED: Scalable, Precise, and Efficient Concept Erasure for Diffusion Models." International Conference on Learning Representations, 2026.

Markdown

[Li et al. "SPEED: Scalable, Precise, and Efficient Concept Erasure for Diffusion Models." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/li2026iclr-speed/)

BibTeX

@inproceedings{li2026iclr-speed,
  title     = {{SPEED: Scalable, Precise, and Efficient Concept Erasure for Diffusion Models}},
  author    = {Li, Ouxiang and Wang, Yuan and Hu, Xinting and Jiang, Houcheng and Liang, Tao and Hao, Yanbin and Ma, Guojun and Feng, Fuli},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/li2026iclr-speed/}
}