Cognitive Scaffold

Preparing your thinking workspace

arrow_back_ios_new
MENTAL MODEL · M5026

Differential Privacy

Differential Privacy
TechnicalHigh supportMathematics
Included
account_tree

Version 1.0.0 · Updated 2026-07-30

CORE DEFINITION

A mathematically defined privacy standard. By adding perturbation noise to the dataset, the query result becomes insensitive to whether a particular individual is included in the dataset. That is, whether you are in the database or not, the output is almost the same.

SCAFFOLDING EFFECT

psychology

Reduce cognitive load

A compatible solution for data utilization and privacy. In the era of surveillance capitalism, it is a technical defense line to protect personal dignity. It allows institutions to analyze group trends (such as epidemic distribution) without being able to reverse-engineer individual identities.

anchor

Anchor fast decisions

Mathematically guarantees that the addition or removal of any single record almost does not change the distribution of query results (controlled by the privacy parameter ε). By adding controlled noise to queries (such as Laplace or exponential mechanisms), it achieves "individuals are indistinguishable but groups are statistically analyzable."

MINIMUM ACTION

In progress 0/4

Practice this model in one real situation:

Check to track your progress (stored locally)
Learning progress0%
account_treeGenealogyexpand_more
menu_bookReferencesexpand_more

Source support: Explicit

  • link
    en.wikipedia.orghttps://en.wikipedia.org/wiki/Differential_privacyZH · Explicit
    verified

RELATED MODELS