English

Fast Geometric Projections for Local Robustness Certification

Machine Learning 2021-02-19 v3 Machine Learning

Abstract

Local robustness ensures that a model classifies all inputs within an 2\ell_2-ball consistently, which precludes various forms of adversarial inputs. In this paper, we present a fast procedure for checking local robustness in feed-forward neural networks with piecewise-linear activation functions. Such networks partition the input space into a set of convex polyhedral regions in which the network's behavior is linear; hence, a systematic search for decision boundaries within the regions around a given input is sufficient for assessing robustness. Crucially, we show how the regions around a point can be analyzed using simple geometric projections, thus admitting an efficient, highly-parallel GPU implementation that excels particularly for the 2\ell_2 norm, where previous work has been less effective. Empirically we find this approach to be far more precise than many approximate verification approaches, while at the same time performing multiple orders of magnitude faster than complete verifiers, and scaling to much deeper networks.

Keywords

Cite

@article{arxiv.2002.04742,
  title  = {Fast Geometric Projections for Local Robustness Certification},
  author = {Aymeric Fromherz and Klas Leino and Matt Fredrikson and Bryan Parno and Corina Păsăreanu},
  journal= {arXiv preprint arXiv:2002.04742},
  year   = {2021}
}

Comments

Appearing in ICLR 2021

R2 v1 2026-06-23T13:39:02.379Z