paper-with-me

Papers

Erasing Self-Supervised Learning Backdoor by Cluster Activation Masking

2023-12-13 · Shengsheng Qian, Dizhan Xue, Yifei Wang, Shengjie Zhang, Huaiwen Zhang, Changsheng Xu

Self-Supervised Learning (SSL) is an effective paradigm for learning representations from unlabeled data, such as text, images, and videos. However, researchers have recently found that SSL is vulnerable to backdoor attacks. The attacker can embed hidden SSL backdoors via a few poisoned examples in the training dataset and maliciously manipulate the behavior of downstream models. To defend against SSL backdoor attacks, a feasible route is to detect and remove the poisonous samples in the training set. However, the existing SSL backdoor defense method fails to detect the poisonous samples precisely. In this paper, we propose to erase the SSL backdoor by cluster activation masking and propose a novel PoisonCAM method. After obtaining the threat model trained on the poisoned dataset, our method can precisely detect poisonous samples based on the assumption that masking the backdoor trigger can effectively change the activation of a downstream clustering model. In experiments, our PoisonCAM achieves 96\% accuracy for backdoor trigger detection compared to 3\% of the state-of-the-art method on poisoned ImageNet-100. Moreover, our proposed PoisonCAM significantly improves the performance of the trained SSL model under backdoor attacks compared to the state-of-the-art method. Our code, data, and trained models will be open once this paper is accepted.

📄 PDF Abstract BibTeX arXiv:2312.07955

Code (1)

livxue/poisoncam 공식 구현

Tasks

backdoor defenseSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Knowledge Transfer with Simulated Inter-Image Erasing for Weakly Supervised Semantic Segmentation

2024-07-03 · Tao Chen, Xiruo Jiang, Gensheng Pei, Zeren Sun 외

Though adversarial erasing has prevailed in weakly supervised semantic segmentation to help activate integral object regions, existing approaches still suffer from the dilemma of under-activation and over-expansion due t…

ObjectObject DiscoverySemantic SegmentationTransfer Learning+2

DHBE: Data-free Holistic Backdoor Erasing in Deep Neural Networks via Restricted Adversarial Distillation

2023-06-13 · Zhicong Yan, Shenghong Li, Ruijie Zhao, Yuan Tian 외

Backdoor attacks have emerged as an urgent threat to Deep Neural Networks (DNNs), where victim DNNs are furtively implanted with malicious neurons that could be triggered by the adversary. To defend against backdoor atta…

CleanCLIP: Mitigating Data Poisoning Attacks in Multimodal Contrastive Learning

2023-03-06 · ICCV 2023 1 · Hritik Bansal, Nishad Singhi, Yu Yang, Fan Yin 외

Multimodal contrastive pretraining has been used to train multimodal representation models, such as CLIP, on large amounts of paired image-text data. However, previous studies have revealed that such models are vulnerabl…

Backdoor AttackContrastive LearningData Poisoning

Detecting Backdoor Poisoning Attacks on Deep Neural Networks by Heatmap Clustering

2022-04-27 · Lukas Schulth, Christian Berghoff, Matthias Neu

Predicitions made by neural networks can be fraudulently altered by so-called poisoning attacks. A special case are backdoor poisoning attacks. We study suitable detection methods and introduce a new method called Heatma…

Clustering

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