Differentially Private Range Query on Shortest Paths
Chengyuan Deng, Jie Gao, Jalaj Upadhyay, Chen Wang

TL;DR
This paper develops differentially private mechanisms for range queries on shortest paths in graphs, achieving low additive error for counting and bottleneck queries while protecting sensitive edge attributes.
Contribution
It introduces novel algorithms that balance perturbations to minimize error in private shortest path range queries, with improved error bounds for counting and bottleneck queries.
Findings
Achieves $ ilde O(n^{1/3})$ error for counting queries with $ ext{ε}$-DP
Achieves $ ilde O(n^{1/4})$ error for counting queries with $( ext{ε}, ext{δ})$-DP
Bottleneck queries can be answered with polylogarithmic error
Abstract
We consider differentially private range queries on a graph where query ranges are defined as the set of edges on a shortest path of the graph. Edges in the graph carry sensitive attributes and the goal is to report the sum of these attributes on a shortest path for counting query or the minimum of the attributes in a bottleneck query. We use differential privacy to ensure that the release of these query answers provide protection of the privacy of the sensitive edge attributes. Our goal is to develop mechanisms that minimize the additive error of the reported answers with the given privacy budget. In this paper we report non-trivial results for private range queries on shortest paths. For counting range queries we can achieve an additive error of for -DP and for -DP. We present two algorithms where we control…
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.
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 · Complexity and Algorithms in Graphs
