SOTAVerified

Adversarial Robustness Guarantees for Classification with Gaussian Processes

2019-05-28Code Available0· sign in to hype

Arno Blaas, Andrea Patane, Luca Laurenti, Luca Cardelli, Marta Kwiatkowska, Stephen Roberts

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We investigate adversarial robustness of Gaussian Process Classification (GPC) models. Given a compact subset of the input space T R^d enclosing a test point x^* and a GPC trained on a dataset D, we aim to compute the minimum and the maximum classification probability for the GPC over all the points in T. In order to do so, we show how functions lower- and upper-bounding the GPC output in T can be derived, and implement those in a branch and bound optimisation algorithm. For any error threshold > 0 selected a priori, we show that our algorithm is guaranteed to reach values -close to the actual values in finitely many iterations. We apply our method to investigate the robustness of GPC models on a 2D synthetic dataset, the SPAM dataset and a subset of the MNIST dataset, providing comparisons of different GPC training techniques, and show how our method can be used for interpretability analysis. Our empirical analysis suggests that GPC robustness increases with more accurate posterior estimation.

Tasks

Reproductions