paper-with-me

홈 › Papers

Hail to the Thief: Exploring Attacks and Defenses in Decentralised GRPO

2025-11-12 · Nikolay Blagoev, Oğuzhan Ersoy, Lydia Yiyu Chen arxiv

Group Relative Policy Optimization (GRPO) has demonstrated wide adoption in the post-training of Large Language Models (LLMs). In GRPO, prompts are answered by the model and preferred behaviour is learnt via reinforcement learning. Owing to the small communication volume, GRPO is inherently suitable for decentralised training as the prompts can be concurrently answered by multiple nodes and these completions are exchanged in the form of strings. In this work, we explore the robustness of decentralised GRPO by presenting the first adversarial attacks and countermeasures. We present a diverse set of attacks where malicious nodes poison benign models by sharing their poisoned completions. We demonstrate these attacks on math and coding tasks and show that an adversary can achieve attack success rates of up to 100% in as few as 50 iterations. Moreover, to mitigate the attacks, we propose two defense mechanisms that check logit probabilities of completions or utilize an LLM judge to filter completions. The defenses prevent all but the DoS attack that causes unnecessarily lengthy but conceptually correct completions. The code of both attacks and defenses can be found at: https://github.com/gensyn-ai/HTTT.

📄 PDF Abstract BibTeX arXiv:2511.09780

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Backdoor Attacks on Decentralised Post-Training

2026-03-31 · Oğuzhan Ersoy, Nikolay Blagoev, Jona te Lintelo, Stefanos Koffas 외 arxiv

Decentralised post-training of large language models utilises data and pipeline parallelism techniques to split the data and the model. Unfortunately, decentralised post-training can be vulnerable to poisoning and backdo…

Federated Learning

Army of Thieves: Enhancing Black-Box Model Extraction via Ensemble based sample selection

2023-11-08 · Akshit Jindal, Vikram Goyal, Saket Anand, Chetan Arora

Machine Learning (ML) models become vulnerable to Model Stealing Attacks (MSA) when they are deployed as a service. In such attacks, the deployed model is queried repeatedly to build a labelled dataset. This dataset allo…

Active LearningAdversarial AttackModel extraction

ACTIVETHIEF: Model Extraction Using Active Learning and Unannotated Public Data

2020-02-07 · Soham Pal, Yash Gupta, Aditya Shukla, Aditya Kanade 외

Machine learning models are increasingly being deployed in practice. Machine Learning as a Service (MLaaS) providers expose such models to queries by third-party developers through application programming interfaces (API…

Active LearningBIG-bench Machine LearningModel extraction

StratDef: Strategic Defense Against Adversarial Attacks in ML-based Malware Detection

2022-02-15 · Aqib Rashid, Jose Such

Over the years, most research towards defenses against adversarial attacks on machine learning models has been in the image recognition domain. The ML-based malware detection domain has received less attention despite it…

Adversarial RobustnessMalware Detection

Privacy Inference Attacks and Defenses in Cloud-based Deep Neural Network: A Survey

2021-05-13 · XiaoYu Zhang, Chao Chen, Yi Xie, Xiaofeng Chen 외

Deep Neural Network (DNN), one of the most powerful machine learning algorithms, is increasingly leveraged to overcome the bottleneck of effectively exploring and analyzing massive data to boost advanced scientific devel…

Cloud Computing