MLCRLGMay 25, 2023

DP-LDMs: Differentially Private Latent Diffusion Models

arXiv:2305.15759v635 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses privacy concerns for users of generative image models by enabling differentially private image generation, representing an incremental improvement over existing methods.

The paper tackles the privacy risks in diffusion models (DMs) by proposing DP-LDMs, which apply differential privacy (DP) to latent diffusion models (LDMs) to generate high-quality images (256x256) with text conditioning while reducing trainable parameters by roughly 90% and improving the privacy-utility trade-off.

Diffusion models (DMs) are one of the most widely used generative models for producing high quality images. However, a flurry of recent papers points out that DMs are least private forms of image generators, by extracting a significant number of near-identical replicas of training images from DMs. Existing privacy-enhancing techniques for DMs, unfortunately, do not provide a good privacy-utility tradeoff. In this paper, we aim to improve the current state of DMs with differential privacy (DP) by adopting the $\textit{Latent}$ Diffusion Models (LDMs). LDMs are equipped with powerful pre-trained autoencoders that map the high-dimensional pixels into lower-dimensional latent representations, in which DMs are trained, yielding a more efficient and fast training of DMs. Rather than fine-tuning the entire LDMs, we fine-tune only the $\textit{attention}$ modules of LDMs with DP-SGD, reducing the number of trainable parameters by roughly $90\%$ and achieving a better privacy-accuracy trade-off. Our approach allows us to generate realistic, high-dimensional images (256x256) conditioned on text prompts with DP guarantees, which, to the best of our knowledge, has not been attempted before. Our approach provides a promising direction for training more powerful, yet training-efficient differentially private DMs, producing high-quality DP images. Our code is available at https://anonymous.4open.science/r/DP-LDM-4525.

Foundations

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

Your Notes