paper-with-me

홈 › Papers

Privacy-Preserving Graph Embedding based on Local Differential Privacy

2023-10-17 · Zening Li, Rong-Hua Li, Meihao Liao, Fusheng Jin, Guoren Wang

Graph embedding has become a powerful tool for learning latent representations of nodes in a graph. Despite its superior performance in various graph-based machine learning tasks, serious privacy concerns arise when the graph data contains personal or sensitive information. To address this issue, we investigate and develop graph embedding algorithms that satisfy local differential privacy (LDP). We introduce a novel privacy-preserving graph embedding framework, named PrivGE, to protect node data privacy. Specifically, we propose an LDP mechanism to obfuscate node data and utilize personalized PageRank as the proximity measure to learn node representations. Furthermore, we provide a theoretical analysis of the privacy guarantees and utility offered by the PrivGE framework. Extensive experiments on several real-world graph datasets demonstrate that PrivGE achieves an optimal balance between privacy and utility, and significantly outperforms existing methods in node classification and link prediction tasks.

📄 PDF Abstract BibTeX arXiv:2310.11060

Code (1)

Zening-Li/PrivGE 공식 구현 pytorch

Tasks

Graph EmbeddingLink PredictionNode ClassificationPrivacy Preserving

Similar Papers 제목 키워드 기반

Deconvoluting Kernel Density Estimation and Regression for Locally Differentially Private Data

2020-08-28 · Farhad Farokhi

Local differential privacy has become the gold-standard of privacy literature for gathering or releasing sensitive individual data points in a privacy-preserving manner. However, locally differential data can twist the p…

Density EstimationPrivacy Preservingregression

FedGNN: Federated Graph Neural Network for Privacy-Preserving Recommendation

2021-02-09 · Chuhan Wu, Fangzhao Wu, Yang Cao, Yongfeng Huang 외

Graph neural network (GNN) is widely used for recommendation to model high-order interactions between users and items. Existing GNN-based recommendation methods rely on centralized storage of user-item graphs and central…

Federated LearningGraph Neural NetworkPrivacy PreservingRecommendation Systems

TADP-RME: A Trust-Adaptive Differential Privacy Framework for Enhancing Reliability of Data-Driven Systems

2026-04-09 · Labani Halder, Payel Sadhukhan, Sarbani Palit arxiv

Ensuring reliability in adversarial settings necessitates treating privacy as a foundational component of data-driven systems. While differential privacy and cryptographic protocols offer strong guarantees, existing sche…

Gromov-Wasserstein Discrepancy with Local Differential Privacy for Distributed Structural Graphs

2022-02-01 · Hongwei Jin, Xun Chen

Learning the similarity between structured data, especially the graphs, is one of the essential problems. Besides the approach like graph kernels, Gromov-Wasserstein (GW) distance recently draws big attention due to its …

Graph LearningPrivacy Preserving

Towards Private Learning on Decentralized Graphs with Local Differential Privacy

2022-01-23 · WanYu Lin, Baochun Li, Cong Wang

Many real-world networks are inherently decentralized. For example, in social networks, each user maintains a local view of a social graph, such as a list of friends and her profile. It is typical to collect these local …

BenchmarkingGraph LearningPrivacy Preserving