paper-with-me

Papers

Regula Sub-rosa: Latent Backdoor Attacks on Deep Neural Networks

2019-05-24 · Yuanshun Yao, Huiying Li, Hai-Tao Zheng, Ben Y. Zhao

Recent work has proposed the concept of backdoor attacks on deep neural networks (DNNs), where misbehaviors are hidden inside "normal" models, only to be triggered by very specific inputs. In practice, however, these attacks are difficult to perform and highly constrained by sharing of models through transfer learning. Adversaries have a small window during which they must compromise the student model before it is deployed. In this paper, we describe a significantly more powerful variant of the backdoor attack, latent backdoors, where hidden rules can be embedded in a single "Teacher" model, and automatically inherited by all "Student" models through the transfer learning process. We show that latent backdoors can be quite effective in a variety of application contexts, and validate its practicality through real-world attacks against traffic sign recognition, iris identification of lab volunteers, and facial recognition of public figures (politicians). Finally, we evaluate 4 potential defenses, and find that only one is effective in disrupting latent backdoors, but might incur a cost in classification accuracy as tradeoff.

📄 PDF Abstract BibTeX arXiv:1905.10447

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackTraffic Sign RecognitionTransfer Learning

Similar Papers 제목 키워드 기반

Microsaccade-Inspired Probing: Positional Encoding Perturbations Reveal LLM Misbehaviours

2025-10-01 · Rui Melo, Rui Abreu, Corina S. Pasareanu arxiv

We draw inspiration from microsaccades, tiny involuntary eye movements that reveal hidden dynamics of human perception, to propose an analogous probing method for large language models (LLMs). Just as microsaccades expos…

Circumventing Backdoor Defenses That Are Based on Latent Separability

2022-05-26 · Xiangyu Qi, Tinghao Xie, Yiming Li, Saeed Mahloujifar 외

Recent studies revealed that deep learning is susceptible to backdoor poisoning attacks. An adversary can embed a hidden backdoor into a model to manipulate its predictions by only modifying a few training data, without …

Revisiting the Assumption of Latent Separability for Backdoor Defenses

2023-02-01 · ICLR 2023 2 · Xiangyu Qi, Tinghao Xie, Tinghao_Xie1, Yiming Li 외

Recent studies revealed that deep learning is susceptible to backdoor poisoning attacks. An adversary can embed a hidden backdoor into a model to manipulate its predictions by only modifying a few training data, without …

Backdoor Attack with Imperceptible Input and Latent Modification

2021-12-01 · NeurIPS 2021 12 · Khoa Doan, Yingjie Lao, Ping Li

Recent studies have shown that deep neural networks (DNN) are vulnerable to various adversarial attacks. In particular, an adversary can inject a stealthy backdoor into a model such that the compromised model will behave…

Backdoor Attack

BadRSSD: Backdoor Attacks on Regularized Self-Supervised Diffusion Models

2026-03-01 · Jiayao Wang, Yiping Zhang, Mohammad Maruf Hasan, Xiaoying Lei 외 arxiv

Self-supervised diffusion models learn high-quality visual representations via latent space denoising. However, their representation layer poses a distinct threat: unlike traditional attacks targeting generative outputs,…