English

HDPView: Differentially Private Materialized View for Exploring High Dimensional Relational Data

Databases 2022-05-27 v3 Cryptography and Security

Abstract

How can we explore the unknown properties of high-dimensional sensitive relational data while preserving privacy? We study how to construct an explorable privacy-preserving materialized view under differential privacy. No existing state-of-the-art methods simultaneously satisfy the following essential properties in data exploration: workload independence, analytical reliability (i.e., providing error bound for each search query), applicability to high-dimensional data, and space efficiency. To solve the above issues, we propose HDPView, which creates a differentially private materialized view by well-designed recursive bisected partitioning on an original data cube, i.e., count tensor. Our method searches for block partitioning to minimize the error for the counting query, in addition to randomizing the convergence, by choosing the effective cutting points in a differentially private way, resulting in a less noisy and compact view. Furthermore, we ensure formal privacy guarantee and analytical reliability by providing the error bound for arbitrary counting queries on the materialized views. HDPView has the following desirable properties: (a) Workload independence, (b) Analytical reliability, (c) Noise resistance on high-dimensional data, (d) Space efficiency. To demonstrate the above properties and the suitability for data exploration, we conduct extensive experiments with eight types of range counting queries on eight real datasets. HDPView outperforms the state-of-the-art methods in these evaluations.

Keywords

Cite

@article{arxiv.2203.06791,
  title  = {HDPView: Differentially Private Materialized View for Exploring High Dimensional Relational Data},
  author = {Fumiyuki Kato and Tsubasa Takahashi and Shun Takagi and Yang Cao and Seng Pei Liew and Masatoshi Yoshikawa},
  journal= {arXiv preprint arXiv:2203.06791},
  year   = {2022}
}

Comments

accepted at VLDB 2022

R2 v1 2026-06-24T10:11:45.085Z