FedEgo: Privacy-preserving Personalized Federated Graph Learning with Ego-graphs
Taolin Zhang, Chuan Chen, Yaomin Chang, Lin Shu, and Zibin Zheng

TL;DR
FedEgo is a federated graph learning framework that leverages ego-graphs and personalization strategies to enhance privacy and performance across distributed, heterogeneous graph data sources.
Contribution
It introduces FedEgo, combining ego-graphs, Mixup privacy, and adaptive personalization to improve federated GNN performance under data heterogeneity.
Findings
FedEgo outperforms baseline methods in accuracy.
Personalization improves model adaptability to local data.
Mixup enhances privacy without sacrificing performance.
Abstract
As special information carriers containing both structure and feature information, graphs are widely used in graph mining, e.g., Graph Neural Networks (GNNs). However, in some practical scenarios, graph data are stored separately in multiple distributed parties, which may not be directly shared due to conflicts of interest. Hence, federated graph neural networks are proposed to address such data silo problems while preserving the privacy of each party (or client). Nevertheless, different graph data distributions among various parties, which is known as the statistical heterogeneity, may degrade the performance of naive federated learning algorithms like FedAvg. In this paper, we propose FedEgo, a federated graph learning framework based on ego-graphs to tackle the challenges above, where each client will train their local models while also contributing to the training of a global model.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Advanced Graph Neural Networks · Recommender Systems and Techniques
MethodsMixup · GraphSAGE
