paper-with-me

홈 › Papers

Hidden Trigger Backdoor Attacks

2019-09-30 · Aniruddha Saha, Akshayvarun Subramanya, Hamed Pirsiavash

With the success of deep learning algorithms in various domains, studying adversarial attacks to secure deep models in real world applications has become an important research topic. Backdoor attacks are a form of adversarial attacks on deep networks where the attacker provides poisoned data to the victim to train the model with, and then activates the attack by showing a specific small trigger pattern at the test time. Most state-of-the-art backdoor attacks either provide mislabeled poisoning data that is possible to identify by visual inspection, reveal the trigger in the poisoned data, or use noise to hide the trigger. We propose a novel form of backdoor attack where poisoned data look natural with correct labels and also more importantly, the attacker hides the trigger in the poisoned data and keeps the trigger secret until the test time. We perform an extensive study on various image classification settings and show that our attack can fool the model by pasting the trigger at random locations on unseen images although the model performs well on clean data. We also show that our proposed attack cannot be easily defended using a state-of-the-art defense algorithm for backdoor attacks.

📄 PDF Abstract BibTeX arXiv:1910.00033

Code (3)

UMBCvision/Hidden-Trigger-Backdoor-Attacks 공식 구현 pytorch
aryan-satpathy/backdoor pytorch
locuslab/breaking-poisoned-classifier pytorch

Tasks

Backdoor Attackimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Hidden Backdoors in Human-Centric Language Models

2021-05-01 · Shaofeng Li, Hui Liu, Tian Dong, Benjamin Zi Hao Zhao 외

Natural language processing (NLP) systems have been proven to be vulnerable to backdoor attacks, whereby hidden features (backdoors) are trained into a language model and may only be activated by specific inputs (called …

Language ModellingMachine TranslationNMTQuestion Answering

Hidden Killer: Invisible Textual Backdoor Attacks with Syntactic Trigger

2021-05-26 · ACL 2021 5 · Fanchao Qi, Mukai Li, Yangyi Chen, Zhengyan Zhang 외

Backdoor attacks are a kind of insidious security threat against machine learning models. After being injected with a backdoor in training, the victim model will produce adversary-specified outputs on the inputs embedded…

Backdoor Attack

Rethinking the Trigger of Backdoor Attack

2020-04-09 · Yiming Li, Tongqing Zhai, Baoyuan Wu, Yong Jiang 외

Backdoor attack intends to inject hidden backdoor into the deep neural networks (DNNs), such that the prediction of the infected model will be maliciously changed if the hidden backdoor is activated by the attacker-defin…

Backdoor Attackbackdoor defense

Backdoor Attack in the Physical World

2021-04-06 · Yiming Li, Tongqing Zhai, Yong Jiang, Zhifeng Li 외

Backdoor attack intends to inject hidden backdoor into the deep neural networks (DNNs), such that the prediction of infected models will be maliciously changed if the hidden backdoor is activated by the attacker-defined …

Backdoor Attack

BadViM: Backdoor Attack against Vision Mamba

2025-07-01 · Yinghao Wu, Liyan Zhang arxiv

Vision State Space Models (SSMs), particularly architectures like Vision Mamba (ViM), have emerged as promising alternatives to Vision Transformers (ViTs). However, the security implications of this novel architecture, e…