Difference between revisions of "Differential privacy"

From Simson Garfinkel
Jump to navigationJump to search
Line 29: Line 29:


==Critical Articles to read==
==Critical Articles to read==
===Math===
===Mechanisms===
* [http://www.cse.psu.edu/~ads22/pubs/NRS07/NRS07-full-draft-v1.pdf Smooth Sensitivity and Sampling in Private Data Analysis, 2007]
* [http://www.cse.psu.edu/~ads22/pubs/NRS07/NRS07-full-draft-v1.pdf Smooth Sensitivity and Sampling in Private Data Analysis, 2007]
* [http://repository.cmu.edu/cgi/viewcontent.cgi?article=1008&context=jpc Differential Privacy for Statistics:  What we
* [http://repository.cmu.edu/cgi/viewcontent.cgi?article=1008&context=jpc Differential Privacy for Statistics:  What we Know and What we Want to Learn, 2009]
Know and What we Want to Learn, 2009]
* [https://arxiv.org/pdf/1706.09479.pdf Towards Practical Differential Privacy for SQL Queries, 2017]
* [https://arxiv.org/pdf/1706.09479.pdf Towards Practical Differential Privacy for SQL Queries, 2017]
===Public Perception===
* Brooke Bullek, Stephanie Garboski, Darakhshan J. Mir, and Evan M. Peck. 2017. [https://dl.acm.org/citation.cfm?id=3025698 Towards Understanding Differential Privacy: When Do People Trust Randomized Response Technique?. In Proceedings of the 2017 CHI Conference on Human Factors in Computing Systems (CHI '17)]. ACM, New York, NY, USA, 3833-3837. DOI: https://doi.org/10.1145/3025453.3025698





Revision as of 04:12, 13 August 2018

A few references on Differential Privacy, for people who don't want to get bogged down with the math.

Introduction

Printed Materials


Videos

  • Four Facets of Differential Privacy, Differential Privacy Symposium, Institute for Advanced Study, Princeton, Saturday, November 12. A series of talks by Cynthia Dwork, Helen Nissenbaum, Aaron Roth, Guy Rothblum, Kunal Talwar, and Jonathan Ullman. View all on the IAS YouTube channel.

Textbook

Critical Articles to read

Mechanisms

Public Perception


Philosophy

Existing Applications

On The Map, at the US Census Bureau
RAPPOR, in Google Chrome
Uber

Advanced Topics

Improving query accuracy within the privacy budget

Differential Privacy and Floating Point Accuracy

Floating point math is not continuous, and differential privacy implementations that assume it is may experience a variety of errors that result in privacy loss. A discussion of the problems inherently in floating-point arithmetic can be found in Oracle's What Every Computer Scientist Should Know About Floating-Point Arithmetic, an edited reprint of the paper What Every Computer Scientist Should Know About Floating-Point Arithmetic, by David Goldberg, published in the March, 1991 issue of Computing Surveys.

"How Will Statistical Agencies Operate When All Data Are Private?" (MS #1142) has been published to Journal of Privacy and Confidentiality. http://repository.cmu.edu/jpc/vol7/iss3/1


The Fool's Gold Controversy

What's wrong with this article and with the followups?

Other attacks

Math

p for randomized response rate:

$p = \frac{e^\epsilon}{1+e^\epsilon}$

Probability that randomized response should be flipped.

See Also

Online Resources