paper-with-me

홈 › Papers

Federated Graph Learning with Graphless Clients

2024-11-13 · Xingbo Fu, Song Wang, Yushun Dong, Binchi Zhang, Chen Chen, Jundong Li

Federated Graph Learning (FGL) is tasked with training machine learning models, such as Graph Neural Networks (GNNs), for multiple clients, each with its own graph data. Existing methods usually assume that each client has both node features and graph structure of its graph data. In real-world scenarios, however, there exist federated systems where only a part of the clients have such data while other clients (i.e. graphless clients) may only have node features. This naturally leads to a novel problem in FGL: how to jointly train a model over distributed graph data with graphless clients? In this paper, we propose a novel framework FedGLS to tackle the problem in FGL with graphless clients. In FedGLS, we devise a local graph learner on each graphless client which learns the local graph structure with the structure knowledge transferred from other clients. To enable structure knowledge transfer, we design a GNN model and a feature encoder on each client. During local training, the feature encoder retains the local graph structure knowledge together with the GNN model via knowledge distillation, and the structure knowledge is transferred among clients in global update. Our extensive experiments demonstrate the superiority of the proposed FedGLS over five baselines.

📄 PDF Abstract BibTeX arXiv:2411.08374

Code (0)

등록된 구현이 없습니다.

Tasks

Graph LearningKnowledge DistillationTransfer Learning

Similar Papers 제목 키워드 기반

Personalized Federated Learning via Learning Dynamic Graphs

2025-03-07 · Ziran Zhou, Guanyu Gao, Xiaohu Wu, Yan Lyu

Personalized Federated Learning (PFL) aims to train a personalized model for each client that is tailored to its local data distribution, learning fails to perform well on individual clients due to variations in their lo…

Federated LearningGraph AttentionPersonalized Federated Learning

Personalized Federated Learning With Graph

2022-03-02 · Fengwen Chen, Guodong Long, Zonghan Wu, Tianyi Zhou 외

Knowledge sharing and model personalization are two key components in the conceptual framework of personalized federated learning (PFL). Existing PFL methods focus on proposing new model personalization mechanisms while …

Federated LearningPersonalized Federated LearningRelation

FedGraph: Federated Graph Learning with Intelligent Sampling

2021-11-02 · Fahao Chen, Peng Li, Toshiaki Miyazaki, Celimuge Wu

Federated learning has attracted much research attention due to its privacy protection in distributed machine learning. However, existing work of federated learning mainly focuses on Convolutional Neural Network (CNN), w…

Deep Reinforcement LearningFederated LearningGraph LearningGraph Sampling

Federated Hypergraph Learning: Hyperedge Completion with Local Differential Privacy

2024-08-09 · linfeng Luo, Fengxiao Tang, Xiyu Liu, Zhiqi Guo 외

As the volume and complexity increase, graph-structured data commonly need to be split and stored across distributed systems. To enable data mining on subgraphs within these distributed systems, federated graph learning …

Federated LearningGraph Learning

FedGCN: Convergence-Communication Tradeoffs in Federated Training of Graph Convolutional Networks

2022-01-28 · NeurIPS 2023 11 · Yuhang Yao, Weizhao Jin, Srivatsan Ravi, Carlee Joe-Wong

Methods for training models on graphs distributed across multiple clients have recently grown in popularity, due to the size of these graphs as well as regulations on keeping data where it is generated. However, the cros…

Federated LearningNode Classification