CRDBAug 13, 2018

Review of Different Privacy Preserving Techniques in PPDP

arXiv:1808.04088v16 citations
Originality Synthesis-oriented
AI Analysis

This addresses privacy concerns for organizations handling sensitive data like government, university, and medical records, but it is incremental as it reviews existing methods and introduces a known approach.

The paper reviews privacy-preserving techniques for big data, focusing on anonymization methods like k-anonymity, l-diversity, and t-closeness, and introduces differential privacy to balance privacy and information loss.

Big data is a term used for a very large data sets that have many difficulties in storing and processing the data. Analysis this much amount of data will lead to information loss. The main goal of this paper is to share data in a way that privacy is preserved while information loss is kept at least. Data that include Government agencies, University details and Medical history etc., are very necessary for an organization to do analysis and predict trends and patterns, but it may prevent the data owner from sharing the data because of privacy regulations [1]. By doing an analysis of several algorithms of Anonymization such as k-anonymity, l-diversity and tcloseness, one can achieve privacy at minimum loss. Admitting these techniques has some limitations. We need to maintain trade-off between privacy and information loss. We introduce a novel approach called Differential Privacy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes