English

A Generalized Binary Tree Mechanism for Differentially Private Approximation of All-Pair Distances

Data Structures and Algorithms 2025-04-07 v1

Abstract

We study the problem of approximating all-pair distances in a weighted undirected graph with differential privacy, introduced by Sealfon [Sea16]. Given a publicly known undirected graph, we treat the weights of edges as sensitive information, and two graphs are neighbors if their edge weights differ in one edge by at most one. We obtain efficient algorithms with significantly improved bounds on a broad class of graphs which we refer to as \textit{recursively separable}. In particular, for any nn-vertex KhK_h-minor-free graph, our algorithm achieve an additive error of O~(h(nW)1/3)\widetilde{O}(h(nW)^{1/3} ) , where W W represents the maximum edge weight; For grid graphs, the same algorithmic scheme achieve additive error of O~(n1/4W)\widetilde{O}(n^{1/4}\sqrt{W}). Our approach can be seen as a generalization of the celebrated binary tree mechanism for range queries, as releasing range queries is equivalent to computing all-pair distances on a path graph. In essence, our approach is based on generalizing the binary tree mechanism to graphs that are \textit{recursively separable}.

Keywords

Cite

@article{arxiv.2504.03354,
  title  = {A Generalized Binary Tree Mechanism for Differentially Private Approximation of All-Pair Distances},
  author = {Michael Dinitz and Chenglin Fan and Jingcheng Liu and Jalaj Upadhyay and Zongrui Zou},
  journal= {arXiv preprint arXiv:2504.03354},
  year   = {2025}
}

Comments

27 pages

R2 v1 2026-06-28T22:46:37.234Z