paper-with-me

홈 › Papers

Towards Practical Deployment-Stage Backdoor Attack on Deep Neural Networks

2021-11-25 · CVPR 2022 1 · Xiangyu Qi, Tinghao Xie, Ruizhe Pan, Jifeng Zhu, Yong Yang, Kai Bu

One major goal of the AI security community is to securely and reliably produce and deploy deep learning models for real-world applications. To this end, data poisoning based backdoor attacks on deep neural networks (DNNs) in the production stage (or training stage) and corresponding defenses are extensively explored in recent years. Ironically, backdoor attacks in the deployment stage, which can often happen in unprofessional users' devices and are thus arguably far more threatening in real-world scenarios, draw much less attention of the community. We attribute this imbalance of vigilance to the weak practicality of existing deployment-stage backdoor attack algorithms and the insufficiency of real-world attack demonstrations. To fill the blank, in this work, we study the realistic threat of deployment-stage backdoor attacks on DNNs. We base our study on a commonly used deployment-stage attack paradigm -- adversarial weight attack, where adversaries selectively modify model weights to embed backdoor into deployed DNNs. To approach realistic practicality, we propose the first gray-box and physically realizable weights attack algorithm for backdoor injection, namely subnet replacement attack (SRA), which only requires architecture information of the victim model and can support physical triggers in the real world. Extensive experimental simulations and system-level real-world attack demonstrations are conducted. Our results not only suggest the effectiveness and practicality of the proposed attack algorithm, but also reveal the practical risk of a novel type of computer virus that may widely spread and stealthily inject backdoor into DNN models in user devices. By our study, we call for more attention to the vulnerability of DNNs in the deployment stage.

📄 PDF Abstract BibTeX arXiv:2111.12965

Code (1)

unispac/subnet-replacement-attack 공식 구현 pytorch

Tasks

AttributeBackdoor AttackData Poisoning

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Subnet Replacement: Deployment-stage backdoor attack against deep neural networks in gray-box setting

2021-07-15 · Xiangyu Qi, Jifeng Zhu, Chulin Xie, Yong Yang

We study the realistic potential of conducting backdoor attack against deep neural networks (DNNs) during deployment stage. Specifically, our goal is to design a deployment-stage backdoor attack algorithm that is both th…

Backdoor AttackPhilosophy

NNoculation: Catching BadNets in the Wild

2020-02-19 · Akshaj Kumar Veldanda, Kang Liu, Benjamin Tan, Prashanth Krishnamurthy 외

This paper proposes a novel two-stage defense (NNoculation) against backdoored neural networks (BadNets) that, repairs a BadNet both pre-deployment and online in response to backdoored test inputs encountered in the fiel…

Backdoor Attacks and Countermeasures on Deep Learning: A Comprehensive Review

2020-07-21 · Yansong Gao, Bao Gia Doan, Zhi Zhang, Siqi Ma 외

This work provides the community with a timely comprehensive review of backdoor attacks and countermeasures on deep learning. According to the attacker's capability and affected stage of the machine learning pipeline, th…

Deep Learning

ReVeil: Unconstrained Concealed Backdoor Attack on Deep Neural Networks using Machine Unlearning

2025-02-17 · Manaar Alam, Hithem Lamri, Michail Maniatakos

Backdoor attacks embed hidden functionalities in deep neural networks (DNN), triggering malicious behavior with specific inputs. Advanced defenses monitor anomalous DNN inferences to detect such attacks. However, conceal…

Backdoor AttackMachine Unlearning

Backdoor Collapse: Eliminating Unknown Threats via Known Backdoor Aggregation in Language Models

2025-10-11 · Liang Lin, Miao Yu, Moayad Aloqaily, Zhenhong Zhou 외 arxiv

Backdoor attacks are a significant threat to large language models (LLMs), often embedded via public checkpoints, yet existing defenses rely on impractical assumptions about trigger settings. To address this challenge, w…