18
0

Boosting Few-Pixel Robustness Verification via Covering Verification Designs

Abstract

Proving local robustness is crucial to increase the reliability of neural networks. While many verifiers prove robustness in LL_\infty ϵ\epsilon-balls, very little work deals with robustness verification in L0L_0 ϵ\epsilon-balls, capturing robustness to few pixel attacks. This verification introduces a combinatorial challenge, because the space of pixels to perturb is discrete and of exponential size. A previous work relies on covering designs to identify sets for defining LL_\infty neighborhoods, which if proven robust imply that the L0L_0 ϵ\epsilon-ball is robust. However, the number of neighborhoods to verify remains very high, leading to a high analysis time. We propose covering verification designs, a combinatorial design that tailors effective but analysis-incompatible coverings to L0L_0 robustness verification. The challenge is that computing a covering verification design introduces a high time and memory overhead, which is intensified in our setting, where multiple candidate coverings are required to identify how to reduce the overall analysis time. We introduce CoVerD, an L0L_0 robustness verifier that selects between different candidate coverings without constructing them, but by predicting their block size distribution. This prediction relies on a theorem providing closed-form expressions for the mean and variance of this distribution. CoVerD constructs the chosen covering verification design on-the-fly, while keeping the memory consumption minimal and enabling to parallelize the analysis. The experimental results show that CoVerD reduces the verification time on average by up to 5.1x compared to prior work and that it scales to larger L0L_0 ϵ\epsilon-balls.

View on arXiv
Comments on this paper