LGCRPLMay 31, 2023

Incremental Randomized Smoothing Certification

arXiv:2305.19521v215 citations
Originality Incremental advance
AI Analysis

This work addresses the efficiency problem for practitioners needing to certify robustness of modified DNNs, but it is incremental as it builds on existing randomized smoothing methods.

The paper tackles the computational expense of recertifying robustness for modified deep neural networks using randomized smoothing, and presents an incremental approach (IRS) that achieves up to 3x certification speedup while maintaining strong guarantees.

Randomized smoothing-based certification is an effective approach for obtaining robustness certificates of deep neural networks (DNNs) against adversarial attacks. This method constructs a smoothed DNN model and certifies its robustness through statistical sampling, but it is computationally expensive, especially when certifying with a large number of samples. Furthermore, when the smoothed model is modified (e.g., quantized or pruned), certification guarantees may not hold for the modified DNN, and recertifying from scratch can be prohibitively expensive. We present the first approach for incremental robustness certification for randomized smoothing, IRS. We show how to reuse the certification guarantees for the original smoothed model to certify an approximated model with very few samples. IRS significantly reduces the computational cost of certifying modified DNNs while maintaining strong robustness guarantees. We experimentally demonstrate the effectiveness of our approach, showing up to 3x certification speedup over the certification that applies randomized smoothing of the approximate model from scratch.

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