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

COOkeD: Ensemble-based OOD detection in the era of zero-shot CLIP

About

Out-of-distribution (OOD) detection is an important building block in trustworthy image recognition systems as unknown classes may arise at test-time. OOD detection methods typically revolve around a single classifier, leading to a split in the research field between the classical supervised setting (e.g. ResNet18 classifier trained on CIFAR100) vs. the zero-shot setting (class names fed as prompts to CLIP). In both cases, an overarching challenge is that the OOD detection performance is implicitly constrained by the classifier's capabilities on in-distribution (ID) data. In this work, we show that given a little open-mindedness from both ends, remarkable OOD detection can be achieved by instead creating a heterogeneous ensemble - COOkeD combines the predictions of a closed-world classifier trained end-to-end on a specific dataset, a zero-shot CLIP classifier, and a linear probe classifier trained on CLIP image features. While bulky at first sight, this approach is modular, post-hoc and leverages the availability of pre-trained VLMs, thus introduces little overhead compared to training a single standard classifier. We evaluate COOkeD on popular CIFAR100 and ImageNet benchmarks, but also consider more challenging, realistic settings ranging from training-time label noise, to test-time covariate shift, to zero-shot shift which has been previously overlooked. Despite its simplicity, COOkeD achieves state-of-the-art performance and greater robustness compared to both classical and CLIP-based OOD detection methods. Code is available at https://github.com/glhr/COOkeD

Galadrielle Humblot-Renaux, Gianni Franchi, Sergio Escalera, Thomas B. Moeslund• 2025

Related benchmarks

TaskDatasetResultRank
Out-of-Distribution DetectionImageNet-1K
FPR@9535.6
156
Out-of-Distribution DetectionImageNet
AUROC91.5
113
Out-of-Distribution DetectionCUB
AUC79.4
102
OOD DetectionImageNet-54 (test)
AUC95.5
85
Compositional Out-of-Distribution DetectionCounterfactual dataset
AUC0.583
17
Compositional Out-of-Distribution DetectionImageNet
AUC56.3
17
Out-of-Distribution DetectionImageNet-A-R-S-V2 vs original ImageNet (variant of setup-iii)
AUC50.8
17
Showing 7 of 7 rows

Other info

Follow for update