Skip to content

Minimax Optimal Estimation of Approximate Differential Privacy on Neighboring Databases

License

Notifications You must be signed in to change notification settings

xiyangl3/adp-estimator

Repository files navigation

Minimax Optimal Estimation of Approximate Differential Privacy on Neighboring Databases

This repo contains the code for the paper Minimax Optimal Estimation of Approximate Differential Privacy on Neighboring Databases

Dependencies

  • To run the experiments, you need to have the following libraries installed:
  1. python = 3.6
  2. numpy
  3. scipy
  • The coefficient of best polynomial approximation are pre-computed and stored as ".mat" file. The coefficient of Chebyshev polynomials of the first kind are stored as ".npy" file.

  • To get the coefficient of best polynomial approximation, you need to install Chebfun in Matlab through http:https://www.chebfun.org/

  • To get the coefficient of Chebyshev polynomials, you need to install:

  1. sympy

Citing this work

You are encouraged to cite following paper for acedamic research:

@inproceedings{liu2019minimax,
  title={Minimax Optimal Estimation of Approximate Differential Privacy on Neighboring Databases},
  author={Liu, Xiyang and Oh, Sewoong},
  booktitle={Advances in Neural Information Processing Systems},
  pages={2414--2425},
  year={2019}
}

License

MIT.

About

Minimax Optimal Estimation of Approximate Differential Privacy on Neighboring Databases

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published