Answering Multi-Dimensional Range Queries under Local Differential Privacy
Jianyu Yang, Tianhao Wang, Ninghui Li, Xiang Cheng, Sen Su

TL;DR
This paper presents a novel approach called Hybrid-Dimensional Grids (HDG) for answering multi-dimensional range queries under local differential privacy, effectively balancing correlation capture, dimensionality, and attribute domain size.
Contribution
It introduces HDG, combining 1-D and 2-D grids, with guidelines for grid granularity to improve accuracy in privacy-preserving range query answering.
Findings
HDG significantly outperforms existing methods in accuracy.
The approach effectively balances privacy, accuracy, and computational efficiency.
Experimental results validate the effectiveness of HDG on real and synthetic datasets.
Abstract
In this paper, we tackle the problem of answering multi-dimensional range queries under local differential privacy. There are three key technical challenges: capturing the correlations among attributes, avoiding the curse of dimensionality, and dealing with the large domains of attributes. None of the existing approaches satisfactorily deals with all three challenges. Overcoming these three challenges, we first propose an approach called Two-Dimensional Grids (TDG). Its main idea is to carefully use binning to partition the two-dimensional (2-D) domains of all attribute pairs into 2-D grids that can answer all 2-D range queries and then estimate the answer of a higher dimensional range query from the answers of the associated 2-D range queries. However, in order to reduce errors due to noises, coarse granularities are needed for each attribute in 2-D grids, losing fine-grained…
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 · Mobile Crowdsensing and Crowdsourcing · Cryptography and Data Security
