IRCRLGJun 22, 2024

Differentially Private Graph Diffusion with Applications in Personalized PageRanks

arXiv:2407.00077v56 citations
Originality Incremental advance
AI Analysis

This work addresses privacy concerns in graph data for applications like financial networks, offering a novel method with practical improvements but is incremental in its approach.

The authors tackled the problem of protecting sensitive linking information in graph diffusion by proposing a differentially private framework with edge-level guarantees, achieving superior performance in Personalized PageRank ranking tasks under stringent privacy conditions.

Graph diffusion, which iteratively propagates real-valued substances among the graph, is used in numerous graph/network-involved applications. However, releasing diffusion vectors may reveal sensitive linking information in the data such as transaction information in financial network data. However, protecting the privacy of graph data is challenging due to its interconnected nature. This work proposes a novel graph diffusion framework with edge-level differential privacy guarantees by using noisy diffusion iterates. The algorithm injects Laplace noise per diffusion iteration and adopts a degree-based thresholding function to mitigate the high sensitivity induced by low-degree nodes. Our privacy loss analysis is based on Privacy Amplification by Iteration (PABI), which to our best knowledge, is the first effort that analyzes PABI with Laplace noise and provides relevant applications. We also introduce a novel Infinity-Wasserstein distance tracking method, which tightens the analysis of privacy leakage and makes PABI more applicable in practice. We evaluate this framework by applying it to Personalized Pagerank computation for ranking tasks. Experiments on real-world network data demonstrate the superiority of our method under stringent privacy conditions.

Foundations

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

Your Notes