Samuel-Maddock / Apple-Differential-Privacy

Apple Differential Privacy Implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local Differential Priacy

⚠️ NOTE: This repo is deprecated and contains old (and mostly undocumented code) - Please see https://github.com/Samuel-Maddock/pure-LDP for an updated library that contains a large number of LPD implementations including Apple's CMS/HCMS and Google's RAPPOR for private frequency estimation ⚠️

An implementation of various local differential privacy (LDP) techniques mainly focusing on algorithms outlined by Apple.

The project aims to provide implementations of the most recent and practical algorithms for LDP. All algorithms will be implemented in Python 3. The project also serves as a way to compare and analyse these techniques in both performance and implementation by providing various simulations and benchmarks.

The repo aims to implement the following:

A good introduction and brief survey of recent LDP algorithms is presented here.

⚠️ While most of the code is done, much of the code is undocumented ⚠️

TODO

  • Misc: Documentation !!!
  • Google: Implement the RAPPOR extension

Resources

  1. Algorithmic Foundations of Differential Privacy
  2. Local Differential Privacy: a tutorial
  3. Learning with Privacy at Scale by Apple
  4. RAPPOR repo
  5. RAPPOR paper
  6. Extensions to RAPPOR for heavy-hitters
  7. BNST Paper: Practical Locally Private Heavy Hitters

About

Apple Differential Privacy Implementation


Languages

Language:Jupyter Notebook 87.8%Language:Python 8.4%Language:R 3.8%