A histogram is one of the simplest ways to summarise a population: count how many people fall into each age group, salary bracket, or medical category, then plot the bars. The shape tells a real story â but behind every bar is a list of actual people.
Even a count can be a secret. If a hospital releases "3 patients aged 85â90 were treated for condition X," and you already know two of them, you have just learned something the third person never consented to share. The problem is not the chart â it is that a single person's presence or absence changes the numbers by a detectable amount.
Differential privacy, formalised by Cynthia Dwork, Frank McSherry, Kobbi Nissim, and Adam Smith in 2006, offers a precise solution: add carefully calibrated random noise to every count before releasing it. The result is a histogram that is statistically useful yet mathematically guarantees that no individual's data can be reliably inferred. Understanding why requires only the Laplace distribution and a single Greek letter â .
Comments
Loading comments...