paper-with-me

Papers

DEFUSE: Generalizable Backdoor Defense for Self-Supervised Encoders with Generative Priors

2026-08-26 · Tuo Chen, Jie Gui, Minjing Dong, Lanting Fang, Ju Jia, Benlei Cui, Jian Liu arxiv

Self-supervised learning (SSL) encoders are vulnerable to backdoor attacks, posing threats to both visual SSL encoders and vision-language encoders. Existing defenses are typically designed for only one of these paradigms and rely on restrictive assumptions such as access to uninfected in-distribution data or precomputed pseudo-labels, which are difficult to satisfy in practice. To address these limitations, we propose DEFUSE, a generalizable backdoor detection framework for SSL encoders. Inspired by Bayesian posterior inference, we reformulate backdoor detection as a representation-conditioned image likelihood estimation problem parameterized by a conditional diffusion generative model. Uninfected representations tend to yield semantically consistent reconstructions, whereas backdoored ones are more likely to be mapped to the attacker's target class or semantically meaningless images, deviating from the original semantics and thereby exposing the backdoor. However, we find that the exact likelihood is intractable, because highly abstracted representations discard the low-level information necessary for pixel-faithful reconstruction. We therefore relax the objective to semantic reconstruction and evaluate it in a well-separated representation space provided by a reference encoder. Rather than training from scratch, we fine-tune a pretrained diffusion model, leveraging its generative prior to map data onto the natural image manifold while preserving semantic content. Extensive experiments demonstrate that DEFUSE substantially outperforms existing detectors across diverse attack settings, generalizing to both visual SSL and vision-language encoders. Notably, our method greatly reduces the reliance on prior knowledge about the victim encoder or the attack strategy. The source code is available at https://github.com/jsrdcht/DEFUSE .

📄 PDF Abstract BibTeX arXiv:2608.25851

Code (0)

등록된 구현이 없습니다.

Tasks

Self-Supervised Learning

Similar Papers 제목 키워드 기반

PEPPER: Perception-Guided Perturbation for Robust Backdoor Defense in Text-to-Image Diffusion Models

2025-11-20 · Oscar Chew, Po-Yi Lu, Jayden Lin, Kuan-Hao Huang 외 arxiv

Recent studies show that text to image (T2I) diffusion models are vulnerable to backdoor attacks, where a trigger in the input prompt can steer generation toward harmful or unintended content. Beyond the trigger token it…

BadEncoder: Backdoor Attacks to Pre-trained Encoders in Self-Supervised Learning

2021-08-01 · Jinyuan Jia, Yupei Liu, Neil Zhenqiang Gong

Self-supervised learning in computer vision aims to pre-train an image encoder using a large amount of unlabeled images or (image, text) pairs. The pre-trained image encoder can then be used as a feature extractor to bui…

Backdoor AttackSelf-Supervised Learning

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

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

Defending Against Patch-based Backdoor Attacks on Self-Supervised Learning

2023-04-04 · CVPR 2023 1 · Ajinkya Tejankar, Maziar Sanjabi, Qifan Wang, Sinong Wang 외

Recently, self-supervised learning (SSL) was shown to be vulnerable to patch-based data poisoning backdoor attacks. It was shown that an adversary can poison a small part of the unlabeled data so that when a victim train…

Data PoisoningSelf-Supervised Learning