paper-with-me

Papers

Unrestricted Adversarial Examples

2018-09-22 · Tom B. Brown, Nicholas Carlini, Chiyuan Zhang, Catherine Olsson, Paul Christiano, Ian Goodfellow

We introduce a two-player contest for evaluating the safety and robustness of machine learning systems, with a large prize pool. Unlike most prior work in ML robustness, which studies norm-constrained adversaries, we shift our focus to unconstrained adversaries. Defenders submit machine learning models, and try to achieve high accuracy and coverage on non-adversarial data while making no confident mistakes on adversarial inputs. Attackers try to subvert defenses by finding arbitrary unambiguous inputs where the model assigns an incorrect label with high confidence. We propose a simple unambiguous dataset ("bird-or- bicycle") to use as part of this contest. We hope this contest will help to more comprehensively evaluate the worst-case adversarial risk of machine learning models.

📄 PDF Abstract BibTeX arXiv:1809.08352

Code (1)

google/unrestricted-adversarial-examples 공식 구현 tf

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

Content-based Unrestricted Adversarial Attack

2023-05-18 · NeurIPS 2023 11

Unrestricted adversarial attacks typically manipulate the semantic content of an image (e.g., color or texture) to create adversarial examples that are both effective and photorealistic, demonstrating their ability to de…

Adversarial Attack

Constructing Unrestricted Adversarial Examples with Generative Models

2018-05-21 · NeurIPS 2018 12 · Yang Song, Rui Shu, Nate Kushman, Stefano Ermon

Adversarial examples are typically constructed by perturbing an existing data point within a small matrix norm, and current defense methods are focused on guarding against this type of attack. In this paper, we propose u…

Generative Adversarial Network

AdvDiff: Generating Unrestricted Adversarial Examples using Diffusion Models

2023-07-24 · Xuelong Dai, Kaisheng Liang, Bin Xiao

Unrestricted adversarial attacks present a serious threat to deep learning models and adversarial defense techniques. They pose severe security problems for deep learning applications because they can effectively bypass …

Adversarial AttackAdversarial Defense

Synthesizing Unrestricted False Positive Adversarial Objects Using Generative Models

2020-05-19 · Martin Kotuliak, Sandro E. Schoenborn, Andrei Dan

Adversarial examples are data points misclassified by neural networks. Originally, adversarial examples were limited to adding small perturbations to a given image. Recent work introduced the generalized concept of unres…

Objectobject-detectionObject Detection

Generating Unrestricted Adversarial Examples via Three Parameters

2021-03-13 · Hanieh Naderi, Leili Goli, Shohreh Kasaei

Deep neural networks have been shown to be vulnerable to adversarial examples deliberately constructed to misclassify victim models. As most adversarial examples have restricted their perturbations to $L_{p}$-norm, exist…

Adversarial Attack