Imagine a hospital wants to publish the most common diagnosis among its patients. Not a count — just the name of a single disease. Adding random Gaussian noise to "diabetes" produces gibberish, not privacy. Numbers can absorb noise; categories cannot.
This is the gap that Frank McSherry and Kunal Talwar filled in 2007 with the exponential mechanism — the standard tool for differentially private selection of non-numeric outputs.
The idea is elegant: assign every possible answer a utility score that measures how good it is for the true data, then sample an answer with probability rising exponentially in that score. Good answers become much more likely; bad answers remain possible but improbable. A single privacy parameter controls how sharply the probabilities are tilted toward the best answer.
The result is a mechanism that is provably -differentially private: changing one person's record can shift a utility score by at most a bounded amount, and that bounded shift translates into a bounded ratio of output probabilities. Privacy is guaranteed — not by hiding the answer, but by controlling how much any one person can influence which answer is chosen.
Comments
Loading comments...