通过杰卡德采样优化图数据隐私与效用的平衡
EdgeRefine: Privacy-Utility Balance for Graphs via Jaccard Sampling under Edge Differential Privacy

- 基于杰卡德相似度评估边存在概率,按重要性排序后选择性加噪
- 在ε=2.5时,节点分类准确率比现有方法高17.8%~19.7%
- 兼顾隐私保护与图结构还原,适合敏感关系数据的建模
图神经网络在图结构数据学习中表现优异,但在隐私敏感场景下受限于图结构可能泄露敏感连接信息。为满足边级差分隐私,传统方法对邻接矩阵所有元素注入噪声,但强隐私要求带来过量噪声,损害模型效用。为此,本文提出EdgeRefine,一种基于本地差分隐私的自适应边精炼框架。该方法先利用杰卡德相似度估计边存在概率,对边进行重要性排序,并根据隐私预算ε确定真实边与虚假边的比例,分别采样并控制总边数。实验表明,EdgeRefine在多种数据集和GNN架构下性能接近无噪声基线:在ACM数据集上使用GAT时,ε=2.5下准确率优于现有最优方法17.8%;在Cora上使用GCN时提升19.7%。图分类任务中,平均准确率下降仅约5%。在图重构攻击下,其相对绝对误差始终高于1(Cora平均1.962,AMAP平均1.472),显示强抗隐私泄露能力。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。