English

Differentially Private Synthetic Graphs Preserving Triangle-Motif Cuts

Data Structures and Algorithms 2025-09-23 v2 Machine Learning

Abstract

We study the problem of releasing a differentially private (DP) synthetic graph GG' that well approximates the triangle-motif sizes of all cuts of any given graph GG, where a motif in general refers to a frequently occurring subgraph within complex networks. Non-private versions of such graphs have found applications in diverse fields such as graph clustering, graph sparsification, and social network analysis. Specifically, we present the first (ε,δ)(\varepsilon,\delta)-DP mechanism that, given an input graph GG with nn vertices, mm edges and local sensitivity of triangles 3(G)\ell_{3}(G), generates a synthetic graph GG' in polynomial time, approximating the triangle-motif sizes of all cuts (S,VS)(S,V\setminus S) of the input graph GG up to an additive error of O~(m3(G)n/ε3/2)\tilde{O}(\sqrt{m\ell_{3}(G)}n/\varepsilon^{3/2}). Additionally, we provide a lower bound of Ω(mn3(G)/ε)\Omega(\sqrt{mn}\ell_{3}(G)/\varepsilon) on the additive error for any DP algorithm that answers the triangle-motif size queries of all (S,T)(S,T)-cut of GG. Finally, our algorithm generalizes to weighted graphs, and our lower bound extends to any KhK_h-motif cut for any constant h2h\geq 2.

Keywords

Cite

@article{arxiv.2507.14835,
  title  = {Differentially Private Synthetic Graphs Preserving Triangle-Motif Cuts},
  author = {Pan Peng and Hangyu Xu},
  journal= {arXiv preprint arXiv:2507.14835},
  year   = {2025}
}

Comments

COLT 2025

R2 v1 2026-07-01T04:09:43.057Z