1 / 20

Protecting Statistical Databases Against Snoopers

Protecting Statistical Databases Against Snoopers. Comparison of two methods. Disclosure vs. Anonymity. Information disclosure necessary for planning and numerical measurements Anonymity necessary for protection of the individual and the public’s trust in systems. Medical Data.

oliver
Download Presentation

Protecting Statistical Databases Against Snoopers

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Protecting Statistical Databases Against Snoopers Comparison of two methods

  2. Disclosure vs. Anonymity • Information disclosure necessary for planning and numerical measurements • Anonymity necessary for protection of the individual and the public’s trust in systems

  3. Medical Data Necessary for: • Measuring effectiveness of current treatments • Finding sources of common medical mistakes • Tracking contagious disease • Government spending planning • Health Insurance Companies

  4. Anonymity: Not as Easy as it Looks Complete Identification Without Uniquely Identifying Information

  5. Outside Factors Affecting Privacy • Snooper’s supplementary knowledge • Public data sources • Rarity

  6. Comparing Two Methods of Protection • What are the privacy guarantees? • Can useful information be gained?

  7. Sensitivity-based Noise-adding Algorithm • Proposed by Dwork, McSherry, Nissim and Smith • Adds noise to each answer based on the sensitivity of the series of queries • Amount of privacy based on ε, a coefficient in the noise-generating formula

  8. How much could changing one row change an answer? MEAN COUNT HISTOGRAMS The sensitivity of a series of queries is the sum of the sensitivities of the queries Sensitivity

  9. Coin-flip Algorithm • Proposed by Mishra and Sandler • A way for individuals to publish their own personal data • Amount of privacy based on ε, the bias in the coin-flip

  10. Each of the k possible answers to a query are ordered and numbered If an individual’s answer to the query is the ith answer, the profile would be a string of k bits where the ith is a one and the others are zero To sanitize, each bit is flipped with probability ½ + ε/2 All sanitized profiles resemble a random string of ones and zeros Implementing the Coin-flip Algorithm

  11. Example: HIV status • Ordered possible responses: “POSITIVE, NEGATIVE, UNKNOWN” • The original profile of an HIV+ individual: “1, 0, 0” • Results of coin-flips: “STAY, FLIP, STAY” • Resulting sanitized profile: “1, 1, 0” • What do we know about the individual from the sanitized profile?

  12. My Research • Compare the total amount of error generated by histogram / frequency queries • Hypothesis: The noise-adding algorithm will generate less error for few queries and the coin-flip algorithm will generate less error for many queries • Research question: Where is the “sweet spot” where the error lines cross on a graph?

  13. The “sweet spot” first occurs at 101 queries.

  14. With the smallest histograms first, the first “sweet spot” occurs at 32 queries.

  15. With the largest histograms first, the first “sweet spot” occurs at 189 queries.

  16. A Second Look • Range of sensitivity: 2 to 136 • Unordered histograms: • At first “sweet spot”, sensitivity= 30. • Smallest histograms first: • At first “sweet spot”, sensitivity= 32. • Largest histograms first: • At first “sweet spot”, sensitivity= 34.

  17. Conclusions • For histogram / frequency queries, “sweet spots” occur between sensitivity=30 and sensitivity=40, so for least error: • If sensitivity < 30, use NOISE-ADDING algorithm • If sensitivity > 40, use COIN-FLIP algorithm

  18. Quick Bibliography • Survey: • N R Adam and J C Wortmann. Security-control methods for statistical databases: a comparative study. ACM Computing Surveys, 25(4), December 1989. • Noise-adding algorithm: • C Dwork, F McSherry, K Nissim, A Smith. Calibrating noise to sensitivity in private data analysis. 3rd Theory of Cryptography Conference, 2006. • Coin-flip algorithm: • N Mishra, M Sandler. Symposium on Principles of Database Systems, 2006.

  19. Professor Alf Weaver, PhD Professor Nina Mishra, PhD • REU program at UVa, sponsored by the National Science Foundation

More Related