paper-with-me

홈 › Papers

IMBERT: Making BERT Immune to Insertion-based Backdoor Attacks

2023-05-25 · Xuanli He, Jun Wang, Benjamin Rubinstein, Trevor Cohn

Backdoor attacks are an insidious security threat against machine learning models. Adversaries can manipulate the predictions of compromised models by inserting triggers into the training phase. Various backdoor attacks have been devised which can achieve nearly perfect attack success without affecting model predictions for clean inputs. Means of mitigating such vulnerabilities are underdeveloped, especially in natural language processing. To fill this gap, we introduce IMBERT, which uses either gradients or self-attention scores derived from victim models to self-defend against backdoor attacks at inference time. Our empirical studies demonstrate that IMBERT can effectively identify up to 98.5% of inserted triggers. Thus, it significantly reduces the attack success rate while attaining competitive accuracy on the clean dataset across widespread insertion-based attacks compared to two baselines. Finally, we show that our approach is model-agnostic, and can be easily ported to several pre-trained transformer models.

📄 PDF Abstract BibTeX arXiv:2305.16503

Code (1)

xlhex/imbert 공식 구현 pytorch

Similar Papers 제목 키워드 기반

TimberTrek: Exploring and Curating Sparse Decision Trees with Interactive Visualization

2022-09-19 · Zijie J. Wang, Chudi Zhong, Rui Xin, Takuya Takagi 외

Given thousands of equally accurate machine learning (ML) models, how can users choose among them? A recent ML technique enables domain experts and data scientists to generate a complete Rashomon set for sparse decision …

TIMBERT: Toponym Identifier For The Medical Domain Based on BERT

2020-12-01 · COLING 2020 8 · MohammadReza Davari, Leila Kosseim, Tien Bui

In this paper, we propose an approach to automate the process of place name detection in the medical domain to enable epidemiologists to better study and model the spread of viruses. We created a family of Toponym Identi…

SentenceToponym Recognition

DiMBERT: Learning Vision-Language Grounded Representations with Disentangled Multimodal-Attention

2022-10-28 · Fenglin Liu, Xian Wu, Shen Ge, Xuancheng Ren 외

Vision-and-language (V-L) tasks require the system to understand both vision content and natural language, thus learning fine-grained joint representations of vision and language (a.k.a. V-L representations) is of paramo…

Image CaptioningLanguage ModelingLanguage ModellingSentence+2

Backdoor Attacks with Input-unique Triggers in NLP

2023-03-25 · Xukun Zhou, Jiwei Li, Tianwei Zhang, Lingjuan Lyu 외

Backdoor attack aims at inducing neural models to make incorrect predictions for poison data while keeping predictions on the clean dataset unchanged, which creates a considerable threat to current natural language proce…

Backdoor AttackLanguage ModellingSentence

PASTA: A Patch-Agnostic Twofold-Stealthy Backdoor Attack on Vision Transformers

2026-04-21 · Dazhuang Liu, Yanqi Qiao, Rui Wang, Kaitai Liang 외 arxiv

Vision Transformers (ViTs) have achieved remarkable success across vision tasks, yet recent studies show they remain vulnerable to backdoor attacks. Existing patch-wise attacks typically assume a single fixed trigger loc…