Non-Parametric Probabilistic Robustness: A Conservative Metric with Optimized Perturbation Distributions
Zheng Wang, Yi Zhang, Siddartha Khastgir, Carsten Maple, Xingyu Zhao
TL;DR
The paper tackles the limitation of probabilistic robustness (PR) that hinges on a fixed perturbation distribution by proposing Non-Parametric Probabilistic Robustness (NPPR), a data-driven metric that learns perturbation distributions from data within a budget. It introduces a GMM-based NPPR estimator powered by MLP heads and bicubic up-sampling to model input-dependent and input-independent perturbations, plus a softplus-margin objective for optimization. The authors prove theoretical relations among AR, PR, and NPPR and demonstrate, across CIFAR-10/100 and Tiny ImageNet with multiple architectures, that NPPR yields more conservative robustness estimates—up to about 40% lower PR—than common predefined perturbations. This approach provides a practical, conservative framework for robustness evaluation under distributional uncertainty and offers insights into how dependency structures affect learned perturbations and consequent robustness estimates.
Abstract
Deep learning (DL) models, despite their remarkable success, remain vulnerable to small input perturbations that can cause erroneous outputs, motivating the recent proposal of probabilistic robustness (PR) as a complementary alternative to adversarial robustness (AR). However, existing PR formulations assume a fixed and known perturbation distribution, an unrealistic expectation in practice. To address this limitation, we propose non-parametric probabilistic robustness (NPPR), a more practical PR metric that does not rely on any predefined perturbation distribution. Following the non-parametric paradigm in statistical modeling, NPPR learns an optimized perturbation distribution directly from data, enabling conservative PR evaluation under distributional uncertainty. We further develop an NPPR estimator based on a Gaussian Mixture Model (GMM) with Multilayer Perceptron (MLP) heads and bicubic up-sampling, covering various input-dependent and input-independent perturbation scenarios. Theoretical analyses establish the relationships among AR, PR, and NPPR. Extensive experiments on CIFAR-10, CIFAR-100, and Tiny ImageNet across ResNet18/50, WideResNet50 and VGG16 validate NPPR as a more practical robustness metric, showing up to 40\% more conservative (lower) PR estimates compared to assuming those common perturbation distributions used in state-of-the-arts.
