paper-with-me

홈 › Papers

Smoothed Inference for Adversarially-Trained Models

2019-11-17 · Yaniv Nemcovsky, Evgenii Zheltonozhskii, Chaim Baskin, Brian Chmiel, Maxim Fishman, Alex M. Bronstein, Avi Mendelson

Deep neural networks are known to be vulnerable to adversarial attacks. Current methods of defense from such attacks are based on either implicit or explicit regularization, e.g., adversarial training. Randomized smoothing, the averaging of the classifier outputs over a random distribution centered in the sample, has been shown to guarantee the performance of a classifier subject to bounded perturbations of the input. In this work, we study the application of randomized smoothing as a way to improve performance on unperturbed data as well as to increase robustness to adversarial attacks. The proposed technique can be applied on top of any existing adversarial defense, but works particularly well with the randomized approaches. We examine its performance on common white-box (PGD) and black-box (transfer and NAttack) attacks on CIFAR-10 and CIFAR-100, substantially outperforming previous art for most scenarios and comparable on others. For example, we achieve 60.4% accuracy under a PGD attack on CIFAR-10 using ResNet-20, outperforming previous art by 11.7%. Since our method is based on sampling, it lends itself well for trading-off between the model inference complexity and its performance. A reference implementation of the proposed techniques is provided at https://github.com/yanemcovsky/SIAM

📄 PDF Abstract BibTeX arXiv:1911.07198

Code (2)

yanemcovsky/SIAM 공식 구현 pytorch
LinaMaudlej/Weighted-Smoothing pytorch

Tasks

Adversarial Defense

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Provably Robust Deep Learning via Adversarially Trained Smoothed Classifiers

2019-06-09 · NeurIPS 2019 12 · Hadi Salman, Greg Yang, Jerry Li, Pengchuan Zhang 외

Recent works have shown the effectiveness of randomized smoothing as a scalable technique for building neural network-based classifiers that are provably robust to $\ell_2$-norm adversarial perturbations. In this paper, …

Adversarial AttackAdversarial DefenseDeep Learning

Exploiting Safe Spots in Neural Networks for Preemptive Robustness and Out-of-Distribution Detection

2021-01-01 · Seungyong Moon, Gaon An, Hyun Oh Song

Recent advances on adversarial defense mainly focus on improving the classifier’s robustness against adversarially perturbed inputs. In this paper, we turn our attention from classifiers to inputs and explore if there ex…

Adversarial DefenseOut-of-Distribution Detection

Randomized Smoothing with Masked Inference for Adversarially Robust Text Classifications

2023-05-11 · Han Cheol Moon, Shafiq Joty, Ruochen Zhao, Megh Thakkar 외

Large-scale pre-trained language models have shown outstanding performance in a variety of NLP tasks. However, they are also known to be significantly brittle against specifically crafted adversarial examples, leading to…

Adversarial Robustness

Online Optimization of Smoothed Piecewise Constant Functions

2016-04-07 · Vincent Cohen-Addad, Varun Kanade

We study online optimization of smoothed piecewise constant functions over the domain [0, 1). This is motivated by the problem of adaptively picking parameters of learning algorithms as in the recently introduced framewo…

Smoothed Analysis of Online and Differentially Private Learning

2020-06-17 · NeurIPS 2020 12 · Nika Haghtalab, Tim Roughgarden, Abhishek Shetty

Practical and pervasive needs for robustness and privacy in algorithms have inspired the design of online adversarial and differentially private learning algorithms. The primary quantity that characterizes learnability i…