Enhancing Privacy-Utility Trade-offs to Mitigate Memorization in Diffusion Models
Chen Chen, Daochang Liu, Mubarak Shah, Chang Xu
TL;DR
Memorization in text-to-image diffusion models creates privacy and copyright risks as outputs can echo training images. PRSS merges prompt re-anchoring (PR) and semantic prompt search (SS) to refine classifier-free guidance during inference, reducing memorization while preserving user intent, all without retraining. Empirical results show PR and SS provide complementary gains—PR improves privacy with modest utility cost, while SS boosts utility with limited privacy impact—yielding state-of-the-art privacy-utility trade-offs across privacy levels, especially for global memorization. The approach is lightweight to implement, requiring only CFG updates and LLM-based prompt diversification, making it practical for deployment and adaptable to future detection signals. Overall, PRSS significantly advances practical memorization mitigation in diffusion models while maintaining alignment with user prompts.
Abstract
Text-to-image diffusion models have demonstrated remarkable capabilities in creating images highly aligned with user prompts, yet their proclivity for memorizing training set images has sparked concerns about the originality of the generated images and privacy issues, potentially leading to legal complications for both model owners and users, particularly when the memorized images contain proprietary content. Although methods to mitigate these issues have been suggested, enhancing privacy often results in a significant decrease in the utility of the outputs, as indicated by text-alignment scores. To bridge the research gap, we introduce a novel method, PRSS, which refines the classifier-free guidance approach in diffusion models by integrating prompt re-anchoring (PR) to improve privacy and incorporating semantic prompt search (SS) to enhance utility. Extensive experiments across various privacy levels demonstrate that our approach consistently improves the privacy-utility trade-off, establishing a new state-of-the-art.
