paper-with-me

홈 › Papers

Provable Defense against Backdoor Policies in Reinforcement Learning

2022-11-18 · Shubham Kumar Bharti, Xuezhou Zhang, Adish Singla, Xiaojin Zhu

We propose a provable defense mechanism against backdoor policies in reinforcement learning under subspace trigger assumption. A backdoor policy is a security threat where an adversary publishes a seemingly well-behaved policy which in fact allows hidden triggers. During deployment, the adversary can modify observed states in a particular way to trigger unexpected actions and harm the agent. We assume the agent does not have the resources to re-train a good policy. Instead, our defense mechanism sanitizes the backdoor policy by projecting observed states to a 'safe subspace', estimated from a small number of interactions with a clean (non-triggered) environment. Our sanitized policy achieves $\epsilon$ approximate optimality in the presence of triggers, provided the number of clean interactions is $O\left(\frac{D}{(1-\gamma)^4 \epsilon^2}\right)$ where $\gamma$ is the discounting factor and $D$ is the dimension of state space. Empirically, we show that our sanitization defense performs well on two Atari game environments.

📄 PDF Abstract BibTeX arXiv:2211.10530

Code (1)

skbharti/provable-defense-in-rl 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

TextGuard: Provable Defense against Backdoor Attacks on Text Classification

2023-11-19 · Hengzhi Pei, Jinyuan Jia, Wenbo Guo, Bo Li 외

Backdoor attacks have become a major security threat for deploying machine learning models in security-critical applications. Existing research endeavors have proposed many defenses against backdoor attacks. Despite demo…

ClassificationSentencetext-classificationText Classification

Defense Against Reward Poisoning Attacks in Reinforcement Learning

2021-02-10 · Kiarash Banihashem, Adish Singla, Goran Radanovic

We study defense strategies against reward poisoning attacks in reinforcement learning. As a threat model, we consider attacks that minimally alter rewards to make the attacker's target policy uniquely optimal under the …

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

BIRD: Generalizable Backdoor Detection and Removal for Deep Reinforcement Learning

2023-09-21 · NeurIPS 2023 11

Backdoor attacks pose a severe threat to the supply chain management of deep reinforcement learning (DRL) policies. Despite initial defenses proposed in recent studies, these methods have very limited generalizability an…

Cooperative Backdoor Attack in Decentralized Reinforcement Learning with Theoretical Guarantee

2024-05-24 · Mengtong Gao, Yifei Zou, Zuyuan Zhang, Xiuzhen Cheng 외

The safety of decentralized reinforcement learning (RL) is a challenging problem since malicious agents can share their poisoned policies with benign agents. The paper investigates a cooperative backdoor attack in a dece…

Backdoor Attackreinforcement-learningReinforcement LearningReinforcement Learning (RL)

RAB: Provable Robustness Against Backdoor Attacks

2020-03-19 · Maurice Weber, Xiaojun Xu, Bojan Karlaš, Ce Zhang 외

Recent studies have shown that deep neural networks (DNNs) are vulnerable to adversarial attacks, including evasion and backdoor (poisoning) attacks. On the defense side, there have been intensive efforts on improving bo…

BIG-bench Machine Learning