paper-with-me

Papers

Optimal Attacks on Reinforcement Learning Policies

2019-07-31 · Alessio Russo, Alexandre Proutiere

Control policies, trained using the Deep Reinforcement Learning, have been recently shown to be vulnerable to adversarial attacks introducing even very small perturbations to the policy input. The attacks proposed so far have been designed using heuristics, and build on existing adversarial example crafting techniques used to dupe classifiers in supervised learning. In contrast, this paper investigates the problem of devising optimal attacks, depending on a well-defined attacker's objective, e.g., to minimize the main agent average reward. When the policy and the system dynamics, as well as rewards, are known to the attacker, a scenario referred to as a white-box attack, designing optimal attacks amounts to solving a Markov Decision Process. For what we call black-box attacks, where neither the policy nor the system is known, optimal attacks can be trained using Reinforcement Learning techniques. Through numerical experiments, we demonstrate the efficiency of our attacks compared to existing attacks (usually based on Gradient methods). We further quantify the potential impact of attacks and establish its connection to the smoothness of the policy under attack. Smooth policies are naturally less prone to attacks (this explains why Lipschitz policies, with respect to the state, are more resilient). Finally, we show that from the main agent perspective, the system uncertainties and the attacker can be modeled as a Partially Observable Markov Decision Process. We actually demonstrate that using Reinforcement Learning techniques tailored to POMDP (e.g. using Recurrent Neural Networks) leads to more resilient policies.

📄 PDF Abstract BibTeX arXiv:1907.13548

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

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)

Targeted Adversarial Attacks on Deep Reinforcement Learning Policies via Model Checking

2022-12-10 · Dennis Gross, Thiago D. Simao, Nils Jansen, Guillermo A. Perez

Deep Reinforcement Learning (RL) agents are susceptible to adversarial noise in their observations that can mislead their policies and decrease their performance. However, an adversary may be interested not only in decre…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Query-based Targeted Action-Space Adversarial Policies on Deep Reinforcement Learning Agents

2020-11-13 · Xian Yeow Lee, Yasaman Esfandiari, Kai Liang Tan, Soumik Sarkar

Advances in computing resources have resulted in the increasing complexity of cyber-physical systems (CPS). As the complexity of CPS evolved, the focus has shifted from traditional control methods to deep reinforcement l…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Transfer Learning

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 princip…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Implicit Poisoning Attacks in Two-Agent Reinforcement Learning: Adversarial Policies for Training-Time Attacks

2023-02-27 · Mohammad Mohammadi, Jonathan Nöther, Debmalya Mandal, Adish Singla 외

In targeted poisoning attacks, an attacker manipulates an agent-environment interaction to force the agent into adopting a policy of interest, called target policy. Prior work has primarily focused on attacks that modify…