paper-with-me

홈 › Papers

LOTUS: Evasive and Resilient Backdoor Attacks through Sub-Partitioning

2024-03-25 · CVPR 2024 1 · Siyuan Cheng, Guanhong Tao, Yingqi Liu, Guangyu Shen, Shengwei An, Shiwei Feng, Xiangzhe Xu, Kaiyuan Zhang, Shiqing Ma, Xiangyu Zhang

Backdoor attack poses a significant security threat to Deep Learning applications. Existing attacks are often not evasive to established backdoor detection techniques. This susceptibility primarily stems from the fact that these attacks typically leverage a universal trigger pattern or transformation function, such that the trigger can cause misclassification for any input. In response to this, recent papers have introduced attacks using sample-specific invisible triggers crafted through special transformation functions. While these approaches manage to evade detection to some extent, they reveal vulnerability to existing backdoor mitigation techniques. To address and enhance both evasiveness and resilience, we introduce a novel backdoor attack LOTUS. Specifically, it leverages a secret function to separate samples in the victim class into a set of partitions and applies unique triggers to different partitions. Furthermore, LOTUS incorporates an effective trigger focusing mechanism, ensuring only the trigger corresponding to the partition can induce the backdoor behavior. Extensive experimental results show that LOTUS can achieve high attack success rate across 4 datasets and 7 model structures, and effectively evading 13 backdoor detection and mitigation techniques. The code is available at https://github.com/Megum1/LOTUS.

📄 PDF Abstract BibTeX arXiv:2403.17188

Code (1)

megum1/lotus 공식 구현 pytorch

Tasks

Backdoor Attack

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Megatron: Evasive Clean-Label Backdoor Attacks against Vision Transformer

2024-12-06 · Xueluan Gong, Bowei Tian, Meng Xue, Shuike Li 외

Vision transformers have achieved impressive performance in various vision-related tasks, but their vulnerability to backdoor attacks is under-explored. A handful of existing works focus on dirty-label attacks with wrong…

Backdoor Attack

Adaptive Backdoor Attacks with Reasonable Constraints on Graph Neural Networks

2025-03-12 · Xuewen Dong, Jiachen Li, Shujun Li, Zhichao You 외

Recent studies show that graph neural networks (GNNs) are vulnerable to backdoor attacks. Existing backdoor attacks against GNNs use fixed-pattern triggers and lack reasonable trigger constraints, overlooking individual …

Backdoor AttackGraph Similarity

TrojanZoo: Towards Unified, Holistic, and Practical Evaluation of Neural Backdoors

2020-12-16 · Ren Pang, Zheng Zhang, Xiangshan Gao, Zhaohan Xi 외

Neural backdoors represent one primary threat to the security of deep learning systems. The intensive research has produced a plethora of backdoor attacks/defenses, resulting in a constant arms race. However, due to the …

Rethinking Backdoor Attacks on Dataset Distillation: A Kernel Method Perspective

2023-11-28 · Ming-Yu Chung, Sheng-Yen Chou, Chia-Mu Yu, Pin-Yu Chen 외

Dataset distillation offers a potential means to enhance data efficiency in deep learning. Recent studies have shown its ability to counteract backdoor risks present in original training samples. In this study, we delve …

Backdoor AttackDataset Distillation

TokenSwap: Backdoor Attack on the Compositional Understanding of Large Vision-Language Models

2025-09-29 · Zhifang Zhang, Qiqi Tao, Jiaqi Lv, Na Zhao 외 arxiv

Large vision-language models (LVLMs) have achieved impressive performance across a wide range of vision-language tasks, while they remain vulnerable to backdoor attacks. Existing backdoor attacks on LVLMs aim to force th…