Decoupled Subgraph Federated Learning
Javad Aliakbari, Johan Östman, Alexandre Graell i Amat
TL;DR
FedStruct tackles subgraph federated learning for node classification by decoupling node feature embeddings from global structural information. It leverages explicit global graph structure through a decoupled GCN to produce node structure embeddings (NSEs) without sharing raw features, and introduces Hop2Vec to generate task-aware NSFs. The framework achieves near-central performance across six datasets, including heterophilic graphs, and remains robust to varying numbers of clients and partitioning schemes while maintaining manageable communication. This privacy-preserving approach substantially narrows the privacy-utility-communication trade-off in distributed graph learning, offering practical applicability in domains with sensitive relational data.
Abstract
We address the challenge of federated learning on graph-structured data distributed across multiple clients. Specifically, we focus on the prevalent scenario of interconnected subgraphs, where interconnections between different clients play a critical role. We present a novel framework for this scenario, named FedStruct, that harnesses deep structural dependencies. To uphold privacy, unlike existing methods, FedStruct eliminates the necessity of sharing or generating sensitive node features or embeddings among clients. Instead, it leverages explicit global graph structure information to capture inter-node dependencies. We validate the effectiveness of FedStruct through experimental results conducted on six datasets for semi-supervised node classification, showcasing performance close to the centralized approach across various scenarios, including different data partitioning methods, varying levels of label availability, and number of clients.
