Federated Learning with Limited Node Labels
Bisheng Tang, Xiaojun Chen, Shaopu Wang, Yuexin Xuan, Zhendong Zhao

TL;DR
This paper introduces FedMpa, a federated learning framework for graph neural networks that effectively learns cross-subgraph node representations with limited labeled data, improving node classification accuracy.
Contribution
The paper proposes FedMpa, a novel SFL framework that addresses missing cross-subgraph edges and reduces label requirements, enhancing federated GNN performance.
Findings
FedMpa outperforms existing methods on six graph datasets.
FedMpa effectively learns cross-subgraph node representations.
Ablation studies confirm the importance of each component.
Abstract
Subgraph federated learning (SFL) is a research methodology that has gained significant attention for its potential to handle distributed graph-structured data. In SFL, the local model comprises graph neural networks (GNNs) with a partial graph structure. However, some SFL models have overlooked the significance of missing cross-subgraph edges, which can lead to local GNNs being unable to message-pass global representations to other parties' GNNs. Moreover, existing SFL models require substantial labeled data, which limits their practical applications. To overcome these limitations, we present a novel SFL framework called FedMpa that aims to learn cross-subgraph node representations. FedMpa first trains a multilayer perceptron (MLP) model using a small amount of data and then propagates the federated feature to the local structures. To further improve the embedding representation of…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Machine Learning and Algorithms
MethodsSoftmax · Attention Is All You Need
