paper-with-me

홈 › Papers

MPAT: Building Robust Deep Neural Networks against Textual Adversarial Attacks

2024-02-29 · Fangyuan Zhang, Huichi Zhou, Shuangjiao Li, Hongtao Wang

Deep neural networks have been proven to be vulnerable to adversarial examples and various methods have been proposed to defend against adversarial attacks for natural language processing tasks. However, previous defense methods have limitations in maintaining effective defense while ensuring the performance of the original task. In this paper, we propose a malicious perturbation based adversarial training method (MPAT) for building robust deep neural networks against textual adversarial attacks. Specifically, we construct a multi-level malicious example generation strategy to generate adversarial examples with malicious perturbations, which are used instead of original inputs for model training. Additionally, we employ a novel training objective function to ensure achieving the defense goal without compromising the performance on the original task. We conduct comprehensive experiments to evaluate our defense method by attacking five victim models on three benchmark datasets. The result demonstrates that our method is more effective against malicious adversarial attacks compared with previous defense methods while maintaining or further improving the performance on the original task.

📄 PDF Abstract BibTeX arXiv:2402.18792

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Text Adversarial Purification as Defense against Adversarial Attacks

2022-03-27 · Linyang Li, Demin Song, Xipeng Qiu

Adversarial purification is a successful defense mechanism against adversarial attacks without requiring knowledge of the form of the incoming attack. Generally, adversarial purification aims to remove the adversarial pe…

Adversarial AttackAdversarial DefenseAdversarial Purification

Fighting Gradients with Gradients: Dynamic Defenses against Adversarial Attacks

2021-05-18 · NeurIPS 2021 12 · Dequan Wang, An Ju, Evan Shelhamer, David Wagner 외

Adversarial attacks optimize against models to defeat defenses. Existing defenses are static, and stay the same once trained, even while attacks change. We argue that models should fight back, and optimize their defenses…

DiffDefense: Defending against Adversarial Attacks via Diffusion Models

2023-09-07 · Hondamunige Prasanna Silva, Lorenzo Seidenari, Alberto del Bimbo

This paper presents a novel reconstruction method that leverages Diffusion Models to protect machine learning classifiers against adversarial attacks, all without requiring any modifications to the classifiers themselves…

Adversarial Defense

Connecting Lyapunov Control Theory to Adversarial Attacks

2019-07-17 · Arash Rahnama, Andre T. Nguyen, Edward Raff

Significant work is being done to develop the math and tools necessary to build provable defenses, or at least bounds, against adversarial attacks of neural networks. In this work, we argue that tools from control theory…

Math

Stable Neural ODE with Lyapunov-Stable Equilibrium Points for Defending Against Adversarial Attacks

2021-10-25 · NeurIPS 2021 12 · Qiyu Kang, Yang song, Qinxu Ding, Wee Peng Tay

Deep neural networks (DNNs) are well-known to be vulnerable to adversarial attacks, where malicious human-imperceptible perturbations are included in the input to the deep network to fool it into making a wrong classific…