paper-with-me

Papers

The Best Defense is a Good Offense: Adversarial Augmentation against Adversarial Attacks

2023-05-23 · CVPR 2023 1 · Iuri Frosio, Jan Kautz

Many defenses against adversarial attacks (\eg robust classifiers, randomization, or image purification) use countermeasures put to work only after the attack has been crafted. We adopt a different perspective to introduce $A^5$ (Adversarial Augmentation Against Adversarial Attacks), a novel framework including the first certified preemptive defense against adversarial attacks. The main idea is to craft a defensive perturbation to guarantee that any attack (up to a given magnitude) towards the input in hand will fail. To this aim, we leverage existing automatic perturbation analysis tools for neural networks. We study the conditions to apply $A^5$ effectively, analyze the importance of the robustness of the to-be-defended classifier, and inspect the appearance of the robustified images. We show effective on-the-fly defensive augmentation with a robustifier network that ignores the ground truth label, and demonstrate the benefits of robustifier and classifier co-training. In our tests, $A^5$ consistently beats state of the art certified defenses on MNIST, CIFAR10, FashionMNIST and Tinyimagenet. We also show how to apply $A^5$ to create certifiably robust physical objects. Our code at https://github.com/NVlabs/A5 allows experimenting on a wide range of scenarios beyond the man-in-the-middle attack tested here, including the case of physical attacks.

📄 PDF Abstract BibTeX arXiv:2305.14188

Code (1)

nvlabs/a5 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

The best defense is a good offense: Countering black box attacks by predicting slightly wrong labels

2017-11-15 · Yannic Kilcher, Thomas Hofmann

Black-Box attacks on machine learning models occur when an attacker, despite having no access to the inner workings of a model, can successfully craft an attack by means of model theft. The attacker will train an own sub…

The Best Defense Is a Good Offense: Adversarial Attacks to Avoid Modulation Detection

2019-02-27 · Muhammad Zaid Hameed, Andras Gyorgy, Deniz Gunduz

We consider a communication scenario, in which an intruder tries to determine the modulation scheme of the intercepted signal. Our aim is to minimize the accuracy of the intruder, while guaranteeing that the intended rec…

image-classificationImage Classification

The Best Defense is a Good Offense: Countering LLM-Powered Cyberattacks

2024-10-20 · Daniel Ayzenshteyn, Roy Weiss, Yisroel Mirsky

As large language models (LLMs) continue to evolve, their potential use in automating cyberattacks becomes increasingly likely. With capabilities such as reconnaissance, exploitation, and command execution, LLMs could so…

Scaling Trends in Language Model Robustness

2024-07-25 · Nikolaus Howe, Ian McKenzie, Oskar Hollinsworth, Michał Zajac 외

Increasing model size has unlocked a dazzling array of capabilities in modern language models. At the same time, even frontier models remain vulnerable to jailbreaks and prompt injections, despite concerted efforts to ma…

Adversarial RobustnessLanguage ModelingLanguage Modellingmodel

Emad at SemEval-2019 Task 6: Offensive Language Identification using Traditional Machine Learning and Deep Learning approaches

2019-06-01 · SEMEVAL 2019 6 · Emad Kebriaei, Samaneh Karimi, Nazanin Sabri, Azadeh Shakery

In this paper, the used methods and the results obtained by our team, entitled Emad, on the OffensEval 2019 shared task organized at SemEval 2019 are presented. The OffensEval shared task includes three sub-tasks namely …

Data AugmentationLanguage Identification