Triangle Counting with Local Edge Differential Privacy

📅 2023-05-03
🏛️ International Colloquium on Automata, Languages and Programming
📈 Citations: 18
Influential: 3
📄 PDF
🤖 AI Summary
This paper investigates triangle counting in graphs under Local Edge Differential Privacy (LEDP), balancing edge-level privacy preservation with estimation accuracy. For both non-interactive and interactive LEDP models, we establish the first tight theoretical lower bounds on estimation error: Ω(n²) for non-interactive and Ω(n^{3/2}) for interactive settings. We propose a post-processing algorithm based on randomized response, achieving variance upper bounds that match these lower bounds—significantly surpassing prior accuracy limits. Technically, we introduce a novel reconstruction attack paradigm tailored to LEDP, define a new class of linear queries under LEDP, and devise a “hybrid completion” strategy—enabling, for the first time, a rigorous lower-bound characterization of triangle counting in interactive LEDP. Our results systematically reveal fundamental accuracy limitations imposed by local edge privacy on subgraph statistics.
📝 Abstract
Many deployments of differential privacy in industry are in the local model, where each party releases its private information via a differentially private randomizer. We study triangle counting in the noninteractive and interactive local model with edge differential privacy (that, intuitively, requires that the outputs of the algorithm on graphs that differ in one edge be indistinguishable). In this model, each party's local view consists of the adjacency list of one vertex. In the noninteractive model, we prove that additive $Omega(n^2)$ error is necessary, where $n$ is the number of nodes. This lower bound is our main technical contribution. It uses a reconstruction attack with a new class of linear queries and a novel mix-and-match strategy of running the local randomizers with different completions of their adjacency lists. It matches the additive error of the algorithm based on Randomized Response, proposed by Imola, Murakami and Chaudhuri (USENIX2021) and analyzed by Imola, Murakami and Chaudhuri (CCS2022) for constant $varepsilon$. We use a different postprocessing of Randomized Response and provide tight bounds on the variance of the resulting algorithm. In the interactive setting, we prove a lower bound of $Omega(n^{3/2})$ on the additive error. Previously, no hardness results were known for interactive, edge-private algorithms in the local model, except for those that follow trivially from the results for the central model. Our work significantly improves on the state of the art in differentially private graph analysis in the local model.
Problem

Research questions and friction points this paper is trying to address.

Study triangle counting under local edge differential privacy
Analyze noninteractive and interactive privacy model variants
Establish lower bounds for additive error in both models
Innovation

Methods, ideas, or system contributions that make the work stand out.

Local edge differential privacy model
Noninteractive and interactive variants studied
Novel mix-and-match reconstruction attack strategy
🔎 Similar Papers
No similar papers found.