paper-with-me

Papers

On the Effect of Adversarial Training Against Invariance-based Adversarial Examples

2023-02-16 · Roland Rauter, Martin Nocker, Florian Merkle, Pascal Schöttle

Adversarial examples are carefully crafted attack points that are supposed to fool machine learning classifiers. In the last years, the field of adversarial machine learning, especially the study of perturbation-based adversarial examples, in which a perturbation that is not perceptible for humans is added to the images, has been studied extensively. Adversarial training can be used to achieve robustness against such inputs. Another type of adversarial examples are invariance-based adversarial examples, where the images are semantically modified such that the predicted class of the model does not change, but the class that is determined by humans does. How to ensure robustness against this type of adversarial examples has not been explored yet. This work addresses the impact of adversarial training with invariance-based adversarial examples on a convolutional neural network (CNN). We show that when adversarial training with invariance-based and perturbation-based adversarial examples is applied, it should be conducted simultaneously and not consecutively. This procedure can achieve relatively high robustness against both types of adversarial examples. Additionally, we find that the algorithm used for generating invariance-based adversarial examples in prior work does not correctly determine the labels and therefore we use human-determined labels.

📄 PDF Abstract BibTeX arXiv:2302.08257

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Symmetry Defense Against XGBoost Adversarial Perturbation Attacks

2023-08-10 · Blerta Lindqvist

We examine whether symmetry can be used to defend tree-based ensemble classifiers such as gradient-boosting decision trees (GBDTs) against adversarial perturbation attacks. The idea is based on a recent symmetry defense …

Improving Adversarial Robustness to Sensitivity and Invariance Attacks with Deep Metric Learning

2022-11-04 · Anaelia Ovalle, Evan Czyzycki, Cho-Jui Hsieh

Intentionally crafted adversarial samples have effectively exploited weaknesses in deep neural networks. A standard method in adversarial robustness assumes a framework to defend against samples crafted by minimally pert…

Adversarial RobustnessMetric LearningSensitivity

Rethinking Invariance Regularization in Adversarial Training to Improve Robustness-Accuracy Trade-off

2024-02-22 · Futa Waseda, Ching-Chun Chang, Isao Echizen

Adversarial training often suffers from a robustness-accuracy trade-off, where achieving high robustness comes at the cost of accuracy. One approach to mitigate this trade-off is leveraging invariance regularization, whi…

Adversarial DefenseKnowledge DistillationRepresentation LearningSelf-Supervised Learning

Invariance vs Robustness of Neural Networks

2019-09-25 · Sandesh Kamath, Amit Deshpande, K V Subrahmanyam

Neural networks achieve human-level accuracy on many standard datasets used in image classification. The next step is to achieve better generalization to natural (or non-adversarial) perturbations as well as known pixel-…

Adversarial Robustnessimage-classificationImage Classification

Fundamental Tradeoffs between Invariance and Sensitivity to Adversarial Perturbations

2020-02-11 · ICML 2020 1 · Florian Tramèr, Jens Behrmann, Nicholas Carlini, Nicolas Papernot 외

Adversarial examples are malicious inputs crafted to induce misclassification. Commonly studied sensitivity-based adversarial examples introduce semantically-small changes to an input that result in a different model pre…

Sensitivity