⚖️ Utility-Privacy Trade-off Language
0 / 5 completed
1 / 5
A privacy engineer tells a product manager: "We accept a 12% utility loss to achieve ε = 1 differential privacy."
What does utility loss mean in the context of privacy-utility trade-offs?
Utility loss = measurable degradation in downstream task performance caused by privacy mechanisms:
| Privacy mechanism | Source of utility loss |
|---|---|
| Differential privacy (noise) | Added noise obscures signal, degrades model accuracy |
| k-anonymity / generalisation | Coarsened values reduce feature precision |
| Data suppression | Removed records reduce sample size |
Key vocabulary: utility-privacy trade-off, "acceptable utility loss", privacy cost, privacy budget allocation.