Giter Club home page Giter Club logo

randomized-anonymization's Introduction

Randomized-Anonymization

We proposed privacy-preserving methods for data sharing that satisfy both k-anonymity and ε-differential privacy.

The proposed methods are k-RR (k-anonymization → randomized response), RR-k (randomized response → k-anonymization), and (ε, k)-Randomized Anonymization. Please note that k-RR method does not strictly satisfy $k$-anonymity.

This GitHub page provides algorithm examples of these three methods.

Important Note

Step 1 in Algorithms 1 and 3 in our paper (k-RR and Randomized Anonymization) need not truly satisfy $k$(or $k'$)-anonymity. Rather, it is essential that the partitioning is dataset-independent for satisfying differential privacy (and for Theorems 1 and 3). In our experiments, for the sake of simplicity, we applied a strict $k$-anonymization method for their Step 1, but in practice, a fixed partitioning method should be used, such that approximately $k$-anonymity is satisfied. (Please also see Errata below.) (The simplest partitioning would be to ${\it arbitrarily}$ fix the partitions based on $k$, the dataset size, and the number of possible tuple values (with reference to past data). It would be sufficient if the original dataset cannot be inferred even when the fixed partitions are published.)

↑ Would there be any procedure that is "optimal" (for combining with RR) as Step 1? (It would be interesting if there was something completely different other than a $k$-anonymization like procedure.)

Important future directions

・Developing (approximate) k-anonymization methods more suited for the integration with Randomized Response (especially for Algorithms 1 and 3). In particular, the method for calculating representative values should be carefully considered. (In our experiments, we ignored events in which the representative values vary between neighboring datasets.)

・Utilizing Optiimized Local Hashing (OLH) [Wang et al., 2017] instead of Randomized Response.

・Improving the handling of numeric data (by utilizing some variation of the Piecewise Mechanism (PM) [Wang et al., 2019], for example).

(・How should we determine appropriate values of ε and k for each medical information?)

Note

For details of our mechanisms, please see our paper entitled "(ε, k)-Randomized Anonymization: ε-Differentially Private Data Sharing with k-Anonymity" (https://doi.org/10.5220/0011665600003414) presented at HEALTHINF 2023.

Errata:

・p.289. 3.2.1 "When the following inequality holds: $ε ≥$" → "When the following inequality holds: $e^ε ≥$"

・Algorithm 1, Step 1. "each cluster has at least" → "each cluster is expected to have (at least)"
・Algorithm 3, Step 1. "each cluster has at least" → "each cluster is expected to have (at least)" (Please also see Important Note above.)

Contact

Akito Yamamoto

Division of Medical Data Informatics, Human Genome Center,

the Institute of Medical Science, the University of Tokyo

[email protected]

randomized-anonymization's People

Contributors

ay0408 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.