HDPView: Differentially Private Materialized View for Exploring High Dimensional Relational Data
Fumiyuki Kato, Tsubasa Takahashi, Shun Takagi, Yang Cao, Seng Pei, Liew, Masatoshi Yoshikawa

TL;DR
HDPView is a novel differentially private materialized view construction method for high-dimensional data that ensures workload independence, analytical reliability, and space efficiency, enabling effective data exploration while preserving privacy.
Contribution
The paper introduces HDPView, a recursive bisected partitioning approach that creates less noisy, compact, and reliable privacy-preserving views for high-dimensional data exploration.
Findings
HDPView outperforms existing methods in accuracy and space efficiency.
It provides formal error bounds for arbitrary queries.
Demonstrated effectiveness on real datasets with diverse queries.
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
