LGAIJan 26, 2023

Certifiably Robust Reinforcement Learning through Model-Based Abstract Interpretation

arXiv:2301.11374v22 citationsh-index: 37
AI Analysis

This addresses the critical issue of security and reliability in reinforcement learning systems, particularly for safety-sensitive applications, by providing certifiable guarantees against adversarial perturbations.

The paper tackles the problem of ensuring adversarial robustness in reinforcement learning by introducing CAROL, a framework that learns policies with machine-checkable certificates of provable robustness, resulting in markedly enhanced certified performance lower bounds and comparable empirical performance under attacks on MuJoCo environments.

We present a reinforcement learning (RL) framework in which the learned policy comes with a machine-checkable certificate of provable adversarial robustness. Our approach, called CAROL, learns a model of the environment. In each learning iteration, it uses the current version of this model and an external abstract interpreter to construct a differentiable signal for provable robustness. This signal is used to guide learning, and the abstract interpretation used to construct it directly leads to the robustness certificate returned at convergence. We give a theoretical analysis that bounds the worst-case accumulative reward of CAROL. We also experimentally evaluate CAROL on four MuJoCo environments with continuous state and action spaces. On these tasks, CAROL learns policies that, when contrasted with policies from the state-of-the-art robust RL algorithms, exhibit: (i) markedly enhanced certified performance lower bounds; and (ii) comparable performance under empirical adversarial attacks.

Foundations

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

Your Notes