paper-with-me

홈 › Papers

A Federated Parameter Aggregation Method for Node Classification Tasks with Different Graph Network Structures

2024-03-24 · Hao Song, Jiacheng Yao, Zhengxi Li, Shaocong Xu, Shibo Jin, Jiajun Zhou, Chenbo Fu, Qi Xuan, Shanqing Yu

Over the past few years, federated learning has become widely used in various classical machine learning fields because of its collaborative ability to train data from multiple sources without compromising privacy. However, in the area of graph neural networks, the nodes and network structures of graphs held by clients are different in many practical applications, and the aggregation method that directly shares model gradients cannot be directly applied to this scenario. Therefore, this work proposes a federated aggregation method FLGNN applied to various graph federation scenarios and investigates the aggregation effect of parameter sharing at each layer of the graph neural network model. The effectiveness of the federated aggregation method FLGNN is verified by experiments on real datasets. Additionally, for the privacy security of FLGNN, this paper designs membership inference attack experiments and differential privacy defense experiments. The results show that FLGNN performs good robustness, and the success rate of privacy theft is further reduced by adding differential privacy defense methods.

📄 PDF Abstract BibTeX arXiv:2403.16004

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningGraph Neural NetworkInference AttackMembership Inference AttackNode Classification

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음

Similar Papers 제목 키워드 기반

BRFL: A Blockchain-based Byzantine-Robust Federated Learning Model

2023-10-20 · Yang Li, Chunhe Xia, Chang Li, Tianbo Wang

With the increasing importance of machine learning, the privacy and security of training data have become critical. Federated learning, which stores data in distributed nodes and shares only model parameters, has gained …

Federated Learning

Two-Bit Aggregation for Communication Efficient and Differentially Private Federated Learning

2021-10-06 · Mohammad Aghapour, Aidin Ferdowsi, Walid Saad

In federated learning (FL), a machine learning model is trained on multiple nodes in a decentralized manner, while keeping the data local and not shared with other nodes. However, FL requires the nodes to also send infor…

Federated LearningVocal Bursts Valence Prediction

The Tradeoff Between Privacy and Accuracy in Anomaly Detection Using Federated XGBoost

2019-07-16 · Mengwei Yang, Linqi Song, Jie Xu, Congduan Li 외

Privacy has raised considerable concerns recently, especially with the advent of information explosion and numerous data mining techniques to explore the information inside large volumes of data. In this context, a new d…

Anomaly DetectionFederated LearningSparse Learning

FedNS: Improving Federated Learning for collaborative image classification on mobile clients

2021-01-20 · Yaoxin Zhuo, Baoxin Li

Federated Learning (FL) is a paradigm that aims to support loosely connected clients in learning a global model collaboratively with the help of a centralized server. The most popular FL algorithm is Federated Averaging …

Federated LearningGeneral Classificationimage-classificationImage Classification

Federated Learning Aggregation: New Robust Algorithms with Guarantees

2022-05-22 · Adnan Ben Mansour, Gaia Carenini, Alexandre Duplessis, David Naccache

Federated Learning has been recently proposed for distributed model training at the edge. The principle of this approach is to aggregate models learned on distributed clients to obtain a new more general "average" model …

Federated Learning