LGCRCVAug 27, 2024

Learning Differentially Private Diffusion Models via Stochastic Adversarial Distillation

arXiv:2408.14738v15 citationsh-index: 9
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in data-scarce domains by enabling private generative models, though it is incremental as it builds on existing diffusion and distillation techniques.

The paper tackles the problem of generating high-quality images while preserving privacy by introducing DP-SAD, a method that trains a differentially private diffusion model via stochastic adversarial distillation, achieving improved image quality as demonstrated in experiments.

While the success of deep learning relies on large amounts of training datasets, data is often limited in privacy-sensitive domains. To address this challenge, generative model learning with differential privacy has emerged as a solution to train private generative models for desensitized data generation. However, the quality of the images generated by existing methods is limited due to the complexity of modeling data distribution. We build on the success of diffusion models and introduce DP-SAD, which trains a private diffusion model by a stochastic adversarial distillation method. Specifically, we first train a diffusion model as a teacher and then train a student by distillation, in which we achieve differential privacy by adding noise to the gradients from other models to the student. For better generation quality, we introduce a discriminator to distinguish whether an image is from the teacher or the student, which forms the adversarial training. Extensive experiments and analysis clearly demonstrate the effectiveness of our proposed method.

Foundations

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

Your Notes