paper-with-me

Papers

Incremental Randomized Smoothing Certification

2023-05-31 · Shubham Ugare, Tarun Suresh, Debangshu Banerjee, Gagandeep Singh, Sasa Misailovic

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.

📄 PDF Abstract BibTeX arXiv:2305.19521

Code (1)

uiuc-arc/incremental-dnn-verification 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Fast Certification of Vision-Language Models Using Incremental Randomized Smoothing

2023-11-15 · A K Nirala, A Joshi, C Hegde, S Sarkar

A key benefit of deep vision-language models such as CLIP is that they enable zero-shot open vocabulary classification; the user has the ability to define novel class labels via natural language prompts at inference time…

Black-Box Certification with Randomized Smoothing: A Functional Optimization Based Framework

2020-02-21 · NeurIPS 2020 12 · Dinghuai Zhang, Mao Ye, Chengyue Gong, Zhanxing Zhu 외

Randomized classifiers have been shown to provide a promising approach for achieving certified robustness against adversarial attacks in deep learning. However, most existing methods only leverage Gaussian smoothing nois…

Data-Dependent Randomized Smoothing

2020-12-08 · Motasem Alfarra, Adel Bibi, Philip H. S. Torr, Bernard Ghanem

Randomized smoothing is a recent technique that achieves state-of-art performance in training certifiably robust deep neural networks. While the smoothing family of distributions is often connected to the choice of the n…

Effects of Exponential Gaussian Distribution on (Double Sampling) Randomized Smoothing

2024-06-04 · Youwei Shu, Xi Xiao, Derui Wang, Yuxin Cao 외

Randomized Smoothing (RS) is currently a scalable certified defense method providing robustness certification against adversarial examples. Although significant progress has been achieved in providing defenses against $\…

Filling the Soap Bubbles: Efficient Black-Box Adversarial Certification with Non-Gaussian Smoothing

2019-09-25 · Dinghuai Zhang*, Mao Ye*, Chengyue Gong*, Zhanxing Zhu 외

Randomized classifiers have been shown to provide a promising approach for achieving certified robustness against adversarial attacks in deep learning. However, most existing methods only leverage Gaussian smoothing nois…