FedGLS trains federated graph models when some clients have only node features and no graph edges, by distilling structure knowledge into a feature encoder and generating graphs locally on graphless clients.
Tackling the Local Bias in Federated Graph Learning
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Federated graph learning (FGL) has become an important research topic in response to the increasing scale and the distributed nature of graph-structured data in the real world. In FGL, a global graph is distributed across different clients, where each client holds a subgraph. Existing FGL methods often fail to effectively utilize cross-client edges, losing structural information during the training; additionally, local graphs often exhibit significant distribution divergence. These two issues make local models in FGL less desirable than in centralized graph learning, namely the local bias problem in this paper. To solve this problem, we propose a novel FGL framework to make the local models similar to the model trained in a centralized setting. Specifically, we design a distributed learning scheme, fully leveraging cross-client edges to aggregate information from other clients. In addition, we propose a label-guided sampling approach to alleviate the imbalanced local data and meanwhile, distinctly reduce the training overhead. Extensive experiments demonstrate that local bias can compromise the model performance and slow down the convergence during training. Experimental results also verify that our framework successfully mitigates local bias, achieving better performance than other baselines with lower time and memory overhead.
fields
cs.LG 1years
2024 1verdicts
CONDITIONAL 1representative citing papers
citing papers explorer
-
Federated Graph Learning with Graphless Clients
FedGLS trains federated graph models when some clients have only node features and no graph edges, by distilling structure knowledge into a feature encoder and generating graphs locally on graphless clients.