English

Federated Learning over Coupled Graphs

Machine Learning 2023-01-27 v1

Abstract

Graphs are widely used to represent the relations among entities. When one owns the complete data, an entire graph can be easily built, therefore performing analysis on the graph is straightforward. However, in many scenarios, it is impractical to centralize the data due to data privacy concerns. An organization or party only keeps a part of the whole graph data, i.e., graph data is isolated from different parties. Recently, Federated Learning (FL) has been proposed to solve the data isolation issue, mainly for Euclidean data. It is still a challenge to apply FL on graph data because graphs contain topological information which is notorious for its non-IID nature and is hard to partition. In this work, we propose a novel FL framework for graph data, FedCog, to efficiently handle coupled graphs that are a kind of distributed graph data, but widely exist in a variety of real-world applications such as mobile carriers' communication networks and banks' transaction networks. We theoretically prove the correctness and security of FedCog. Experimental results demonstrate that our method FedCog significantly outperforms traditional FL methods on graphs. Remarkably, our FedCog improves the accuracy of node classification tasks by up to 14.7%.

Keywords

Cite

@article{arxiv.2301.11099,
  title  = {Federated Learning over Coupled Graphs},
  author = {Runze Lei and Pinghui Wang and Junzhou Zhao and Lin Lan and Jing Tao and Chao Deng and Junlan Feng and Xidian Wang and Xiaohong Guan},
  journal= {arXiv preprint arXiv:2301.11099},
  year   = {2023}
}

Comments

Accepted by IEEE Transactions on Parallel and Distributed Systems

R2 v1 2026-06-28T08:21:24.269Z