LGAIJul 3, 2025

S2FGL: Spatial Spectral Federated Graph Learning

arXiv:2507.02409v42 citationsh-index: 16Has CodeICML
Originality Incremental advance
AI Analysis

This addresses privacy-preserving graph learning for distributed data, but it is incremental as it builds on existing federated graph learning methods.

The paper tackles the problem of label signal disruption and spectral client drift in federated graph learning by proposing S2FGL, which uses a global knowledge repository and frequency alignment to improve performance, achieving superior results on multiple datasets.

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 from the structural perspective, neglecting the propagation of graph signals on spatial and spectral domains of the structure. From a spatial perspective, subgraph-FL introduces edge disconnections between clients, leading to disruptions in label signals and a degradation in the semantic knowledge of the global GNN. From a spectral perspective, spectral heterogeneity causes inconsistencies in signal frequencies across subgraphs, which makes local GNNs overfit the local signal propagation schemes. As a result, spectral client drift occurs, undermining global generalizability. To tackle the challenges, we propose a global knowledge repository to mitigate the challenge of poor semantic knowledge caused by label signal disruption. Furthermore, we design a frequency alignment to address spectral client drift. The combination of Spatial and Spectral strategies forms our framework S2FGL. Extensive experiments on multiple datasets demonstrate the superiority of S2FGL. The code is available at https://github.com/Wonder7racer/S2FGL.git.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes