LGCRJan 23, 2024

Wasserstein Differential Privacy

arXiv:2401.12436v15 citationsh-index: 4Has CodeAAAI
Originality Incremental advance
AI Analysis

This work addresses privacy leakage risk measurement for machine learning practitioners by offering a more robust differential privacy framework, though it appears incremental as it builds on existing DP concepts.

The authors tackled the problem of differential privacy frameworks lacking metric properties, which leads to exaggerated privacy budgets, by proposing Wasserstein differential privacy (WDP) that satisfies symmetry and triangle inequality. They demonstrated through experiments that WDP provides stable privacy budgets and reduces overestimation in mechanisms like SGD.

Differential privacy (DP) has achieved remarkable results in the field of privacy-preserving machine learning. However, existing DP frameworks do not satisfy all the conditions for becoming metrics, which prevents them from deriving better basic private properties and leads to exaggerated values on privacy budgets. We propose Wasserstein differential privacy (WDP), an alternative DP framework to measure the risk of privacy leakage, which satisfies the properties of symmetry and triangle inequality. We show and prove that WDP has 13 excellent properties, which can be theoretical supports for the better performance of WDP than other DP frameworks. In addition, we derive a general privacy accounting method called Wasserstein accountant, which enables WDP to be applied in stochastic gradient descent (SGD) scenarios containing sub-sampling. Experiments on basic mechanisms, compositions and deep learning show that the privacy budgets obtained by Wasserstein accountant are relatively stable and less influenced by order. Moreover, the overestimation on privacy budgets can be effectively alleviated. The code is available at https://github.com/Hifipsysta/WDP.

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