paper-with-me

홈 › Papers

Understanding Noise-Augmented Training for Randomized Smoothing

2023-05-08 · Ambar Pal, Jeremias Sulam

Randomized smoothing is a technique for providing provable robustness guarantees against adversarial attacks while making minimal assumptions about a classifier. This method relies on taking a majority vote of any base classifier over multiple noise-perturbed inputs to obtain a smoothed classifier, and it remains the tool of choice to certify deep and complex neural network models. Nonetheless, non-trivial performance of such smoothed classifier crucially depends on the base model being trained on noise-augmented data, i.e., on a smoothed input distribution. While widely adopted in practice, it is still unclear how this noisy training of the base classifier precisely affects the risk of the robust smoothed classifier, leading to heuristics and tricks that are poorly understood. In this work we analyze these trade-offs theoretically in a binary classification setting, proving that these common observations are not universal. We show that, without making stronger distributional assumptions, no benefit can be expected from predictors trained with noise-augmentation, and we further characterize distributions where such benefit is obtained. Our analysis has direct implications to the practical deployment of randomized smoothing, and we illustrate some of these via experiments on CIFAR-10 and MNIST, as well as on synthetic datasets.

📄 PDF Abstract BibTeX arXiv:2305.04746

Code (1)

ambarpal/randomized-smoothing 공식 구현 pytorch

Tasks

Binary Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Certified PEFTSmoothing: Parameter-Efficient Fine-Tuning with Randomized Smoothing

2024-04-08 · Chengyan Fu, Wenjie Wang

Randomized smoothing is the primary certified robustness method for accessing the robustness of deep learning models to adversarial perturbations in the l2-norm, by adding isotropic Gaussian noise to the input image and …

parameter-efficient fine-tuning

Efficient randomized smoothing by denoising with learned score function

2021-01-01 · Kyungmin Lee, Seyoon Oh

The randomized smoothing with various noise distributions is a promising approach to protect classifiers from $\ell_p$ adversarial attacks. However, it requires an ensemble of classifiers trained with different noise typ…

DenoisingImage Denoising

Laplace-Bridged Randomized Smoothing for Fast Certified Robustness

2026-04-27 · Miao Lin, MD Saifur Rahman Mazumder, Feng Yu, Daniel Takabi 외 arxiv

Randomized Smoothing (RS) offers formal $\ell_2$ guarantees for arbitrary base classifiers but faces two key practical bottlenecks: (i) it often relies on noise-augmented training to achieve nontrivial certificates, whic…

Certified Adversarial Robustness via Anisotropic Randomized Smoothing

2022-07-12 · Hanbin Hong, Yuan Hong

Randomized smoothing has achieved great success for certified robustness against adversarial perturbations. Given any arbitrary classifier, randomized smoothing can guarantee the classifier's prediction over the perturbe…

Adversarial RobustnessAll

Analyzing Accuracy Loss in Randomized Smoothing Defenses

2020-03-03 · Yue Gao, Harrison Rosenberg, Kassem Fawaz, Somesh Jha 외

Recent advances in machine learning (ML) algorithms, especially deep neural networks (DNNs), have demonstrated remarkable success (sometimes exceeding human-level performance) on several tasks, including face and speech …

Autonomous DrivingBIG-bench Machine Learningspeech-recognitionSpeech Recognition