paper-with-me

Papers

Certifying Neural Network Robustness to Random Input Noise from Samples

2020-10-15 · Brendon G. Anderson, Somayeh Sojoudi

Methods to certify the robustness of neural networks in the presence of input uncertainty are vital in safety-critical settings. Most certification methods in the literature are designed for adversarial input uncertainty, but researchers have recently shown a need for methods that consider random uncertainty. In this paper, we propose a novel robustness certification method that upper bounds the probability of misclassification when the input noise follows an arbitrary probability distribution. This bound is cast as a chance-constrained optimization problem, which is then reformulated using input-output samples to replace the optimization constraints. The resulting optimization reduces to a linear program with an analytical solution. Furthermore, we develop a sufficient condition on the number of samples needed to make the misclassification bound hold with overwhelming probability. Our case studies on MNIST classifiers show that this method is able to certify a uniform infinity-norm uncertainty region with a radius of nearly 50 times larger than what the current state-of-the-art method can certify.

📄 PDF Abstract BibTeX arXiv:2010.07532

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Incremental Randomized Smoothing Certification

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

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 certifie…

Certifying Adapters: Enabling and Enhancing the Certification of Classifier Adversarial Robustness

2024-05-25 · Jieren Deng, Hanbin Hong, Aaron Palmer, Xin Zhou 외

Randomized smoothing has become a leading method for achieving certified robustness in deep classifiers against l_{p}-norm adversarial perturbations. Current approaches for achieving certified robustness, such as data au…

Adversarial RobustnessData Augmentation

Towards Assessment of Randomized Smoothing Mechanisms for Certifying Adversarial Robustness

2020-05-15 · Tianhang Zheng, Di Wang, Baochun Li, Jinhui Xu

As a certified defensive technique, randomized smoothing has received considerable attention due to its scalability to large datasets and neural networks. However, several important questions remain unanswered, such as (…

Adversarial Robustness

Adaptive Diffusion Denoised Smoothing : Certified Robustness via Randomized Smoothing with Differentially Private Guided Denoising Diffusion

2025-07-10 · Frederick Shpilevskiy, Saiyue Lyu, Krishnamurthy Dj Dvijotham, Mathias Lécuyer 외 arxiv

We propose Adaptive Diffusion Denoised Smoothing, a method for certifying the predictions of a vision model against adversarial examples, while adapting to the input. Our key insight is to reinterpret a guided denoising …

Hierarchical Randomized Smoothing

2023-10-24 · NeurIPS 2023 11 · Yan Scholten, Jan Schuchardt, Aleksandar Bojchevski, Stephan Günnemann

Real-world data is complex and often consists of objects that can be decomposed into multiple entities (e.g. images into pixels, graphs into interconnected nodes). Randomized smoothing is a powerful framework for making …

Node Classification