Home Knowledge Base Epsilon (ε) privacy

Epsilon (ε) privacy is the core parameter of differential privacy — it quantifies the maximum privacy loss that any individual can experience from their data being included in a computation. A smaller epsilon means stronger privacy protection but typically comes at the cost of reduced data utility.

Formal Definition

A mechanism M satisfies ε-differential privacy if for any two neighboring datasets D and D' (differing in one person's data) and any possible output S:

$$P[M(D) \in S] \leq e^\varepsilon \cdot P[M(D') \in S]$$

This means the output distribution changes by at most a factor of $e^\varepsilon$ whether or not any individual's data is included.

Interpreting Epsilon

Privacy Budget

Practical Usage

The Privacy-Utility Trade-Off

Smaller ε requires adding more noise, which reduces the accuracy of results. Choosing ε involves balancing privacy protection against the need for useful, accurate outputs — a fundamental design decision with no universally correct answer.

epsilon (ε) privacyprivacy

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.