paper-with-me

Papers

Invisible Backdoor Attack with Dynamic Triggers against Person Re-identification

2022-11-20 · Wenli Sun, Xinyang Jiang, Shuguang Dou, Dongsheng Li, Duoqian Miao, Cheng Deng, Cairong Zhao

In recent years, person Re-identification (ReID) has rapidly progressed with wide real-world applications, but also poses significant risks of adversarial attacks. In this paper, we focus on the backdoor attack on deep ReID models. Existing backdoor attack methods follow an all-to-one or all-to-all attack scenario, where all the target classes in the test set have already been seen in the training set. However, ReID is a much more complex fine-grained open-set recognition problem, where the identities in the test set are not contained in the training set. Thus, previous backdoor attack methods for classification are not applicable for ReID. To ameliorate this issue, we propose a novel backdoor attack on deep ReID under a new all-to-unknown scenario, called Dynamic Triggers Invisible Backdoor Attack (DT-IBA). Instead of learning fixed triggers for the target classes from the training set, DT-IBA can dynamically generate new triggers for any unknown identities. Specifically, an identity hashing network is proposed to first extract target identity information from a reference image, which is then injected into the benign images by image steganography. We extensively validate the effectiveness and stealthiness of the proposed attack on benchmark datasets, and evaluate the effectiveness of several defense methods against our attack.

📄 PDF Abstract BibTeX arXiv:2211.10933

Code (1)

Vill-Lab/2023-TIFS-DTIBA 공식 구현 tf

Tasks

AllBackdoor AttackImage SteganographyOpen Set LearningPerson Re-Identification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Twin Trigger Generative Networks for Backdoor Attacks against Object Detection

2024-11-23 · Zhiying Li, Zhi Liu, GuangGang Geng, Shreyank N Gowda 외

Object detectors, which are widely used in real-world applications, are vulnerable to backdoor attacks. This vulnerability arises because many users rely on datasets or pre-trained models provided by third parties due to…

image-classificationImage ClassificationObjectobject-detection+1

Invisible Backdoor Attacks on Deep Neural Networks via Steganography and Regularization

2019-09-06 · Shaofeng Li, Minhui Xue, Benjamin Zi Hao Zhao, Haojin Zhu 외

Deep neural networks (DNNs) have been proven vulnerable to backdoor attacks, where hidden features (patterns) trained to a normal model, which is only activated by some specific input (called triggers), trick the model i…

Invisible Backdoor Attack against Self-supervised Learning

2025-01-01 · CVPR 2025 1 · Hanrong Zhang, Zhenting Wang, Boheng Li, Fulin Lin 외

Self-supervised learning (SSL) models are vulnerable to backdoor attacks. Existing backdoor attacks that are effective in SSL often involve noticeable triggers, like colored patches or visible noise, which are vulner…

Backdoor AttackSelf-Supervised Learning

BadHash: Invisible Backdoor Attacks against Deep Hashing with Clean Label

2022-07-01 · Shengshan Hu, Ziqi Zhou, Yechao Zhang, Leo Yu Zhang 외

Due to its powerful feature learning capability and high efficiency, deep hashing has achieved great success in large-scale image retrieval. Meanwhile, extensive works have demonstrated that deep neural networks (DNNs) a…

Adversarial AttackBackdoor AttackContrastive LearningDeep Hashing+5

A Dual Stealthy Backdoor: From Both Spatial and Frequency Perspectives

2023-07-03 · Yudong Gao, Honglong Chen, Peng Sun, Junjian Li 외

Backdoor attacks pose serious security threats to deep neural networks (DNNs). Backdoored models make arbitrarily (targeted) incorrect predictions on inputs embedded with well-designed triggers while behaving normally on…

Backdoor Attack