paper-with-me

Papers

Backdoor Attacks on Self-Supervised Learning

2021-05-21 · CVPR 2022 1 · Aniruddha Saha, Ajinkya Tejankar, Soroush Abbasi Koohpayegani, Hamed Pirsiavash

Large-scale unlabeled data has spurred recent progress in self-supervised learning methods that learn rich visual representations. State-of-the-art self-supervised methods for learning representations from images (e.g., MoCo, BYOL, MSF) use an inductive bias that random augmentations (e.g., random crops) of an image should produce similar embeddings. We show that such methods are vulnerable to backdoor attacks - where an attacker poisons a small part of the unlabeled data by adding a trigger (image patch chosen by the attacker) to the images. The model performance is good on clean test images, but the attacker can manipulate the decision of the model by showing the trigger at test time. Backdoor attacks have been studied extensively in supervised learning and to the best of our knowledge, we are the first to study them for self-supervised learning. Backdoor attacks are more practical in self-supervised learning, since the use of large unlabeled data makes data inspection to remove poisons prohibitive. We show that in our targeted attack, the attacker can produce many false positives for the target category by using the trigger at test time. We also propose a defense method based on knowledge distillation that succeeds in neutralizing the attack. Our code is available here: https://github.com/UMBCvision/SSL-Backdoor .

📄 PDF Abstract BibTeX arXiv:2105.10123

Code (2)

UMBCvision/SSL-Backdoor 공식 구현 pytorch
jsrdcht/SSL-Backdoor pytorch

Tasks

Backdoor AttackInductive BiasKnowledge DistillationSelf-Supervised Learning

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
InfoNCE 설명 없음
BYOL 설명 없음
MoCo 설명 없음
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Towards Imperceptible Backdoor Attack in Self-supervised Learning

2024-05-23 · Hanrong Zhang, Zhenting Wang, Tingxu Han, Mingyu Jin 외

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 t…

Backdoor AttackSelf-Supervised Learning

An Embarrassingly Simple Backdoor Attack on Self-supervised Learning

2022-10-13 · ICCV 2023 1 · Changjiang Li, Ren Pang, Zhaohan Xi, Tianyu Du 외

As a new paradigm in machine learning, self-supervised learning (SSL) is capable of learning high-quality representations of complex data without relying on labels. In addition to eliminating the need for labeled data, r…

Adversarial RobustnessBackdoor AttackSelf-Supervised Learning

Towards Understanding How Self-training Tolerates Data Backdoor Poisoning

2023-01-20 · Soumyadeep Pal, Ren Wang, Yuguang Yao, Sijia Liu

Recent studies on backdoor attacks in model training have shown that polluting a small portion of training data is sufficient to produce incorrect manipulated predictions on poisoned test-time data while maintaining high…

backdoor defenseRepresentation Learning

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

EmInspector: Combating Backdoor Attacks in Federated Self-Supervised Learning Through Embedding Inspection

2024-05-21 · Yuwen Qian, Shuchi Wu, Kang Wei, Ming Ding 외

Federated self-supervised learning (FSSL) has recently emerged as a promising paradigm that enables the exploitation of clients' vast amounts of unlabeled data while preserving data privacy. While FSSL offers advantages,…

Backdoor AttackSelf-Supervised Learning