FedIGL: Federated Invariant Graph Learning for Non-IID Graphs

Abstract

Federated Graph Learning (FGL) effectively facilitates cross-domain graph model training by enabling decentralized learning across multiple domains, while ensuring data privacy through local data storage and communication of model updates instead of raw data. Existing approaches usually assume shared generic knowledge (e.g., prototypes, spectral features) via aggregating local structures statistically to alleviate structural heterogeneity. However, imposing overly strict assumptions about the presumed correlation between structural features and the global objective often fails in generalizing to local tasks, leading to suboptimal performance. To tackle this issue, we propose a **Fed**erated **I**nvariant **G**raph **L**earning (**FedIGL**) framework based on invariant learning, which effectively disrupts spurious correlations and further mines the invariant factors across different distributions. Specifically, a server-side global model is trained to capture client-agnostic subgraph patterns shared across clients, whereas client-side models specialize in client-specific subgraph patterns. Subsequently, without compromising privacy, we propose a novel Bi-Gradient Regularization strategy that introduces gradient constraints to guide the model in identifying client-agnostic and client-specific subgraph patterns for better graph representations. Extensive experiments on graph-level clustering and classification tasks demonstrate the superiority of FedIGL against its competitors.

Cite

Text

Wang et al. "FedIGL: Federated Invariant Graph Learning for Non-IID Graphs." Advances in Neural Information Processing Systems, 2025.

Markdown

[Wang et al. "FedIGL: Federated Invariant Graph Learning for Non-IID Graphs." Advances in Neural Information Processing Systems, 2025.](https://mlanthology.org/neurips/2025/wang2025neurips-fedigl/)

BibTeX

@inproceedings{wang2025neurips-fedigl,
  title     = {{FedIGL: Federated Invariant Graph Learning for Non-IID Graphs}},
  author    = {Wang, Lingren and Tu, Wenxuan and Wang, Jiaxin and Wang, Xiong and Cheng, Jieren and Liu, Jingxin},
  booktitle = {Advances in Neural Information Processing Systems},
  year      = {2025},
  url       = {https://mlanthology.org/neurips/2025/wang2025neurips-fedigl/}
}