Sharpness-aware Federated Graph Learning
Ruiyu Li, Peige Zhao, Guangxia Li, Pengcheng Wu, Xingyu Gao, Zhiqiang Xu
TL;DR
This work tackles the challenge of training graph neural networks on decentralized, privacy-preserving graph data where local distributions are highly non-IID. It introduces SEAL, a Sharpness-aware Federated Graph Learning framework that combines adaptive sharpness-aware minimization with a covariance-based decorrelation regularizer to prevent dimensional collapse and improve cross-client generalization. Across diverse graph classification benchmarks, SEAL consistently outperforms state-of-the-art FGL baselines and shows robust gains under IID, non-IID, cross-dataset, and inter-domain settings, albeit with higher computational cost due to SAM. The work provides thorough ablations clarifying hyperparameter regimes (α, ρ, E) and demonstrates practical impact for federated graph learning in heterogeneous domains.
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 model. To this end, we formulate a novel optimization objective that is aware of the sharpness (i.e., the curvature of the loss surface) of local GNN models. By minimizing the loss function and its sharpness simultaneously, we seek out model parameters in a flat region with uniformly low loss values, thus improving the generalization over heterogeneous data. By introducing a regularizer based on the correlation matrix of local representations, we relax the correlations of representations generated by individual local graph samples, so as to alleviate the dimensional collapse of the learned model. The proposed \textbf{S}harpness-aware f\textbf{E}derated gr\textbf{A}ph \textbf{L}earning (SEAL) algorithm can enhance the classification accuracy and generalization ability of local GNN models in federated graph learning. Experimental studies on several graph classification benchmarks show that SEAL consistently outperforms SOTA FGL baselines and provides gains for more participants.
