paper-with-me

Papers

Certified Adversarial Robustness Within Multiple Perturbation Bounds

2023-04-20 · Soumalya Nandi, Sravanti Addepalli, Harsh Rangwani, R. Venkatesh Babu

Randomized smoothing (RS) is a well known certified defense against adversarial attacks, which creates a smoothed classifier by predicting the most likely class under random noise perturbations of inputs during inference. While initial work focused on robustness to $\ell_2$ norm perturbations using noise sampled from a Gaussian distribution, subsequent works have shown that different noise distributions can result in robustness to other $\ell_p$ norm bounds as well. In general, a specific noise distribution is optimal for defending against a given $\ell_p$ norm based attack. In this work, we aim to improve the certified adversarial robustness against multiple perturbation bounds simultaneously. Towards this, we firstly present a novel \textit{certification scheme}, that effectively combines the certificates obtained using different noise distributions to obtain optimal results against multiple perturbation bounds. We further propose a novel \textit{training noise distribution} along with a \textit{regularized training scheme} to improve the certification within both $\ell_1$ and $\ell_2$ perturbation norms simultaneously. Contrary to prior works, we compare the certified robustness of different training algorithms across the same natural (clean) accuracy, rather than across fixed noise levels used for training and certification. We also empirically invalidate the argument that training and certifying the classifier with the same amount of noise gives the best results. The proposed approach achieves improvements on the ACR (Average Certified Radius) metric across both $\ell_1$ and $\ell_2$ perturbation bounds.

📄 PDF Abstract BibTeX arXiv:2304.10446

Code (1)

val-iisc/nu-certified-robustness 공식 구현 pytorch

Tasks

Adversarial Robustness

Similar Papers 제목 키워드 기반

CEAR: Certified Ensemble Adversarial Robustness in DNNs

2026-05-31 · Daniel Sadig, Mohammadreza Maleki, Hamed Karimi, Reza Samavi arxiv

Deep Neural Networks (DNNs) are highly susceptible to adversarial perturbations, leading to extensive research on robustness for safety-critical applications. State-of-the-art empirical defense mechanisms improve the rob…

Adversarial Robustness

(Certified!!) Adversarial Robustness for Free!

2022-06-21 · Nicholas Carlini, Florian Tramer, Krishnamurthy Dj Dvijotham, Leslie Rice 외

In this paper we show how to achieve state-of-the-art certified adversarial robustness to 2-norm bounded perturbations by relying exclusively on off-the-shelf pretrained models. To do so, we instantiate the denoised smoo…

Adversarial RobustnessDenoising

Certified Robustness for Top-k Predictions against Adversarial Perturbations via Randomized Smoothing

2019-12-20 · ICLR 2020 1 · Jinyuan Jia, Xiaoyu Cao, Binghui Wang, Neil Zhenqiang Gong

It is well-known that classifiers are vulnerable to adversarial perturbations. To defend against adversarial perturbations, various certified robustness results have been derived. However, existing certified robustnesses…

Certified Robustness of Community Detection against Adversarial Structural Perturbation via Randomized Smoothing

2020-02-09 · Jinyuan Jia, Binghui Wang, Xiaoyu Cao, Neil Zhenqiang Gong

Community detection plays a key role in understanding graph structure. However, several recent studies showed that community detection is vulnerable to adversarial structural perturbation. In particular, via adding or re…

Community Detection

CR-UTP: Certified Robustness against Universal Text Perturbations on Large Language Models

2024-06-04 · Qian Lou, Xin Liang, Jiaqi Xue, Yancheng Zhang 외

It is imperative to ensure the stability of every prediction made by a language model; that is, a language's prediction should remain consistent despite minor input variations, like word substitutions. In this paper, we …

Language Modelling