LGAICRNov 20, 2022

Adversarial Cheap Talk

arXiv:2211.11030v417 citationsh-index: 29
Originality Highly original
AI Analysis

This work addresses a new attack vector for RL algorithms, revealing vulnerabilities in existing methods despite highly constrained adversarial access.

The paper tackles the problem of adversarial attacks in reinforcement learning by proposing a minimal-influence setting where an adversary can only append deterministic messages to the victim's observations, and it shows that this approach can significantly harm or help the victim's training and testing performance, with capabilities like interfering with function approximation or enabling arbitrary control at test-time.

Adversarial attacks in reinforcement learning (RL) often assume highly-privileged access to the victim's parameters, environment, or data. Instead, this paper proposes a novel adversarial setting called a Cheap Talk MDP in which an Adversary can merely append deterministic messages to the Victim's observation, resulting in a minimal range of influence. The Adversary cannot occlude ground truth, influence underlying environment dynamics or reward signals, introduce non-stationarity, add stochasticity, see the Victim's actions, or access their parameters. Additionally, we present a simple meta-learning algorithm called Adversarial Cheap Talk (ACT) to train Adversaries in this setting. We demonstrate that an Adversary trained with ACT still significantly influences the Victim's training and testing performance, despite the highly constrained setting. Affecting train-time performance reveals a new attack vector and provides insight into the success and failure modes of existing RL algorithms. More specifically, we show that an ACT Adversary is capable of harming performance by interfering with the learner's function approximation, or instead helping the Victim's performance by outputting useful features. Finally, we show that an ACT Adversary can manipulate messages during train-time to directly and arbitrarily control the Victim at test-time. Project video and code are available at https://sites.google.com/view/adversarial-cheap-talk

Code Implementations1 repo
Foundations

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

Your Notes