LGCRCVMLSep 6, 2019

Blackbox Attacks on Reinforcement Learning Agents Using Approximated Temporal Information

arXiv:1909.02918v234 citations
Originality Incremental advance
AI Analysis

This work addresses security risks in reinforcement learning systems by exposing methodological gaps and introducing a new attack type, though it is incremental in building on prior adversarial attack research.

The paper tackles the vulnerability of reinforcement learning agents to black-box adversarial attacks by using sequence-to-sequence models to predict future actions with high accuracy, and it reveals that previous attack evaluations are flawed because adversarial samples often only marginally outperform random noise, while also proposing a novel time-delayed attack method.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes