paper-with-me

홈 › Papers

Adaptive Certified Training: Towards Better Accuracy-Robustness Tradeoffs

2023-07-24 · Zhakshylyk Nurlanov, Frank R. Schmidt, Florian Bernard

As deep learning models continue to advance and are increasingly utilized in real-world systems, the issue of robustness remains a major challenge. Existing certified training methods produce models that achieve high provable robustness guarantees at certain perturbation levels. However, the main problem of such models is a dramatically low standard accuracy, i.e. accuracy on clean unperturbed data, that makes them impractical. In this work, we consider a more realistic perspective of maximizing the robustness of a model at certain levels of (high) standard accuracy. To this end, we propose a novel certified training method based on a key insight that training with adaptive certified radii helps to improve both the accuracy and robustness of the model, advancing state-of-the-art accuracy-robustness tradeoffs. We demonstrate the effectiveness of the proposed method on MNIST, CIFAR-10, and TinyImageNet datasets. Particularly, on CIFAR-10 and TinyImageNet, our method yields models with up to two times higher robustness, measured as an average certified radius of a test set, at the same levels of standard accuracy compared to baseline approaches.

📄 PDF Abstract BibTeX arXiv:2307.13078

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Boosting Certified Robustness of Deep Networks via a Compositional Architecture

2021-01-01 · ICLR 2021 1 · Mark Niklas Mueller, Mislav Balunovic, Martin Vechev

A core challenge with existing certified defense mechanisms is that while they improve certified robustness, they also tend to drastically decrease standard accuracy, making it difficult to use these methods in practice.…

SmoothMix: Training Confidence-calibrated Smoothed Classifiers for Certified Adversarial Robustness

2021-06-18 · ICML Workshop AML 2021 7 · Jongheon Jeong, Sejun Park, Minkyu Kim, Heung-Chang Lee 외

Randomized smoothing is currently a state-of-the-art method to construct a certifiably robust classifier from neural networks against $\ell_2$-adversarial perturbations. Under the paradigm, the robustness of a classifier…

Adversarial Robustness

SmoothMix: Training Confidence-calibrated Smoothed Classifiers for Certified Robustness

2021-11-17 · NeurIPS 2021 12 · Jongheon Jeong, Sejun Park, Minkyu Kim, Heung-Chang Lee 외

Randomized smoothing is currently a state-of-the-art method to construct a certifiably robust classifier from neural networks against $\ell_2$-adversarial perturbations. Under the paradigm, the robustness of a classifier…

Towards Universal Certified Robustness with Multi-Norm Training

2024-10-03 · Enyi Jiang, David S. Cheung, Gagandeep Singh

Existing certified training methods can only train models to be robust against a certain perturbation type (e.g. $l_\infty$ or $l_2$). However, an $l_\infty$ certifiably robust model may not be certifiably robust against…

Improving Certified Robustness via Adversarial Distillation

2026-06-30 · Matteo Melis, Jesus Martinez Del Rincon, Vishal Sharma arxiv

Certified training aims to produce models whose predictions can be formally verified against adversarial perturbations, typically by optimising upper bounds on the worst-case loss over an allowed perturbation set. For ne…