Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Samuel-Maddock/Apple-Differential-Privacy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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