Sharpness-aware Federated Graph Learning
Ruiyu Li, Peige Zhao, Guangxia Li, Pengcheng Wu, Xingyu Gao, Zhiqiang Xu

TL;DR
This paper introduces SEAL, a novel federated graph learning method that improves GNN generalization and reduces representation collapse by optimizing for flat minima and decorrelating local representations.
Contribution
The paper proposes a sharpness-aware optimization and a correlation-based regularizer for federated GNN training, addressing data heterogeneity and representation collapse issues.
Findings
SEAL outperforms state-of-the-art federated graph learning methods on multiple benchmarks.
The method improves classification accuracy and model generalization across diverse clients.
Experimental results demonstrate robustness to data heterogeneity.
Abstract
One of many impediments to applying graph neural networks (GNNs) to large-scale real-world graph data is the challenge of centralized training, which requires aggregating data from different organizations, raising privacy concerns. Federated graph learning (FGL) addresses this by enabling collaborative GNN model training without sharing private data. However, a core challenge in FGL systems is the variation in local training data distributions among clients, known as the data heterogeneity problem. Most existing solutions suffer from two problems: (1) The typical optimizer based on empirical risk minimization tends to cause local models to fall into sharp valleys and weakens their generalization to out-of-distribution graph data. (2) The prevalent dimensional collapse in the learned representations of local graph data has an adverse impact on the classification capacity of the GNN…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Privacy-Preserving Technologies in Data · Machine Learning in Healthcare
