这篇论文提出了EdgeRefine,用Jaccard采样搞定图数据隐私保护,准确率比现有方法高出近20%,而且抗攻击能力很强,搞图神经网络的该看看。
EdgeRefine是一种面向图结构数据的本地差分隐私框架,通过Jaccard相似度估计边存在概率,并利用隐私预算ε(如2.5)动态调整真边与假边比例。在ACM数据集上使用GAT模型时,节点分类准确率较当前最优方法提升17.8%;在Cora数据集上使用GCN模型时提升19.7%。图分类任务中,其准确率相比无噪声基线仅下降约5%。在对抗图重构攻击时,Cora和AMAP数据集上的相对绝对误差均值分别达1.962和1.472,显著优于其他隐私保护方法。
EdgeRefine: Privacy-Utility Balance for Graphs via Jaccard Sampling under Edge Differential Privacy
Graph Neural Networks (GNNs) have shown considerable success in learning from graph-structured data, but their use in privacy-sensitive areas remains difficult because graph structure can leak sensitive link information. To satisfy edge-level differential privacy, a common approach is to inject noise into all elements of the graph's adjacency matrix, thereby obfuscating the existence of any single edge. However, stronger privacy requires more noise, and excessive noise reduces utility, making the privacy-utility balance a major barrier to practical privacy-preserving graph learning. To address this issue, we propose EdgeRefine, a local differential privacy framework that improves this trade-off through adaptive edge refinement. EdgeRefine first estimates edge-existence probabilities using Jaccard similarity and ranks edges for noisy edge removal. To ensure the sparsity and reliability of the final graph, it uses the privacy budget $ε$ to determine the ratio of true to false edges, samples them separately based on this probability ranking, and controls the total number of edges with a separate sampling rate $k$. Extensive experiments show that EdgeRefine achieves accuracy comparable to the noise-free baseline and substantially outperforms other privacy-preserving methods across datasets and GNN architectures. Under privacy budget $ε= 2.5$, EdgeRefine improves node classification accuracy over state-of-the-art baselines by 17.8\% on ACM under GAT and 19.7\% on Cora under GCN. In graph classification, it achieves an average accuracy degradation of around 5\% compared to the noise-free baseline. Under graph reconstruction attacks, EdgeRefine maintains relative absolute error levels above 1 across all privacy budgets, averaging 1.962 on Cora and 1.472 on AMAP, indicating strong resilience against privacy leakage.