A Federated Parameter Aggregation Method for Node Classification Tasks with Different Graph Network Structures
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Federated LearningGraph Neural NetworkInference AttackMembership Inference AttackNode ClassificationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
BRFL: A Blockchain-based Byzantine-Robust Federated Learning Model
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 LearningTwo-Bit Aggregation for Communication Efficient and Differentially Private Federated Learning
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 PredictionThe Tradeoff Between Privacy and Accuracy in Anomaly Detection Using Federated XGBoost
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 LearningFedNS: Improving Federated Learning for collaborative image classification on mobile clients
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 ClassificationFederated Learning Aggregation: New Robust Algorithms with Guarantees
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