paper-with-me

홈 › Papers

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

2021-04-14 · Chaoyang He, Keshav Balasubramanian, Emir Ceyani, Carl Yang, Han Xie, Lichao Sun, Lifang He, Liangwei Yang, Philip S. Yu, Yu Rong, Peilin Zhao, Junzhou Huang, Murali Annavaram, Salman Avestimehr

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 for GNN training is prohibitive due to privacy concerns, regulation restrictions, and commercial competitions. Federated learning (FL), a trending distributed learning paradigm, provides possibilities to solve this challenge while preserving data privacy. Despite recent advances in vision and language domains, there is no suitable platform for the FL of GNNs. To this end, we introduce FedGraphNN, an open FL benchmark system that can facilitate research on federated GNNs. FedGraphNN is built on a unified formulation of graph FL and contains a wide range of datasets from different domains, popular GNN models, and FL algorithms, with secure and efficient system support. Particularly for the datasets, we collect, preprocess, and partition 36 datasets from 7 domains, including both publicly available ones and specifically obtained ones such as hERG and Tencent. Our empirical analysis showcases the utility of our benchmark system, while exposing significant challenges in graph FL: federated GNNs perform worse in most datasets with a non-IID split than centralized GNNs; the GNN model that attains the best result in the centralized setting may not maintain its advantage in the FL setting. These results imply that more research efforts are needed to unravel the mystery behind federated GNNs. Moreover, our system performance analysis demonstrates that the FedGraphNN system is computationally efficient and secure to large-scale graphs datasets. We maintain the source code at https://github.com/FedML-AI/FedGraphNN.

📄 PDF Abstract BibTeX arXiv:2104.07145

Code (1)

FedML-AI/FedGraphNN 공식 구현 pytorch

Tasks

Federated LearningGraph Neural NetworkMolecular Property Prediction

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

UFGraphFR: An attempt at a federated recommendation system based on user text characteristics

2025-01-14 · Xudong Wang

Federated learning has emerged as a key paradigm in privacy-preserving computing due to its "data usable but not visible" property, enabling users to collaboratively train models without sharing raw data. Motivated by th…

AttributeFederated Learninggraph constructionPrivacy Preserving+1

OpenFGL: A Comprehensive Benchmark for Federated Graph Learning

2024-08-29 · Xunkai Li, Yinlin Zhu, Boyang Pang, Guochen Yan 외

Federated graph learning (FGL) is a promising distributed training paradigm for graph neural networks across multiple local systems without direct data sharing. This approach inherently involves large-scale distributed g…

Graph Learning

GPFedRec: Graph-guided Personalization for Federated Recommendation

2023-05-13 · Chunxu Zhang, Guodong Long, Tianyi Zhou, Zijjian Zhang 외

The federated recommendation system is an emerging AI service architecture that provides recommendation services in a privacy-preserving manner. Using user-relation graphs to enhance federated recommendations is a promis…

Federated LearningPrivacy PreservingRelation

Guiding Federated Graph Recommendation with LLM-encoded knowledge

2026-06-13 · Thi Minh Chau Nguyen, Hien Trang Nguyen, Duc Anh Nguyen, Van Ho-Long 외 arxiv

Graph-based recommender systems are highly effective at extracting collaborative signals from user--item interactions, and federated learning (FL) allows these models to be trained while preserving user privacy. However,…

Federated Learning