paper-with-me

Papers

Towards Imperceptible Backdoor Attack in Self-supervised Learning

2024-05-23 · Hanrong Zhang, Zhenting Wang, Tingxu Han, Mingyu Jin, Chenlu Zhan, Mengnan Du, Hongwei Wang, Shiqing Ma

Self-supervised learning models are vulnerable to backdoor attacks. Existing backdoor attacks that are effective in self-supervised learning often involve noticeable triggers, like colored patches, which are vulnerable to human inspection. In this paper, we propose an imperceptible and effective backdoor attack against self-supervised models. We first find that existing imperceptible triggers designed for supervised learning are not as effective in compromising self-supervised models. We then identify this ineffectiveness is attributed to the overlap in distributions between the backdoor and augmented samples used in self-supervised learning. Building on this insight, we design an attack using optimized triggers that are disentangled to the augmented transformation in the self-supervised learning, while also remaining imperceptible to human vision. Experiments on five datasets and seven SSL algorithms demonstrate our attack is highly effective and stealthy. It also has strong resistance to existing backdoor defenses. Our code can be found at https://github.com/Zhang-Henry/IMPERATIVE.

📄 PDF Abstract BibTeX arXiv:2405.14672

Code (2)

zhang-henry/imperative 공식 구현 pytorch
zhang-henry/inactive pytorch

Tasks

Backdoor AttackSelf-Supervised Learning

Similar Papers 제목 키워드 기반

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

IPBA: Imperceptible Perturbation Backdoor Attack in Federated Self-Supervised Learning

2025-08-11 · Jiayao Wang, Yang Song, Zhendong Zhao, Jiale Zhang 외 arxiv

Federated self-supervised learning (FSSL) combines the advantages of decentralized modeling and unlabeled representation learning, serving as a cutting-edge paradigm with strong potential for scalability and privacy pres…

Self-Supervised LearningRepresentation Learning

Training set cleansing of backdoor poisoning by self-supervised representation learning

2022-10-19 · H. Wang, S. Karami, O. Dia, H. Ritter 외

A backdoor or Trojan attack is an important type of data poisoning attack against deep neural network (DNN) classifiers, wherein the training dataset is poisoned with a small number of samples that each possess the backd…

Data Poisoningimage-classificationImage ClassificationRepresentation Learning

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

DEFEAT: Deep Hidden Feature Backdoor Attacks by Imperceptible Perturbation and Latent Representation Constraints

2022-01-01 · CVPR 2022 1 · Zhendong Zhao, Xiaojun Chen, Yuexin Xuan, Ye Dong 외

Backdoor attack is a type of serious security threat to deep learning models.An adversary can provide users with a model trained on poisoned data to manipulate prediction behavior in test stage using a backdoor. The …

Backdoor Attack