paper-with-me

홈 › Papers

Vulnerability-Aware Poisoning Mechanism for Online RL with Unknown Dynamics

2020-09-02 · ICLR 2021 1 · Yanchao Sun, Da Huo, Furong Huang

Poisoning attacks on Reinforcement Learning (RL) systems could take advantage of RL algorithm's vulnerabilities and cause failure of the learning. However, prior works on poisoning RL usually either unrealistically assume the attacker knows the underlying Markov Decision Process (MDP), or directly apply the poisoning methods in supervised learning to RL. In this work, we build a generic poisoning framework for online RL via a comprehensive investigation of heterogeneous poisoning models in RL. Without any prior knowledge of the MDP, we propose a strategic poisoning algorithm called Vulnerability-Aware Adversarial Critic Poison (VA2C-P), which works for most policy-based deep RL agents, closing the gap that no poisoning method exists for policy-based RL agents. VA2C-P uses a novel metric, stability radius in RL, that measures the vulnerability of RL algorithms. Experiments on multiple deep RL agents and multiple environments show that our poisoning algorithm successfully prevents agents from learning a good policy or teaches the agents to converge to a target policy, with a limited attacking budget.

📄 PDF Abstract BibTeX arXiv:2009.00774

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Improving the Shortest Plank: Vulnerability-Aware Adversarial Training for Robust Recommender System

2024-09-26 · Kaike Zhang, Qi Cao, Yunfan Wu, Fei Sun 외

Recommender systems play a pivotal role in mitigating information overload in various fields. Nonetheless, the inherent openness of these systems introduces vulnerabilities, allowing attackers to insert fake users into t…

Recommendation Systems

Adversarial Attacks on Combinatorial Multi-Armed Bandits

2023-10-08 · Rishab Balasubramanian, Jiawei Li, Prasad Tadepalli, Huazheng Wang 외

We study reward poisoning attacks on Combinatorial Multi-armed Bandits (CMAB). We first provide a sufficient and necessary condition for the attackability of CMAB, a notion to capture the vulnerability and robustness of …

Multi-Armed Bandits

Local Environment Poisoning Attacks on Federated Reinforcement Learning

2023-03-05 · Evelyn Ma, Praneet Rathi, S. Rasoul Etesami

Federated learning (FL) has become a popular tool for solving traditional Reinforcement Learning (RL) tasks. The multi-agent structure addresses the major concern of data-hungry in traditional RL, while the federated mec…

Federated LearningOpenAI Gymreinforcement-learningReinforcement Learning+1

Backdoor Attacks Against Incremental Learners: An Empirical Evaluation Study

2023-05-28 · Yiqi Zhong, Xianming Liu, Deming Zhai, Junjun Jiang 외

Large amounts of incremental learning algorithms have been proposed to alleviate the catastrophic forgetting issue arises while dealing with sequential data on a time series. However, the adversarial robustness of increm…

Adversarial RobustnessBackdoor AttackData PoisoningIncremental Learning+1

Are Targeted Data Poisoning Attacks as Effective as We Think?

2025-09-08 · William Xu, Chenyu Zhang, Yihan Wang, Matthew Y. R. Yang 외 arxiv

Targeted data poisoning attacks manipulate model predictions on specific test samples by injecting malicious data into training. Yet existing evaluations report average attack success rates over randomly selected targets…