paper-with-me

Papers

Modeling Adversarial Noise for Adversarial Training

2021-09-21 · Dawei Zhou, Nannan Wang, Bo Han, Tongliang Liu

Deep neural networks have been demonstrated to be vulnerable to adversarial noise, promoting the development of defense against adversarial attacks. Motivated by the fact that adversarial noise contains well-generalizing features and that the relationship between adversarial data and natural data can help infer natural data and make reliable predictions, in this paper, we study to model adversarial noise by learning the transition relationship between adversarial labels (i.e. the flipped labels used to generate adversarial data) and natural labels (i.e. the ground truth labels of the natural data). Specifically, we introduce an instance-dependent transition matrix to relate adversarial labels and natural labels, which can be seamlessly embedded with the target model (enabling us to model stronger adaptive adversarial noise). Empirical evaluations demonstrate that our method could effectively improve adversarial accuracy.

📄 PDF Abstract BibTeX arXiv:2109.09901

Code (1)

dwdavidxd/man 공식 구현 pytorch

Tasks

Adversarial Defense

Similar Papers 제목 키워드 기반

Implicit Generative Modeling of Random Noise during Training for Adversarial Robustness

2018-07-05 · Priyadarshini Panda, Kaushik Roy

We introduce a Noise-based prior Learning (NoL) approach for training neural networks that are intrinsically robust to adversarial attacks. We find that the implicit generative modeling of random noise with the same loss…

Adversarial Robustness

Improving Neural Language Modeling via Adversarial Training

2019-06-10 · Dilin Wang, Chengyue Gong, Qiang Liu

Recently, substantial progress has been made in language modeling by using deep neural networks. However, in practice, large scale neural language models have been shown to be prone to overfitting. In this paper, we pres…

DiversityLanguage ModelingLanguage ModellingMachine Translation+1

Modeling Adversarial Noise for Adversarial Defense

2021-09-29 · Dawei Zhou, Nannan Wang, Bo Han, Tongliang Liu

Deep neural networks have been demonstrated to be vulnerable to adversarial noise, promoting the development of defense against adversarial attacks. Motivated by the fact that adversarial noise contains well-generalizing…

Adversarial Defense

NoiseCAM: Explainable AI for the Boundary Between Noise and Adversarial Attacks

2023-03-09 · Wenkai Tan, Justus Renkhoff, Alvaro Velasquez, Ziyu Wang 외

Deep Learning (DL) and Deep Neural Networks (DNNs) are widely used in various domains. However, adversarial attacks can easily mislead a neural network and lead to wrong decisions. Defense mechanisms are highly preferred…

Deep MMD Gradient Flow without adversarial training

2024-05-10 · Alexandre Galashov, Valentin De Bortoli, Arthur Gretton

We propose a gradient flow procedure for generative modeling by transporting particles from an initial source distribution to a target distribution, where the gradient field on the particles is given by a noise-adaptive …

DenoisingImage GenerationUnconditional Image Generation