paper-with-me

Papers

Using Intuition from Empirical Properties to Simplify Adversarial Training Defense

2019-06-27 · Guanxiong Liu, Issa Khalil, Abdallah Khreishah

Due to the surprisingly good representation power of complex distributions, neural network (NN) classifiers are widely used in many tasks which include natural language processing, computer vision and cyber security. In recent works, people noticed the existence of adversarial examples. These adversarial examples break the NN classifiers' underlying assumption that the environment is attack free and can easily mislead fully trained NN classifier without noticeable changes. Among defensive methods, adversarial training is a popular choice. However, original adversarial training with single-step adversarial examples (Single-Adv) can not defend against iterative adversarial examples. Although adversarial training with iterative adversarial examples (Iter-Adv) can defend against iterative adversarial examples, it consumes too much computational power and hence is not scalable. In this paper, we analyze Iter-Adv techniques and identify two of their empirical properties. Based on these properties, we propose modifications which enhance Single-Adv to perform competitively as Iter-Adv. Through preliminary evaluation, we show that the proposed method enhances the test accuracy of state-of-the-art (SOTA) Single-Adv defensive method against iterative adversarial examples by up to 16.93% while reducing its training cost by 28.75%.

📄 PDF Abstract BibTeX arXiv:1906.11729

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Neural Tangent Kernel Perspective of GANs

2021-06-10 · Jean-Yves Franceschi, Emmanuel de Bézenac, Ibrahim Ayed, Mickaël Chen 외

We propose a novel theoretical framework of analysis for Generative Adversarial Networks (GANs). We reveal a fundamental flaw of previous analyses which, by incorrectly modeling GANs' training scheme, are subject to ill-…

Data Quality Matters For Adversarial Training: An Empirical Study

2021-02-15 · chengyu dong, Liyuan Liu, Jingbo Shang

Multiple intriguing problems are hovering in adversarial training, including robust overfitting, robustness overestimation, and robustness-accuracy trade-off. These problems pose great challenges to both reliable evaluat…

Adversarial Robustness

Empirical Analysis of Overfitting and Mode Drop in GAN Training

2020-06-25 · Yasin Yazici, Chuan-Sheng Foo, Stefan Winkler, Kim-Hui Yap 외

We examine two key questions in GAN training, namely overfitting and mode drop, from an empirical perspective. We show that when stochasticity is removed from the training procedure, GANs can overfit and exhibit almost n…

Visual design intuition: Predicting dynamic properties of beams from raw cross-section images

2021-11-14 · Philippe M. Wyder, Hod Lipson

In this work we aim to mimic the human ability to acquire the intuition to estimate the performance of a design from visual inspection and experience alone. We study the ability of convolutional neural networks to predic…

Reducing Adversarial Example Transferability Using Gradient Regularization

2019-04-16 · George Adam, Petr Smirnov, Benjamin Haibe-Kains, Anna Goldenberg

Deep learning algorithms have increasingly been shown to lack robustness to simple adversarial examples (AdvX). An equally troubling observation is that these adversarial examples transfer between different architectures…