pith. sign in

arxiv: 2507.16880 · v3 · pith:JMYZMR73new · submitted 2025-07-22 · 💻 cs.CV · cs.AI· cs.LG

Finding DoRI: Discovery of Retained Images in Diffusion Models

classification 💻 cs.CV cs.AIcs.LG
keywords datamemorizationassumptionimagemethodsmitigationpruningreplication
0
0 comments X
read the original abstract

Text-to-image diffusion models (DMs) have achieved remarkable success in image generation. However, concerns about data privacy and intellectual property remain due to their potential to inadvertently memorize and replicate training data. Recent mitigation efforts have focused on identifying and pruning weights responsible for triggering verbatim training data replication, based on the assumption that memorization can be localized. We challenge this assumption and demonstrate that, even after such pruning, small perturbations to the text embeddings of previously mitigated prompts can re-trigger data replication, revealing the fragility of such methods. Our further analysis then provides multiple indications that memorization is indeed \textit{not} inherently local: (1) replication triggers for memorized images are distributed throughout text embedding space; (2) embeddings yielding the same replicated image produce divergent model activations; and (3) different pruning methods identify inconsistent sets of memorization-related weights for the same image. Finally, we show that bypassing the locality assumption enables more robust mitigation through adversarial fine-tuning. These findings provide new insights into the fundamental nature of memorization in text-to-image DMs and inform the future development of more reliable mitigation methods against DM memorization.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Memorization In Stable Diffusion Is Unexpectedly Driven by CLIP Embeddings

    cs.CV 2026-04 unverdicted novelty 6.0

    Memorization in Stable Diffusion is driven by the structural duplication of the CLIP <eot> embedding inside <pad> tokens, which causes over-reliance on that vector; simple inference-time masking or token replacement s...

  2. Diffusion Models Memorize in Training -- and Generalize in Inference

    cs.LG 2026-03 unverdicted novelty 6.0

    Diffusion models overfit denoising loss at intermediate noise but generalize in inference as model error smooths the flow field and sampling paths avoid memorized noisy training data.