paper-with-me

홈 › Papers

How to compare adversarial robustness of classifiers from a global perspective

2020-04-22 · Niklas Risse, Christina Göpfert, Jan Philip Göpfert

Adversarial robustness of machine learning models has attracted considerable attention over recent years. Adversarial attacks undermine the reliability of and trust in machine learning models, but the construction of more robust models hinges on a rigorous understanding of adversarial robustness as a property of a given model. Point-wise measures for specific threat models are currently the most popular tool for comparing the robustness of classifiers and are used in most recent publications on adversarial robustness. In this work, we use recently proposed robustness curves to show that point-wise measures fail to capture important global properties that are essential to reliably compare the robustness of different classifiers. We introduce new ways in which robustness curves can be used to systematically uncover these properties and provide concrete recommendations for researchers and practitioners when assessing and comparing the robustness of trained models. Furthermore, we characterize scale as a way to distinguish small and large perturbations, and relate it to inherent properties of data sets, demonstrating that robustness thresholds must be chosen accordingly. We release code to reproduce all experiments presented in this paper, which includes a Python module to calculate robustness curves for arbitrary data sets and classifiers, supporting a number of frameworks, including TensorFlow, PyTorch and JAX.

📄 PDF Abstract BibTeX arXiv:2004.10882

Code (2)

niklasrisse/adversarial-examples-and-where-to-find-them 공식 구현 tf
niklasrisse/how-to-compare-adversarial-robustness-of-classifiers-from-a-global-perspective 공식 구현 tf

Tasks

Adversarial RobustnessBIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Adversarial Robustness of Partitioned Quantum Classifiers

2025-01-28 · Pouya Kananian, Hans-Arno Jacobsen

Adversarial robustness in quantum classifiers is a critical area of study, providing insights into their performance compared to classical models and uncovering potential advantages inherent to quantum machine learning. …

Adversarial RobustnessQuantum Machine Learning

Federated Hybrid Training and Self-Adversarial Distillation: Towards Robust Edge Networks

2024-12-26 · Yu Qiao, Apurba Adhikary, Kitae Kim, Eui-Nam Huh 외

Federated learning (FL) is a distributed training technology that enhances data privacy in mobile edge networks by allowing data owners to collaborate without transmitting raw data to the edge server. However, data heter…

Data AugmentationFederated Learning

Verification of Neural Networks' Global Robustness

2024-02-29 · Anan Kabaha, Dana Drachsler-Cohen

Neural networks are successful in various applications but are also susceptible to adversarial attacks. To show the safety of network classifiers, many verifiers have been introduced to reason about the local robustness …

Provable Adversarial Robustness for Fractional Lp Threat Models

2022-03-16 · Alexander Levine, Soheil Feizi

In recent years, researchers have extensively studied adversarial robustness in a variety of threat models, including L_0, L_1, L_2, and L_infinity-norm bounded adversarial attacks. However, attacks bounded by fractional…

Adversarial Robustness

Adversarial amplitude swap towards robust image classifiers

2022-03-14 · Chun Yang Tan, Kazuhiko Kawamoto, Hiroshi Kera

The vulnerability of convolutional neural networks (CNNs) to image perturbations such as common corruptions and adversarial perturbations has recently been investigated from the perspective of frequency. In this study, w…