19
7

Node-Differentially Private Estimation of the Number of Connected Components

Abstract

We design the first node-differentially private algorithm for approximating the number of connected components in a graph. Given a database representing an nn-vertex graph GG and a privacy parameter ε\varepsilon, our algorithm runs in polynomial time and, with probability 1o(1)1-o(1), has additive error O~(Δlnlnnε),\widetilde{O}(\frac{\Delta^*\ln\ln n}{\varepsilon}), where Δ\Delta^* is the smallest possible maximum degree of a spanning forest of G.G. Node-differentially private algorithms are known only for a small number of database analysis tasks. A major obstacle for designing such an algorithm for the number of connected components is that this graph statistic is not robust to adding one node with arbitrary connections (a change that node-differential privacy is designed to hide): every graph is a neighbor of a connected graph. We overcome this by designing a family of efficiently computable Lipschitz extensions of the number of connected components or, equivalently, the size of a spanning forest. The construction of the extensions, which is at the core of our algorithm, is based on the forest polytope of G.G. We prove several combinatorial facts about spanning forests, in particular, that a graph with no induced Δ\Delta-stars has a spanning forest of degree at most Δ\Delta. With this fact, we show that our Lipschitz extensions for the number of connected components equal the true value of the function for the largest possible monotone families of graphs. More generally, on all monotone sets of graphs, the \ell_\infty error of our Lipschitz extensions is nearly optimal.

View on arXiv
Comments on this paper