paper-with-me

Papers

EdgeRefine: Privacy-Utility Balance for Graphs via Jaccard Sampling under Edge Differential Privacy

2026-07-09 · Wenxiu Ding, Muzhi Liu, Zheng Yan, Mingjun Wang, Yifan Zhao, Qiao Liu arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.08659

Code (0)

등록된 구현이 없습니다.

Tasks

Graph ClassificationNode ClassificationGraph Learning

Similar Papers 제목 키워드 기반

Differentially Private Sketches for Jaccard Similarity Estimation

2020-08-18 · Martin Aumüller, Anders Bourgeat, Jana Schmurr

This paper describes two locally-differential private algorithms for releasing user vectors such that the Jaccard similarity between these vectors can be efficiently estimated. The basic building block is the well known …

Efficient and Privacy-Preserved Link Prediction via Condensed Graphs

2025-03-15 · Yunbo Long, Liming Xu, Alexandra Brintrup

Link prediction is crucial for uncovering hidden connections within complex networks, enabling applications such as identifying potential customers and products. However, this research faces significant challenges, inclu…

Link PredictionNode ClassificationPredictionPrivacy Preserving

FairGFL: Privacy-Preserving Fairness-Aware Federated Learning with Overlapping Subgraphs

2025-12-29 · Zihao Zhou, Shusen Yang, Fangyuan Zhao, Xuebin Ren arxiv

Graph federated learning enables the collaborative extraction of high-order information from distributed subgraphs while preserving the privacy of raw data. However, graph data often exhibits overlap among different clie…

Federated Learning

Adversarial Signed Graph Learning with Differential Privacy

2025-11-29 · Haobin Ke, Sen Zhang, Qingqing Ye, Xun Ran 외 arxiv

Signed graphs with positive and negative edges can model complex relationships in social networks. Leveraging on balance theory that deduces edge signs from multi-hop node pairs, signed graph learning can generate node e…

Graph Learning

BUDS: Balancing Utility and Differential Privacy by Shuffling

2020-06-07 · Poushali Sengupta, Sudipta Paul, Subhankar Mishra

Balancing utility and differential privacy by shuffling or \textit{BUDS} is an approach towards crowd-sourced, statistical databases, with strong privacy and utility balance using differential privacy theory. Here, a nov…

Attribute