paper-with-me

Papers

Ground-Truth Adversarial Examples

2018-01-01 · ICLR 2018 1 · Nicholas Carlini, Guy Katz, Clark Barrett, David L. Dill

The ability to deploy neural networks in real-world, safety-critical systems is severely limited by the presence of adversarial examples: slightly perturbed inputs that are misclassified by the network. In recent years, several techniques have been proposed for training networks that are robust to such examples; and each time stronger attacks have been devised, demonstrating the shortcomings of existing defenses. This highlights a key difficulty in designing an effective defense: the inability to assess a network's robustness against future attacks. We propose to address this difficulty through formal verification techniques. We construct ground truths: adversarial examples with a provably-minimal distance from a given input point. We demonstrate how ground truths can serve to assess the effectiveness of attack techniques, by comparing the adversarial examples produced by those attacks to the ground truths; and also of defense techniques, by computing the distance to the ground truths before and after the defense is applied, and measuring the improvement. We use this technique to assess recently suggested attack and defense techniques.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When adversarial examples are excusable

2022-04-25 · Pieter-Jan Kindermans, Charles Staats

Neural networks work remarkably well in practice and theoretically they can be universal approximators. However, they still make mistakes and a specific type of them called adversarial errors seem inexcusable to humans. …

Rethinking Adversarial Transferability from a Data Distribution Perspective

2021-09-29 · ICLR 2022 4 · Yao Zhu, Jiacheng Sun, Zhenguo Li

Adversarial transferability enables attackers to generate adversarial examples from the source model to attack the target model, which has raised security concerns about the deployment of DNNs in practice. In this paper,…

Adversarial Attack

Addressing Neural Network Robustness with Mixup and Targeted Labeling Adversarial Training

2020-08-19 · Alfred Laugros, Alice Caplier, Matthieu Ospici

Despite their performance, Artificial Neural Networks are not reliable enough for most of industrial applications. They are sensitive to noises, rotations, blurs and adversarial examples. There is a need to build defense…

Data Augmentation

Adversarial Examples can be Effective Data Augmentation for Unsupervised Machine Learning

2021-03-02 · Chia-Yi Hsu, Pin-Yu Chen, Songtao Lu, Sijia Liu 외

Adversarial examples causing evasive predictions are widely used to evaluate and improve the robustness of machine learning models. However, current studies focus on supervised learning tasks, relying on the ground-truth…

BIG-bench Machine LearningContrastive LearningData AugmentationRepresentation Learning

Matching Adversarial Networks

2018-06-01 · CVPR 2018 6 · Gellért Máttyus, Raquel Urtasun

Generative Adversarial Nets (GANs) and Conditonal GANs (CGANs) show that using a trained network as loss function (discriminator) enables to synthesize highly structured outputs (e.g. natural images). However, applying a…

Depth EstimationLine DetectionSemantic Segmentation