paper-with-me

Papers

Shortcuts Everywhere and Nowhere: Exploring Multi-Trigger Backdoor Attacks

2024-01-27 · Yige Li, Jiabo He, Hanxun Huang, Jun Sun, Xingjun Ma, Yu-Gang Jiang

Backdoor attacks have become a significant threat to the pre-training and deployment of deep neural networks (DNNs). Although numerous methods for detecting and mitigating backdoor attacks have been proposed, most rely on identifying and eliminating the ``shortcut" created by the backdoor, which links a specific source class to a target class. However, these approaches can be easily circumvented by designing multiple backdoor triggers that create shortcuts everywhere and therefore nowhere specific. In this study, we explore the concept of Multi-Trigger Backdoor Attacks (MTBAs), where multiple adversaries leverage different types of triggers to poison the same dataset. By proposing and investigating three types of multi-trigger attacks including \textit{parallel}, \textit{sequential}, and \textit{hybrid} attacks, we demonstrate that 1) multiple triggers can coexist, overwrite, or cross-activate one another, and 2) MTBAs easily break the prevalent shortcut assumption underlying most existing backdoor detection/removal methods, rendering them ineffective. Given the security risk posed by MTBAs, we have created a multi-trigger backdoor poisoning dataset to facilitate future research on detecting and mitigating these attacks, and we also discuss potential defense strategies against MTBAs. Our code is available at \url{https://github.com/bboylyg/Multi-Trigger-Backdoor-Attacks}.

📄 PDF Abstract BibTeX arXiv:2401.15295

Code (1)

bboylyg/multi-trigger-backdoor-attacks 공식 구현 pytorch

Similar Papers 제목 키워드 기반

From Shortcuts to Triggers: Backdoor Defense with Denoised PoE

2023-05-24 · Qin Liu, Fei Wang, Chaowei Xiao, Muhao Chen

Language models are often at risk of diverse backdoor attacks, especially data poisoning. Thus, it is important to investigate defense solutions for addressing them. Existing backdoor defense methods mainly focus on back…

backdoor defenseData PoisoningDenoisingSentence+1

Shortcut to Nowhere: Demystifying Deep Spurious Regression

2026-06-01 · Guanrong Xu, Jessica Li, Hao Wang, Yuzhe Yang arxiv

Real-world regression often exhibits shortcuts: attributes that are spuriously correlated with continuous targets in training, yet unreliable under deployment shifts; regressing targets using such shortcuts may fail cata…

Guiding LLM to Fool Itself: Automatically Manipulating Machine Reading Comprehension Shortcut Triggers

2023-10-24 · Mosh Levy, Shauli Ravfogel, Yoav Goldberg

Recent applications of LLMs in Machine Reading Comprehension (MRC) systems have shown impressive results, but the use of shortcuts, mechanisms triggered by features spuriously correlated to the true label, has emerged as…

Machine Reading ComprehensionReading Comprehension

ShortcutLens: A Visual Analytics Approach for Exploring Shortcuts in Natural Language Understanding Dataset

2022-08-17 · Zhihua Jin, Xingbo Wang, Furui Cheng, Chunhui Sun 외

Benchmark datasets play an important role in evaluating Natural Language Understanding (NLU) models. However, shortcuts -- unwanted biases in the benchmark datasets -- can damage the effectiveness of benchmark datasets i…

Natural Language Understanding

ALMGuard: Safety Shortcuts and Where to Find Them as Guardrails for Audio-Language Models

2025-10-30 · Weifei Jin, Yuxin Cao, Junjie Su, Minhui Xue 외 arxiv

Recent advances in Audio-Language Models (ALMs) have significantly improved multimodal understanding capabilities. However, the introduction of the audio modality also brings new and unique vulnerability vectors. Previou…