paper-with-me

홈 › Papers

Assimilation Matters: Model-level Backdoor Detection in Vision-Language Pretrained Models

2025-11-29 · Zhongqi Wang, Jie Zhang, Shiguang Shan, Xilin Chen arxiv

Vision-language pretrained models (VLPs) such as CLIP have achieved remarkable success, but are also highly vulnerable to backdoor attacks. Given a model fine-tuned by an untrusted third party, determining whether the model has been injected with a backdoor is a critical and challenging problem. Existing detection methods usually rely on prior knowledge of training dataset, backdoor triggers and targets, or downstream classifiers, which may be impractical for real-world applications. To address this, To address this challenge, we introduce Assimilation Matters in DETection (AMDET), a novel model-level detection framework that operates without any such prior knowledge. Specifically, we first reveal the feature assimilation property in backdoored text encoders: the representations of all tokens within a backdoor sample exhibit a high similarity. Further analysis attributes this effect to the concentration of attention weights on the trigger token. Leveraging this insight, AMDET scans a model by performing gradient-based inversion on token embeddings to recover implicit features that capable of activating backdoor behaviors. Furthermore, we identify the natural backdoor feature in the OpenAI's official CLIP model, which are not intentionally injected but still exhibit backdoor-like behaviors. We then filter them out from real injected backdoor by analyzing their loss landscapes. Extensive experiments on 3,600 backdoored and benign-finetuned models with two attack paradigms and three VLP model structures show that AMDET detects backdoors with an F1 score of 89.90%. Besides, it achieves one complete detection in approximately 5 minutes on a RTX 4090 GPU and exhibits strong robustness against adaptive attacks. Code is available at: https://github.com/Robin-WZQ/AMDET

📄 PDF Abstract BibTeX arXiv:2512.00343

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

T2IShield: Defending Against Backdoors on Text-to-Image Diffusion Models

2024-07-05 · Zhongqi Wang, Jie Zhang, Shiguang Shan, Xilin Chen

While text-to-image diffusion models demonstrate impressive generation capabilities, they also exhibit vulnerability to backdoor attacks, which involve the manipulation of model outputs through malicious triggers. In thi…

Backdoor Attack

EntropyScan: Towards Model-level Backdoor Detection in LVLMs via Visual Attention Entropy

2026-05-15 · Xuanyu Ge, Zhongqi Wang, Jie Zhang, Shiguang Shan 외 arxiv

Large Vision-Language Models (LVLMs) have demonstrated remarkable capabilities across various tasks, yet they remain vulnerable to backdoor attacks. Existing defense methods predominantly focus on sample-level defense, w…

CLIP-Inspector: Model-Level Backdoor Detection for Prompt-Tuned CLIP via OOD Trigger Inversion

2026-04-10 · Akshit Jindal, Saket Anand, Chetan Arora, Vikram Goyal arxiv

Organisations with limited data and computational resources increasingly outsource model training to Machine Learning as a Service (MLaaS) providers, who adapt vision-language models (VLMs) such as CLIP to downstream tas…

Pre-trained Trojan Attacks for Visual Recognition

2023-12-23 · Aishan Liu, Xinwei Zhang, Yisong Xiao, Yuguang Zhou 외

Pre-trained vision models (PVMs) have become a dominant component due to their exceptional performance when fine-tuned for downstream tasks. However, the presence of backdoors within PVMs poses significant threats. Unfor…

3D Object DetectionAutonomous Drivingobject-detectionObject Detection

Is It Possible to Backdoor Face Forgery Detection with Natural Triggers?

2023-12-31 · Xiaoxuan Han, Songlin Yang, Wei Wang, Ziwen He 외

Deep neural networks have significantly improved the performance of face forgery detection models in discriminating Artificial Intelligent Generated Content (AIGC). However, their security is significantly threatened by …

Backdoor Attackbackdoor defense