Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

BackdoorIDS: Zero-shot Backdoor Detection for Pretrained Vision Encoder

About

Self-supervised and multimodal vision encoders learn strong visual representations that are widely adopted in downstream vision tasks and large vision-language models (LVLMs). However, downstream users often rely on third-party pretrained encoders with uncertain provenance, exposing them to backdoor attacks. In this work, we propose BackdoorIDS, a simple yet effective zero-shot, inference-time backdoor samples detection method for pretrained vision encoders. BackdoorIDS is motivated by two observations: Attention Hijacking and Restoration. Under progressive input masking, a backdoored image initially concentrates attention on malicious trigger features. Once the masking ratio exceeds the trigger's robustness threshold, the trigger is deactivated, and attention rapidly shifts to benign content. This transition induces a pronounced change in the image embedding, whereas embeddings of clean images evolve more smoothly across masking progress. BackdoorIDS operationalizes this signal by extracting an embedding sequence along the masking trajectory and applying density-based clustering such as DBSCAN. An input is flagged as backdoored if its embedding sequence forms more than one cluster. Extensive experiments show that BackdoorIDS consistently outperforms existing defenses across diverse attack types, datasets, and model families. Notably, it is a plug-and-play approach that requires no retraining and operates fully zero-shot at inference time, making it compatible with a wide range of encoder architectures, including CNNs, ViTs, CLIP, and LLaVA-1.5.

Siquan Huang, Yijiang Li, Ningzhi Gao, Xingfu Yan, Leyu Shi, Ying Gao• 2026

Related benchmarks

TaskDatasetResultRank
Backdoor DefenseBadEncoder
Attack Success Rate (ASR)4.53
6
Backdoor DefenseDrupe
Attack Success Rate (ASR)7.59
6
Backdoor DefenseBadCLIP RN
Attack Success Rate (ASR)6.92
6
Backdoor DefenseBadCLIP ViT
ASR4.12
6
Backdoor DefenseBadVision
ASR3
6
Backdoor Sample DetectionBadEncoder
TPR95.78
3
Backdoor Sample DetectionDrupe
TPR82.75
3
Backdoor Sample DetectionBadCLIP RN
TPR93.08
3
Backdoor Sample DetectionBadCLIP ViT
TPR95.84
3
Backdoor Sample DetectionBadVision COCO Caption
TPR97
3
Showing 10 of 10 rows

Other info

Follow for update