Detecting Backdoor Samples in Contrastive Language Image Pretraining
Hanxun Huang, Sarah Erfani, Yige Li, Xingjun Ma, James Bailey
TL;DR
CLIP pretraining on web-scale data is vulnerable to backdoor poisoning at rates as low as $0.01\%$. The authors show backdoor samples in CLIP representations form sparse local neighborhoods, enabling highly effective detection by simple density-based outlier methods (SLOF, DAO, k-dist) that outperform existing supervised detectors. They demonstrate practical purification of million-scale datasets in about 15 minutes on 4 Nvidia A100 GPUs and reveal unintentional backdoors in OpenCLIP-trained models through trigger recovery. The work emphasizes the necessity of data curation for large-scale multimodal systems and provides scalable tooling for defending CLIP-style pretraining.
Abstract
Contrastive language-image pretraining (CLIP) has been found to be vulnerable to poisoning backdoor attacks where the adversary can achieve an almost perfect attack success rate on CLIP models by poisoning only 0.01\% of the training dataset. This raises security concerns on the current practice of pretraining large-scale models on unscrutinized web data using CLIP. In this work, we analyze the representations of backdoor-poisoned samples learned by CLIP models and find that they exhibit unique characteristics in their local subspace, i.e., their local neighborhoods are far more sparse than that of clean samples. Based on this finding, we conduct a systematic study on detecting CLIP backdoor attacks and show that these attacks can be easily and efficiently detected by traditional density ratio-based local outlier detectors, whereas existing backdoor sample detection methods fail. Our experiments also reveal that an unintentional backdoor already exists in the original CC3M dataset and has been trained into a popular open-source model released by OpenCLIP. Based on our detector, one can clean up a million-scale web dataset (e.g., CC3M) efficiently within 15 minutes using 4 Nvidia A100 GPUs. The code is publicly available in our \href{https://github.com/HanxunH/Detect-CLIP-Backdoor-Samples}{GitHub repository}.
