paper-with-me

Papers

Attacking and Defending Deep Reinforcement Learning Policies

2022-05-16 · Chao Wang

Recent studies have shown that deep reinforcement learning (DRL) policies are vulnerable to adversarial attacks, which raise concerns about applications of DRL to safety-critical systems. In this work, we adopt a principled way and study the robustness of DRL policies to adversarial attacks from the perspective of robust optimization. Within the framework of robust optimization, optimal adversarial attacks are given by minimizing the expected return of the policy, and correspondingly a good defense mechanism should be realized by improving the worst-case performance of the policy. Considering that attackers generally have no access to the training environment, we propose a greedy attack algorithm, which tries to minimize the expected return of the policy without interacting with the environment, and a defense algorithm, which performs adversarial training in a max-min form. Experiments on Atari game environments show that our attack algorithm is more effective and leads to worse return of the policy than existing attack algorithms, and our defense algorithm yields policies more robust than existing defense methods to a range of adversarial attacks (including our proposed attack algorithm).

📄 PDF Abstract BibTeX arXiv:2205.07626

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Security Matters: A Survey on Adversarial Machine Learning

2018-10-16 · Guofu Li, Pengjia Zhu, Jin Li, Zhemin Yang 외

Adversarial machine learning is a fast growing research area, which considers the scenarios when machine learning systems may face potential adversarial attackers, who intentionally synthesize input data to make a well-t…

BIG-bench Machine LearningDeep LearningSurvey

Grey-box Adversarial Attack And Defence For Sentiment Classification

2021-03-22 · NAACL 2021 4 · Ying Xu, Xu Zhong, Antonio Jimeno Yepes, Jey Han Lau

We introduce a grey-box adversarial attack and defence framework for sentiment classification. We address the issues of differentiability, label preservation and input reconstruction for adversarial attack and defence in…

Adversarial AttackClassificationGeneral ClassificationSentiment Analysis+1

Adversarial Policies: Attacking Deep Reinforcement Learning

2019-05-25 · ICLR 2020 1 · Adam Gleave, Michael Dennis, Cody Wild, Neel Kant 외

Deep reinforcement learning (RL) policies are known to be vulnerable to adversarial perturbations to their observations, similar to adversarial examples for classifiers. However, an attacker is not usually able to direct…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Interpretable and Effective Reinforcement Learning for Attacking against Graph-based Rumor Detection

2022-01-15 · Yuefei Lyu, Xiaoyu Yang, Jiaxin Liu, Philip S. Yu 외

Social networks are frequently polluted by rumors, which can be detected by advanced models such as graph neural networks. However, the models are vulnerable to attacks and understanding the vulnerabilities is critical t…

reinforcement-learningReinforcement Learning (RL)

Attacking and Defending Machine Learning Applications of Public Cloud

2020-07-27 · Dou Goodman, Hao Xin

Adversarial attack breaks the boundaries of traditional security defense. For adversarial attack and the characteristics of cloud services, we propose Security Development Lifecycle for Machine Learning applications, e.g…

Adversarial AttackBIG-bench Machine Learning