paper-with-me

홈 › Papers

Leverage Variational Graph Representation For Model Poisoning on Federated Learning

2024-04-23 · Kai Li, Xin Yuan, Jingjing Zheng, Wei Ni, Falko Dressler, Abbas Jamalipour

This paper puts forth a new training data-untethered model poisoning (MP) attack on federated learning (FL). The new MP attack extends an adversarial variational graph autoencoder (VGAE) to create malicious local models based solely on the benign local models overheard without any access to the training data of FL. Such an advancement leads to the VGAE-MP attack that is not only efficacious but also remains elusive to detection. VGAE-MP attack extracts graph structural correlations among the benign local models and the training data features, adversarially regenerates the graph structure, and generates malicious local models using the adversarial graph structure and benign models' features. Moreover, a new attacking algorithm is presented to train the malicious local models using VGAE and sub-gradient descent, while enabling an optimal selection of the benign local models for training the VGAE. Experiments demonstrate a gradual drop in FL accuracy under the proposed VGAE-MP attack and the ineffectiveness of existing defense mechanisms in detecting the attack, posing a severe threat to FL.

📄 PDF Abstract BibTeX arXiv:2404.15042

Code (1)

jjzgeeks/vgae-based_model_poisoning_attack_fl 공식 구현 pytorch

Tasks

Federated LearningModel Poisoning

Methods 이 논문이 사용한 방법론

VGAE 설명 없음

Similar Papers 제목 키워드 기반

Graph Representation-based Model Poisoning on the Heterogeneous Internet of Agents

2025-11-10 · Hanlin Cai, Houtianfu Wang, Haofan Dong, Kai Li 외 arxiv

Internet of Agents (IoA) envisions a unified, agent-centric paradigm where heterogeneous large language model (LLM) agents can interconnect and collaborate at scale. Within this paradigm, federated fine-tuning (FFT) serv…

FLCert: Provably Secure Federated Learning against Poisoning Attacks

2022-10-02 · Xiaoyu Cao, Zaixi Zhang, Jinyuan Jia, Neil Zhenqiang Gong

Due to its distributed nature, federated learning is vulnerable to poisoning attacks, in which malicious clients poison the training process via manipulating their local training data and/or local model updates sent to t…

Federated Learning

SPEFL: Efficient Security and Privacy Enhanced Federated Learning Against Poisoning Attacks

2023-01-01 · journal 2023 1 · Zhenhan Ke、Liyan Shen、Jinqiao Shi、Xi Zhang

Federated learning (FL) is a distributed machine learning paradigm in the Internet of Things (IoT), which allows multiple devices to collaboratively train models without leaking local data. In the open scenario of IoT, m…

Federated LearningPrivacy Preserving

FedCC: Robust Federated Learning against Model Poisoning Attacks

2022-12-05 · Hyejun Jeong, Hamin Son, Seohu Lee, Jayun Hyun 외

Federated learning is a distributed framework designed to address privacy concerns. However, it introduces new attack surfaces, which are especially prone when data is non-Independently and Identically Distributed. Exist…

Federated LearningmodelModel PoisoningOutlier Detection

Partner in Crime: Boosting Targeted Poisoning Attacks against Federated Learning

2024-07-13 · Shihua Sun, Shridatt Sugrim, Angelos Stavrou, Haining Wang

Federated Learning (FL) exposes vulnerabilities to targeted poisoning attacks that aim to cause misclassification specifically from the source class to the target class. However, using well-established defense frameworks…

Data PoisoningFederated LearningModel Poisoning