Mind the Gap: Mixtures of Gaussians in Approximate Differential Privacy
Abstract
Lay Summary
Organizations often want to publish statistics from sensitive datasets, such as hospital records or census responses, without revealing whether any one person's data was included. AI systems also rely on large amounts of data, so the same privacy concern arises when such systems are trained on sensitive information. Differential privacy is a mathematical standard for addressing this concern, usually by adding carefully calibrated random noise before a result is released. A common choice is Gaussian noise, the familiar bell-shaped randomness, because it is simple and behaves well when many private computations are combined. This paper studies the privacy-utility tradeoff: stronger privacy requirements usually reduce the utility one can gain from data. In practical settings with moderate rather than extremely strict privacy requirements, a single Gaussian can add more noise than necessary. We design a new shape of noise that combines several Gaussian “bells” instead of relying on just one, so that privacy is preserved with smaller levels of noise. We provide efficient algorithms for designing the exact shape of this noise, and our experiments show that our new approach substantially reduces noise compared to the standard Gaussian baseline while retaining the simplicity of Gaussians.