LGJan 26, 2023

Federated Learning over Coupled Graphs

arXiv:2301.11099v128 citationsh-index: 44
Originality Highly original
AI Analysis

This addresses data isolation and privacy issues in distributed graph applications like communication and transaction networks, offering a novel solution for federated learning on graphs.

The paper tackles the challenge of applying federated learning to graph data due to its non-IID nature and privacy concerns, proposing FedCog, a framework for coupled graphs that improves node classification accuracy by up to 14.7% compared to traditional methods.

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%.

Foundations

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

Your Notes