paper-with-me

홈 › Papers

PlugAT: A Plug and Play Module to Defend against Textual Adversarial Attack

2022-10-01 · COLING 2022 10 · Rui Zheng, Rong Bao, Qin Liu, Tao Gui, Qi Zhang, Xuanjing Huang, Rui Xie, Wei Wu

Adversarial training, which minimizes the loss of adversarially perturbed examples, has received considerable attention. However, these methods require modifying all model parameters and optimizing the model from scratch, which is parameter inefficient and unfriendly to the already deployed models. As an alternative, we propose a pluggable defense module PlugAT, to provide robust predictions by adding a few trainable parameters to the model inputs while keeping the original model frozen. To reduce the potential side effects of using defense modules, we further propose a novel forgetting restricted adversarial training, which filters out bad adversarial examples that impair the performance of original ones. The PlugAT-equipped BERT model substantially improves robustness over several strong baselines on various text classification tasks, whilst training only 9.1% parameters. We observe that defense modules trained under the same model architecture have domain adaptation ability between similar text classification datasets.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackDomain Adaptationtext-classificationText Classification

Similar Papers 제목 키워드 기반

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

AdaptGuard: Defending Against Universal Attacks for Model Adaptation

2023-03-19 · ICCV 2023 1 · Lijun Sheng, Jian Liang, Ran He, Zilei Wang 외

Model adaptation aims at solving the domain transfer problem under the constraint of only accessing the pretrained source models. With the increasing considerations of data privacy and transmission efficiency, this parad…

Knowledge DistillationmodelTransfer Learning

Exposing and Defending the Achilles' Heel of Video Mixture-of-Experts

2026-02-01 · Songping Wang, Qinglong Liu, Yueming Lyu, Ning Li 외 arxiv

Mixture-of-Experts (MoE) has demonstrated strong performance in video understanding tasks, yet its adversarial robustness remains underexplored. Existing attack methods often treat MoE as a unified architecture, overlook…

Adversarial Robustness

Learning Near-Optimal Intrusion Responses Against Dynamic Attackers

2023-01-11 · Kim Hammar, Rolf Stadler

We study automated intrusion response and formulate the interaction between an attacker and a defender as an optimal stopping game where attack and defense strategies evolve through reinforcement learning and self-play. …

MalPurifier: Enhancing Android Malware Detection with Adversarial Purification against Evasion Attacks

2023-12-11 · Yuyang Zhou, Guang Cheng, Zongyao Chen, Shui Yu

Machine learning (ML) has gained significant adoption in Android malware detection to address the escalating threats posed by the rapid proliferation of malware attacks. However, recent studies have revealed the inherent…

Adversarial PurificationAndroid Malware DetectionDenoisingMalware Detection+1