paper-with-me

홈 › Papers

Hide and Find: A Distributed Adversarial Attack on Federated Graph Learning

2026-03-08 · Jinshan Liu, Ken Li, Jiazhe Wei, Bin Shi, Bo Dong arxiv

Federated Graph Learning (FedGL) is vulnerable to malicious attacks, yet developing a truly effective and stealthy attack method remains a significant challenge. Existing attack methods suffer from low attack success rates, high computational costs, and are easily identified and smoothed by defense algorithms. To address these challenges, we propose \textbf{FedShift}, a novel two-stage "Hide and Find" distributed adversarial attack. In the first stage, before FedGL begins, we inject a learnable and hidden "shifter" into part of the training data, which subtly pushes poisoned graph representations toward a target class's decision boundary without crossing it, ensuring attack stealthiness during training. In the second stage, after FedGL is complete, we leverage the global model information and use the hidden shifter as an optimization starting point to efficiently find the adversarial perturbations. During the final attack, we aggregate these perturbations from multiple malicious clients to form the final effective adversarial sample and trigger the attack. Extensive experiments on six large-scale datasets demonstrate that our method achieves the highest attack effectiveness compared to existing advanced attack methods. In particular, our attack can effectively evade 3 mainstream robust federated learning defense algorithms and converges with a time cost reduction of over 90\%, highlighting its exceptional stealthiness, robustness, and efficiency.

📄 PDF Abstract BibTeX arXiv:2603.07743

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningAdversarial AttackGraph Learning

Similar Papers 제목 키워드 기반

TextHide: Tackling Data Privacy in Language Understanding Tasks

2020-10-12 · Findings of the Association for Computational Linguistics 2020 · Yangsibo Huang, Zhao Song, Danqi Chen, Kai Li 외

An unsolved challenge in distributed or federated learning is to effectively mitigate privacy risks without slowing down training or reducing accuracy. In this paper, we propose TextHide aiming at addressing this challen…

Federated LearningNatural Language UnderstandingSentence

Exploit Gradient Skewness to Circumvent Byzantine Defenses for Federated Learning

2025-02-07 · Yuchen Liu, Chen Chen, Lingjuan Lyu, Yaochu Jin 외

Federated Learning (FL) is notorious for its vulnerability to Byzantine attacks. Most current Byzantine defenses share a common inductive bias: among all the gradients, the densely distributed ones are more likely to be …

Federated LearningInductive Bias

Differentially Private Federated Learning: A Client Level Perspective

2017-12-20 · ICLR 2019 5 · Robin C. Geyer, Tassilo Klein, Moin Nabi

Federated learning is a recent advance in privacy protection. In this context, a trusted curator aggregates parameters optimized in decentralized fashion by multiple clients. The resulting model is then distributed back …

Federated LearningPrivacy Preserving

GANcrop: A Contrastive Defense Against Backdoor Attacks in Federated Learning

2024-05-31 · Xiaoyun Gan, Shanyu Gan, Taizhi Su, Peng Liu

With heightened awareness of data privacy protection, Federated Learning (FL) has attracted widespread attention as a privacy-preserving distributed machine learning method. However, the distributed nature of federated l…

Contrastive LearningFederated LearningPrivacy Preserving

Dynamic Defense Against Byzantine Poisoning Attacks in Federated Learning

2020-07-29 · Nuria Rodríguez-Barroso, Eugenio Martínez-Cámara, M. Victoria Luzón, Francisco Herrera

Federated learning, as a distributed learning that conducts the training on the local devices without accessing to the training data, is vulnerable to Byzatine poisoning adversarial attacks. We argue that the federated l…

Data PoisoningFederated LearningImage Classification