Every time a hospital releases statistics, a city publishes census data, or a tech company reports usage patterns, it faces the same tension: the aggregate tells you something real, but the individual should stay hidden.
For decades, "anonymization" meant removing names. That turns out not to be enough — re-identification attacks repeatedly de-anonymize supposedly safe datasets by linking records across tables. What researchers wanted was a mathematical guarantee, not a heuristic.
In 2006, Cynthia Dwork, Frank McSherry, Kobbi Nissim, and Adam Smith introduced differential privacy — a rigorous definition that says: "Looking at the output of this computation, an adversary learns almost nothing new about any single person in the dataset." The Laplace mechanism is the first and most intuitive way to achieve it: you answer a numeric query, then add a small dose of carefully calibrated random noise drawn from a Laplace distribution before publishing the answer.
The noise is not arbitrary. It is tuned to two parameters: sensitivity (how much one person's data can shift the answer) and epsilon (, the privacy budget). Turn down and privacy tightens but accuracy suffers; turn it up and answers grow sharper but the guarantee weakens. That trade-off is not a flaw — it is the whole point.
Comments
Loading comments...