English

Adapting Contrastive Language-Image Pretrained (CLIP) Models for Out-of-Distribution Detection

Computer Vision and Pattern Recognition 2023-11-10 v2 Artificial Intelligence Machine Learning

Abstract

We present a comprehensive experimental study on pretrained feature extractors for visual out-of-distribution (OOD) detection, focusing on adapting contrastive language-image pretrained (CLIP) models. Without fine-tuning on the training data, we are able to establish a positive correlation (R20.92R^2\geq0.92) between in-distribution classification and unsupervised OOD detection for CLIP models in 44 benchmarks. We further propose a new simple and scalable method called \textit{pseudo-label probing} (PLP) that adapts vision-language models for OOD detection. Given a set of label names of the training set, PLP trains a linear layer using the pseudo-labels derived from the text encoder of CLIP. To test the OOD detection robustness of pretrained models, we develop a novel feature-based adversarial OOD data manipulation approach to create adversarial samples. Intriguingly, we show that (i) PLP outperforms the previous state-of-the-art \citep{ming2022mcm} on all 55 large-scale benchmarks based on ImageNet, specifically by an average AUROC gain of 3.4\% using the largest CLIP model (ViT-G), (ii) we show that linear probing outperforms fine-tuning by large margins for CLIP architectures (i.e. CLIP ViT-H achieves a mean gain of 7.3\% AUROC on average on all ImageNet-based benchmarks), and (iii) billion-parameter CLIP models still fail at detecting adversarially manipulated OOD images. The code and adversarially created datasets will be made publicly available.

Keywords

Cite

@article{arxiv.2303.05828,
  title  = {Adapting Contrastive Language-Image Pretrained (CLIP) Models for Out-of-Distribution Detection},
  author = {Nikolas Adaloglou and Felix Michels and Tim Kaiser and Markus Kollmann},
  journal= {arXiv preprint arXiv:2303.05828},
  year   = {2023}
}

Comments

version_02