CRDSSep 7, 2018

Differentially Private Continual Release of Graph Statistics

arXiv:1809.02575v231 citationsHas Code
AI Analysis

This addresses privacy concerns for analyzing sensitive social network data over time, though it is incremental as it builds on existing differential privacy methods with a specific constraint.

The paper tackles the problem of continually releasing graph statistics from a dynamically evolving network while preserving differential privacy, achieving a better privacy-utility tradeoff by leveraging a known upper bound on node degrees.

Motivated by understanding the dynamics of sensitive social networks over time, we consider the problem of continual release of statistics in a network that arrives online, while preserving privacy of its participants. For our privacy notion, we use differential privacy -- the gold standard in privacy for statistical data analysis. The main challenge in this problem is maintaining a good privacy-utility tradeoff; naive solutions that compose across time, as well as solutions suited to tabular data either lead to poor utility or do not directly apply. In this work, we show that if there is a publicly known upper bound on the maximum degree of any node in the entire network sequence, then we can release many common graph statistics such as degree distributions and subgraph counts continually with a better privacy-accuracy tradeoff. Code available at https://bitbucket.org/shs037/graphprivacycode

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes