Suppose a hospital wants to answer statistics questions about its patients without revealing anyone's personal record. Differential privacy (DP) is the gold standard for doing this: each answer is slightly randomized, so no single patient's data has much influence on the output. The parameter (epsilon) measures the privacy cost — the smaller it is, the stronger the guarantee.
But data analysts rarely ask just one question. They run dozens — or thousands — of queries. And every query chips away at the same underlying dataset. The question becomes: how much total privacy cost has accumulated?
That is the problem of composition. The answer is not obvious. You might hope the costs cancel or stay flat, but they don't — they add up. Composition theorems give precise bounds on how fast grows, and choosing the right theorem can mean the difference between a useful system and one that is either too noisy to be helpful or too revealing to be safe. See also differential privacy for the foundations.
Comments
Loading comments...