LGSep 12, 2022

Boosting Robustness Verification of Semantic Feature Neighborhoods

arXiv:2209.05446v17 citationsh-index: 9
Originality Incremental advance
AI Analysis

This addresses the problem of efficiently verifying neural network robustness against semantic adversarial attacks for AI safety applications, representing a significant incremental improvement over prior methods.

The paper tackles the scalability challenge of robustness verification for semantic feature neighborhoods in deep neural networks, introducing VeeP which verifies 96% of maximally certifiable neighborhoods within 29 minutes on average, compared to 73% in 58 minutes for existing approaches.

Deep neural networks have been shown to be vulnerable to adversarial attacks that perturb inputs based on semantic features. Existing robustness analyzers can reason about semantic feature neighborhoods to increase the networks' reliability. However, despite the significant progress in these techniques, they still struggle to scale to deep networks and large neighborhoods. In this work, we introduce VeeP, an active learning approach that splits the verification process into a series of smaller verification steps, each is submitted to an existing robustness analyzer. The key idea is to build on prior steps to predict the next optimal step. The optimal step is predicted by estimating the certification velocity and sensitivity via parametric regression. We evaluate VeeP on MNIST, Fashion-MNIST, CIFAR-10 and ImageNet and show that it can analyze neighborhoods of various features: brightness, contrast, hue, saturation, and lightness. We show that, on average, given a 90 minute timeout, VeeP verifies 96% of the maximally certifiable neighborhoods within 29 minutes, while existing splitting approaches verify, on average, 73% of the maximally certifiable neighborhoods within 58 minutes.

Foundations

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

Your Notes