MLLGJun 25, 2024

Treatment of Statistical Estimation Problems in Randomized Smoothing for Adversarial Robustness

arXiv:2406.17830v210 citations
AI Analysis

This work addresses the high computational cost of certified defenses for adversarial attacks, offering more efficient methods for practitioners in machine learning security.

The paper tackles the computational burden of randomized smoothing for adversarial robustness by developing estimation procedures that reduce the number of samples needed while maintaining statistical guarantees, achieving optimal sample complexities and demonstrating good empirical performance.

Randomized smoothing is a popular certified defense against adversarial attacks. In its essence, we need to solve a problem of statistical estimation which is usually very time-consuming since we need to perform numerous (usually $10^5$) forward passes of the classifier for every point to be certified. In this paper, we review the statistical estimation problems for randomized smoothing to find out if the computational burden is necessary. In particular, we consider the (standard) task of adversarial robustness where we need to decide if a point is robust at a certain radius or not using as few samples as possible while maintaining statistical guarantees. We present estimation procedures employing confidence sequences enjoying the same statistical guarantees as the standard methods, with the optimal sample complexities for the estimation task and empirically demonstrate their good performance. Additionally, we provide a randomized version of Clopper-Pearson confidence intervals resulting in strictly stronger certificates.

Code Implementations1 repo
Foundations

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

Your Notes