LGCRJul 27, 2023

FLARE: Fingerprinting Deep Reinforcement Learning Agents using Universal Adversarial Masks

arXiv:2307.14751v34 citationsh-index: 3
Originality Highly original
AI Analysis

This addresses intellectual property protection for DRL agents, offering a novel solution to a specific security issue in AI.

The paper tackles the problem of verifying ownership of stolen Deep Reinforcement Learning (DRL) policies by proposing FLARE, a fingerprinting mechanism that uses universal adversarial masks to achieve 100% action agreement on stolen copies with no false positives on independent policies.

We propose FLARE, the first fingerprinting mechanism to verify whether a suspected Deep Reinforcement Learning (DRL) policy is an illegitimate copy of another (victim) policy. We first show that it is possible to find non-transferable, universal adversarial masks, i.e., perturbations, to generate adversarial examples that can successfully transfer from a victim policy to its modified versions but not to independently trained policies. FLARE employs these masks as fingerprints to verify the true ownership of stolen DRL policies by measuring an action agreement value over states perturbed by such masks. Our empirical evaluations show that FLARE is effective (100% action agreement on stolen copies) and does not falsely accuse independent policies (no false positives). FLARE is also robust to model modification attacks and cannot be easily evaded by more informed adversaries without negatively impacting agent performance. We also show that not all universal adversarial masks are suitable candidates for fingerprints due to the inherent characteristics of DRL policies. The spatio-temporal dynamics of DRL problems and sequential decision-making process make characterizing the decision boundary of DRL policies more difficult, as well as searching for universal masks that capture the geometry of it.

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