MLCRLGMay 25, 2022

Pre-trained Perceptual Features Improve Differentially Private Image Generation

arXiv:2205.12900v434 citationsh-index: 25Has Code
Originality Incremental advance
AI Analysis

This work addresses the problem of improving privacy-preserving image generation for AI applications, offering a significant advance over existing techniques but is incremental in its approach by building on public representations.

The paper tackles the challenge of generating high-quality images under differential privacy by using pre-trained perceptual features from a public dataset to minimize the maximum mean discrepancy (MMD) with private data, achieving CIFAR10-level images at ε≈2, surpassing prior methods that required ε≈10 for simpler datasets like MNIST.

Training even moderately-sized generative models with differentially-private stochastic gradient descent (DP-SGD) is difficult: the required level of noise for reasonable levels of privacy is simply too large. We advocate instead building off a good, relevant representation on an informative public dataset, then learning to model the private data with that representation. In particular, we minimize the maximum mean discrepancy (MMD) between private target data and a generator's distribution, using a kernel based on perceptual features learned from a public dataset. With the MMD, we can simply privatize the data-dependent term once and for all, rather than introducing noise at each step of optimization as in DP-SGD. Our algorithm allows us to generate CIFAR10-level images with $ε\approx 2$ which capture distinctive features in the distribution, far surpassing the current state of the art, which mostly focuses on datasets such as MNIST and FashionMNIST at a large $ε\approx 10$. Our work introduces simple yet powerful foundations for reducing the gap between private and non-private deep generative models. Our code is available at \url{https://github.com/ParkLabML/DP-MEPF}.

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