paper-with-me

Papers

CUBA: Controlled Untargeted Backdoor Attack against Deep Neural Networks

2025-06-20 · Yinghao Wu, Liyan Zhang

Backdoor attacks have emerged as a critical security threat against deep neural networks in recent years. The majority of existing backdoor attacks focus on targeted backdoor attacks, where trigger is strongly associated to specific malicious behavior. Various backdoor detection methods depend on this inherent property and shows effective results in identifying and mitigating such targeted attacks. However, a purely untargeted attack in backdoor scenarios is, in some sense, self-weakening, since the target nature is what makes backdoor attacks so powerful. In light of this, we introduce a novel Constrained Untargeted Backdoor Attack (CUBA), which combines the flexibility of untargeted attacks with the intentionality of targeted attacks. The compromised model, when presented with backdoor images, will classify them into random classes within a constrained range of target classes selected by the attacker. This combination of randomness and determinedness enables the proposed untargeted backdoor attack to natively circumvent existing backdoor defense methods. To implement the untargeted backdoor attack under controlled flexibility, we propose to apply logit normalization on cross-entropy loss with flipped one-hot labels. By constraining the logit during training, the compromised model will show a uniform distribution across selected target classes, resulting in controlled untargeted attack. Extensive experiments demonstrate the effectiveness of the proposed CUBA on different datasets.

📄 PDF Abstract BibTeX arXiv:2506.17350

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor Attackbackdoor defense

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Untargeted Backdoor Attack against Object Detection

2022-11-02 · Chengxiao Luo, Yiming Li, Yong Jiang, Shu-Tao Xia

Recent studies revealed that deep neural networks (DNNs) are exposed to backdoor threats when training with third-party resources (such as training samples or backbones). The backdoored model has promising performance in…

Backdoor Attackimage-classificationImage ClassificationObject+3

FLARE: Toward Universal Dataset Purification against Backdoor Attacks

2024-11-29 · Linshan Hou, Wei Luo, Zhongyun Hua, Songhua Chen 외

Deep neural networks (DNNs) are susceptible to backdoor attacks, where adversaries poison datasets with adversary-specified triggers to implant hidden backdoors, enabling malicious manipulation of model predictions. Data…

All

BadBone: Backdoor Attacks Against Backbone Models in Visual Prompt Learning

2026-05-29 · Ziqing Yang, Rui Wen, Xinlei He, Yun Shen 외 arxiv

Prompt learning is a new machine learning paradigm that has attracted ample attention due to its simplicity and proven efficacy. Despite its growing adoption, the security vulnerabilities associated with this paradigm re…

Progressive Backdoor Erasing via connecting Backdoor and Adversarial Attacks

2022-02-13 · CVPR 2023 1 · Bingxu Mu, Zhenxing Niu, Le Wang, Xue Wang 외

Deep neural networks (DNNs) are known to be vulnerable to both backdoor attacks as well as adversarial attacks. In the literature, these two types of attacks are commonly treated as distinct problems and solved separatel…

backdoor defense

Does Low Rank Adaptation Lead to Lower Robustness against Training-Time Attacks?

2025-05-19 · Zi Liang, Haibo Hu, Qingqing Ye, Yaxin Xiao 외

Low rank adaptation (LoRA) has emerged as a prominent technique for fine-tuning large language models (LLMs) thanks to its superb efficiency gains over previous methods. While extensive studies have examined the performa…

Data Poisoning