paper-with-me

Papers

A Privacy-Preserving Subgraph-Level Federated Graph Neural Network via Differential Privacy

2022-06-07 · Yeqing Qiu, Chenyu Huang, Jianzong Wang, Zhangcheng Huang, Jing Xiao

Currently, the federated graph neural network (GNN) has attracted a lot of attention due to its wide applications in reality without violating the privacy regulations. Among all the privacy-preserving technologies, the differential privacy (DP) is the most promising one due to its effectiveness and light computational overhead. However, the DP-based federated GNN has not been well investigated, especially in the sub-graph-level setting, such as the scenario of recommendation system. The biggest challenge is how to guarantee the privacy and solve the non independent and identically distributed (non-IID) data in federated GNN simultaneously. In this paper, we propose DP-FedRec, a DP-based federated GNN to fill the gap. Private Set Intersection (PSI) is leveraged to extend the local graph for each client, and thus solve the non-IID problem. Most importantly, DP is applied not only on the weights but also on the edges of the intersection graph from PSI to fully protect the privacy of clients. The evaluation demonstrates DP-FedRec achieves better performance with the graph extension and DP only introduces little computations overhead.

📄 PDF Abstract BibTeX arXiv:2206.03492

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural NetworkPrivacy Preserving

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
NON 설명 없음

Similar Papers 제목 키워드 기반

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

FedGrAINS: Personalized SubGraph Federated Learning with Adaptive Neighbor Sampling

2025-01-22 · Emir Ceyani, Han Xie, Baturalp Buyukates, Carl Yang 외

Graphs are crucial for modeling relational and biological data. As datasets grow larger in real-world scenarios, the risk of exposing sensitive information increases, making privacy-preserving training methods like feder…

Federated LearningPrivacy Preserving

Deep Efficient Private Neighbor Generation for Subgraph Federated Learning

2024-01-09 · Ke Zhang, Lichao Sun, Bolin Ding, Siu Ming Yiu 외

Behemoth graphs are often fragmented and separately stored by multiple data owners as distributed subgraphs in many realistic applications. Without harming data privacy, it is natural to consider the subgraph federated l…

Federated LearningGraph Mining

S2FGL: Spatial Spectral Federated Graph Learning

2025-07-03 · Zihan Tan, Suyuan Huang, Guancheng Wan, Wenke Huang 외

Federated Graph Learning (FGL) combines the privacy-preserving capabilities of federated learning (FL) with the strong graph modeling capability of Graph Neural Networks (GNNs). Current research addresses subgraph-FL onl…

Federated LearningGraph LearningPrivacy Preserving

Graph Privacy: A Heterogeneous Federated GNN for Trans-Border Financial Data Circulation

2025-05-01 · Zhizhong Tan, Jiexin Zheng, Kevin Qi Zhang, Wenyong Wang

The sharing of external data has become a strong demand of financial institutions, but the privacy issue has led to the difficulty of interconnecting different platforms and the low degree of data openness. To effectivel…

Graph Neural Network