Finding NeMo: Localizing Neurons Responsible For Memorization in Diffusion Models
About
Diffusion models (DMs) produce very detailed and high-quality images. Their power results from extensive training on large amounts of data, usually scraped from the internet without proper attribution or consent from content creators. Unfortunately, this practice raises privacy and intellectual property concerns, as DMs can memorize and later reproduce their potentially sensitive or copyrighted training images at inference time. Prior efforts prevent this issue by either changing the input to the diffusion process, thereby preventing the DM from generating memorized samples during inference, or removing the memorized data from training altogether. While those are viable solutions when the DM is developed and deployed in a secure and constantly monitored environment, they hold the risk of adversaries circumventing the safeguards and are not effective when the DM itself is publicly released. To solve the problem, we introduce NeMo, the first method to localize memorization of individual data samples down to the level of neurons in DMs' cross-attention layers. Through our experiments, we make the intriguing finding that in many cases, single neurons are responsible for memorizing particular training samples. By deactivating these memorization neurons, we can avoid the replication of training data at inference time, increase the diversity in the generated outputs, and mitigate the leakage of private and copyrighted data. In this way, our NeMo contributes to a more responsible deployment of DMs.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Memorization Detection | Stable Diffusion V1.4 | AUC0.957 | 28 | |
| Text-to-Image Generation | HPD v3 | Characters Score2.85 | 15 | |
| Text-to-Image Generation | Webster 500 Memorized Prompts 2023 v1.4 (430 with available target images) | SSCD (Target)0.4149 | 13 | |
| Text-to-Image Generation | MS-COCO | FID15.35 | 7 | |
| Memorization mitigation | Webster 2023 | SSCD Original23 | 7 | |
| Text-to-Image Generation | Webster 2023 SD v1.4 (500 Memorized Prompts) | SSCD Target Score0.4192 | 6 | |
| Text-to-Image Generation | Webster 70 Unseen Prompts 2023 v1.4 (val) | SSCD (Seeds)25.37 | 6 | |
| Text-to-Image Generation | prompts 10 randomly sampled | Inference Time (s)104.1 | 6 | |
| Text-to-Image Alignment | T2I-CompBench++ | Color Alignment Score36.3 | 5 | |
| Text-to-Image Generation | HPD v3 (val) | Animals Score2.9 | 5 |