GraphFed: A Personalized Subgraph Federated Learning Framework for Non-IID Graphs

Pan Deng,Xuefeng Liu,Jianwei Niu,Chunming Hu
DOI: https://doi.org/10.1109/mass58611.2023.00035
2023-01-01
Abstract:Recently, federated graph learning has attracted significant attention, as subgraphs of a global graph may often distribute across different institutions and are subject to privacy restrictions. However, inevitable data heterogeneity among sub-graphs can lead to poor performance of Graph Neural Networks (GNNs) trained by vanilla federated learning algorithm, which has been neglected before. To address this problem we look at subgraphs and find that there are usually overlapping nodes among them. Inspired by the common overlapping nodes among subgraphs, we propose GraphFed, a subgraph federated learning framework which solve the challenge in terms of both data augmentation and personalized federated learning. GraphFed uses common overlapping nodes among subgraphs to locate lost node information and applies data augmentation by retrieving lost nodes and forming common node sets that mitigates data distribution difference. Furthermore, GraphFed treats the overlapping nodes as bridges to calculate the distance among different subgraphs, which implies the similarity of the graph data distribution. Then, we use the distance to perform personalized federated learning. Empirical results and analysis on three real-world graph datasets with graph federated learning settings demonstrate the effectiveness of our proposed framework.
What problem does this paper attempt to address?