Differentially Private Gradient Flow based on the Sliced Wasserstein Distance
Ilana Sebag, Muni Sreenivas Pydi, Jean-Yves Franceschi, Alain Rakotomamonjy, Mike Gartrell, Jamal Atif, Alexandre Allauzen
TL;DR
This paper tackles privacy in generative modeling by formulating a differentially private gradient flow on the space of probability measures, driven by the Gaussian-smoothed Sliced Wasserstein Distance and its stochastic differential equation. It defines a functional ${\cal F}_{\lambda,\sigma}^\nu(\mu)$, proves the existence of a generalized minimizing movement scheme, and derives discretized particle updates whose drift incorporates a Gaussian mechanism, enabling DP guarantees from both smoothing and diffusion terms. The authors present two DP implementations (DPSWflow-r with projection resampling and DPSWflow with pre-sampled projections), analyze privacy amplification and budget tracking, and empirically show superior data fidelity compared to a DP generator baseline on MNIST, FashionMNIST, and CelebA under multiple privacy budgets. This approach provides a principled, DP-compliant alternative to DP-SGD for generative modeling, with clear pathways for tracking privacy and improving utility at fixed privacy levels.
Abstract
Safeguarding privacy in sensitive training data is paramount, particularly in the context of generative modeling. This can be achieved through either differentially private stochastic gradient descent or a differentially private metric for training models or generators. In this paper, we introduce a novel differentially private generative modeling approach based on a gradient flow in the space of probability measures. To this end, we define the gradient flow of the Gaussian-smoothed Sliced Wasserstein Distance, including the associated stochastic differential equation (SDE). By discretizing and defining a numerical scheme for solving this SDE, we demonstrate the link between smoothing and differential privacy based on a Gaussian mechanism, due to a specific form of the SDE's drift term. We then analyze the differential privacy guarantee of our gradient flow, which accounts for both the smoothing and the Wiener process introduced by the SDE itself. Experiments show that our proposed model can generate higher-fidelity data at a low privacy budget compared to a generator-based model, offering a promising alternative.
