paper-with-me

홈 › Papers

A3T: Adversarially Augmented Adversarial Training

2018-01-12 · Akram Erraqabi, Aristide Baratin, Yoshua Bengio, Simon Lacoste-Julien

Recent research showed that deep neural networks are highly sensitive to so-called adversarial perturbations, which are tiny perturbations of the input data purposely designed to fool a machine learning classifier. Most classification models, including deep learning models, are highly vulnerable to adversarial attacks. In this work, we investigate a procedure to improve adversarial robustness of deep neural networks through enforcing representation invariance. The idea is to train the classifier jointly with a discriminator attached to one of its hidden layer and trained to filter the adversarial noise. We perform preliminary experiments to test the viability of the approach and to compare it to other standard adversarial training methods.

📄 PDF Abstract BibTeX arXiv:1801.04055

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial RobustnessBIG-bench Machine LearningGeneral Classification

Similar Papers 제목 키워드 기반

Towards Adversarially Robust Text Classifiers by Learning to Reweight Clean Examples

2022-05-01 · Findings (ACL) 2022 5 · Jianhan Xu, Cenyuan Zhang, Xiaoqing Zheng, Linyang Li 외

Most of the existing defense methods improve the adversarial robustness by making the models adapt to the training set augmented with some adversarial examples. However, the augmented adversarial examples may not be natu…

Adversarial Robustness

Adversarially Training for Audio Classifiers

2020-08-26 · Raymel Alfonso Sallo, Mohammad Esmaeilpour, Patrick Cardinal

In this paper, we investigate the potential effect of the adversarially training on the robustness of six advanced deep neural networks against a variety of targeted and non-targeted adversarial attacks. We firstly show …

Benchmarking

Adversarially robust segmentation models learn perceptually-aligned gradients

2022-04-03 · Pedro Sandoval-Segura

The effects of adversarial training on semantic segmentation networks has not been thoroughly explored. While previous work has shown that adversarially-trained image classifiers can be used to perform image synthesis, w…

Image GenerationImage InpaintingSegmentationSemantic Segmentation

Strength in Numbers: Trading-off Robustness and Computation via Adversarially-Trained Ensembles

2018-11-22 · ICLR 2019 5 · Edward Grefenstette, Robert Stanforth, Brendan O'Donoghue, Jonathan Uesato 외

While deep learning has led to remarkable results on a number of challenging problems, researchers have discovered a vulnerability of neural networks in adversarial settings, where small but carefully chosen perturbation…

Self-Driving Cars

Adversarially robust generalization theory via Jacobian regularization for deep neural networks

2024-12-17 · Dongya Wu, Xin Li

Powerful deep neural networks are vulnerable to adversarial attacks. To obtain adversarially robust models, researchers have separately developed adversarial training and Jacobian regularization techniques. There are abu…

Adversarial Attack