LGAIJun 4, 2024

Finding NeMo: Localizing Neurons Responsible For Memorization in Diffusion Models

arXiv:2406.02366v338 citations
Originality Highly original
AI Analysis

This addresses privacy and intellectual property concerns for content creators and users of diffusion models, offering a novel approach to mitigate data leakage in publicly released models.

The paper tackles the problem of diffusion models memorizing and reproducing sensitive or copyrighted training images by introducing NeMo, a method that localizes memorization to specific neurons in cross-attention layers, enabling their deactivation to prevent data replication and increase output diversity.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes