paper-with-me

Papers

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

2024-05-25 · Jieren Deng, Hanbin Hong, Aaron Palmer, Xin Zhou, Jinbo Bi, Kaleel Mahmood, Yuan Hong, Derek Aguiar

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 augmentation with Gaussian noise and adversarial training, require expensive training procedures that tune large models for different Gaussian noise levels and thus cannot leverage high-performance pre-trained neural networks. In this work, we introduce a novel certifying adapters framework (CAF) that enables and enhances the certification of classifier adversarial robustness. Our approach makes few assumptions about the underlying training algorithm or feature extractor and is thus broadly applicable to different feature extractor architectures (e.g., convolutional neural networks or vision transformers) and smoothing algorithms. We show that CAF (a) enables certification in uncertified models pre-trained on clean datasets and (b) substantially improves the performance of certified classifiers via randomized smoothing and SmoothAdv at multiple radii in CIFAR-10 and ImageNet. We demonstrate that CAF achieves improved certified accuracies when compared to methods based on random or denoised smoothing, and that CAF is insensitive to certifying adapter hyperparameters. Finally, we show that an ensemble of adapters enables a single pre-trained feature extractor to defend against a range of noise perturbation scales.

📄 PDF Abstract BibTeX arXiv:2405.16036

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessData Augmentation

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Certifying Robustness of Graph Laplacian Based Semi-Supervised Learning

2021-01-01 · Matthew Thorpe, Bao Wang

Graph Laplacian (GL)-based semi-supervised learning is one of the most used approaches for classifying nodes in a graph. Understanding and certifying the adversarial robustness of machine learning (ML) algorithms have at…

Adversarial Robustness

Robust Certification for Laplace Learning on Geometric Graphs

2021-04-22 · Matthew Thorpe, Bao Wang

Graph Laplacian (GL)-based semi-supervised learning is one of the most used approaches for classifying nodes in a graph. Understanding and certifying the adversarial robustness of machine learning (ML) algorithms has att…

Adversarial AttackAdversarial Robustness

Perfectly Parallel Fairness Certification of Neural Networks

2019-12-05 · Caterina Urban, Maria Christakis, Valentin Wüstholz, Fuyuan Zhang

Recently, there is growing concern that machine-learning models, which currently assist or even automate decision making, reproduce, and in the worst case reinforce, bias of the training data. The development of tools an…

Decision MakingFairness

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…

Self-Certifying Classification by Linearized Deep Assignment

2022-01-26 · Bastian Boll, Alexander Zeilmann, Stefania Petra, Christoph Schnörr

We propose a novel class of deep stochastic predictors for classifying metric data on graphs within the PAC-Bayes risk certification paradigm. Classifiers are realized as linearly parametrized deep assignment flows with …

Classification