paper-with-me

Papers

Blackbox Attacks on Reinforcement Learning Agents Using Approximated Temporal Information

2019-09-06 · Yiren Zhao, Ilia Shumailov, Han Cui, Xitong Gao, Robert Mullins, Ross Anderson

Recent research on reinforcement learning (RL) has suggested that trained agents are vulnerable to maliciously crafted adversarial samples. In this work, we show how such samples can be generalised from White-box and Grey-box attacks to a strong Black-box case, where the attacker has no knowledge of the agents, their training parameters and their training methods. We use sequence-to-sequence models to predict a single action or a sequence of future actions that a trained agent will make. First, we show our approximation model, based on time-series information from the agent, consistently predicts RL agents' future actions with high accuracy in a Black-box setup on a wide range of games and RL algorithms. Second, we find that although adversarial samples are transferable from the target model to our RL agents, they often outperform random Gaussian noise only marginally. This highlights a serious methodological deficiency in previous work on such agents; random jamming should have been taken as the baseline for evaluation. Third, we propose a novel use for adversarial samplesin Black-box attacks of RL agents: they can be used to trigger a trained agent to misbehave after a specific time delay. This appears to be a genuinely new type of attack. It potentially enables an attacker to use devices controlled by RL agents as time bombs.

📄 PDF Abstract BibTeX arXiv:1909.02918

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Time Series Analysis

Similar Papers 제목 키워드 기반

Spatiotemporally Constrained Action Space Attacks on Deep Reinforcement Learning Agents

2019-09-05 · Xian Yeow Lee, Sambit Ghadai, Kai Liang Tan, Chinmay Hegde 외

Robustness of Deep Reinforcement Learning (DRL) algorithms towards adversarial attacks in real world applications such as those deployed in cyber-physical systems (CPS) are of increasing concern. Numerous studies have in…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Mitigation of Policy Manipulation Attacks on Deep Q-Networks with Parameter-Space Noise

2018-06-04 · Vahid Behzadan, Arslan Munir

Recent developments have established the vulnerability of deep reinforcement learning to policy manipulation attacks via intentionally perturbed inputs, known as adversarial examples. In this work, we propose a technique…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Ensemble-based Blackbox Attacks on Dense Prediction

2023-03-25 · CVPR 2023 1 · Zikui Cai, Yaoteng Tan, M. Salman Asif

We propose an approach for adversarial attacks on dense prediction models (such as object detectors and segmentation). It is well known that the attacks generated by a single surrogate model do not transfer to arbitrary …

Objectobject-detectionObject DetectionPrediction+1

AdvAgent: Controllable Blackbox Red-teaming on Web Agents

2024-10-22 · Chejian Xu, Mintong Kang, Jiawei Zhang, Zeyi Liao 외

Foundation model-based agents are increasingly used to automate complex tasks, enhancing efficiency and productivity. However, their access to sensitive resources and autonomous decision-making also introduce significant…

Decision MakingRed Teaming

Blackbox Attacks via Surrogate Ensemble Search

2022-08-07 · Zikui Cai, Chengyu Song, Srikanth Krishnamurthy, Amit Roy-Chowdhury 외

Blackbox adversarial attacks can be categorized into transfer- and query-based attacks. Transfer methods do not require any feedback from the victim model, but provide lower success rates compared to query-based methods.…