LGCVFeb 3, 2025

Detecting Backdoor Samples in Contrastive Language Image Pretraining

arXiv:2502.01385v217 citationsh-index: 28Has CodeICLR
AI Analysis

This addresses security concerns for practitioners using CLIP models on unscrutinized web data, though it is incremental as it applies existing detection methods to a new problem.

The paper tackles the vulnerability of CLIP models to poisoning backdoor attacks, which can achieve high success rates with minimal data poisoning, and shows that these attacks can be efficiently detected using traditional local outlier detectors, cleaning a million-scale dataset in 15 minutes.

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}.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes