paper-with-me

홈 › Papers

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), which cannot efficiently handle graph data that are popular in many applications. Graph Convolutional Network (GCN) has been proposed as one of the most promising techniques for graph learning, but its federated setting has been seldom explored. In this paper, we propose FedGraph for federated graph learning among multiple computing clients, each of which holds a subgraph. FedGraph provides strong graph learning capability across clients by addressing two unique challenges. First, traditional GCN training needs feature data sharing among clients, leading to risk of privacy leakage. FedGraph solves this issue using a novel cross-client convolution operation. The second challenge is high GCN training overhead incurred by large graph size. We propose an intelligent graph sampling algorithm based on deep reinforcement learning, which can automatically converge to the optimal sampling policies that balance training speed and accuracy. We implement FedGraph based on PyTorch and deploy it on a testbed for performance evaluation. The experimental results of four popular datasets demonstrate that FedGraph significantly outperforms existing work by enabling faster convergence to higher accuracy.

📄 PDF Abstract BibTeX arXiv:2111.01370

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningFederated LearningGraph LearningGraph Sampling

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

FedGraph: A Research Library and Benchmark for Federated Graph Learning

2024-10-08 · Yuhang Yao, Yuan Li, Xinyi Fan, Junhao Li 외

Federated graph learning is an emerging field with significant practical challenges. While algorithms have been proposed to improve the accuracy of training graph neural networks, such as node classification on federated…

BenchmarkingFederated LearningGraph LearningNode Classification

FedGraphNN: A Federated Learning System and Benchmark for Graph Neural Networks

2021-04-14 · Chaoyang He, Keshav Balasubramanian, Emir Ceyani, Carl Yang 외

Graph Neural Network (GNN) research is rapidly growing thanks to the capacity of GNNs in learning distributed representations from graph-structured data. However, centralizing a massive amount of real-world graph data fo…

Federated LearningGraph Neural NetworkMolecular Property Prediction

FedGraph: an Aggregation Method from Graph Perspective

2022-10-06 · Zhifang Deng, Xiaohong Huang, Dandan Li, Xueguang Yuan

With the increasingly strengthened data privacy act and the difficult data centralization, Federated Learning (FL) has become an effective solution to collaboratively train the model while preserving each client's privac…

Federated LearningTumor Segmentation

Hybrid FedGraph: An efficient hybrid federated learning algorithm using graph convolutional neural network

2024-04-15 · Jaeyeon Jang, Diego Klabjan, Veena Mendiratta, Fanfei Meng

Federated learning is an emerging paradigm for decentralized training of machine learning models on distributed clients, without revealing the data to the central server. Most existing works have focused on horizontal or…

Federated Learning

FedGraph-VASP: Privacy-Preserving Federated Graph Learning with Post-Quantum Security for Cross-Institutional Anti-Money Laundering

2026-01-25 · Daniel Commey, Matilda Nkoom, Yousef Alsenani, Sena G. Hounsinou 외 arxiv

Virtual Asset Service Providers (VASPs) face a fundamental tension between regulatory compliance and user privacy when detecting cross-institutional money laundering. Current approaches require either sharing sensitive t…

Graph Neural NetworkFraud DetectionGraph Learning