Search papers, labs, and topics across Lattice.
This paper critically examines the assumption that the highest-ranked zero-shot out-of-distribution (OOD) detectors will perform consistently across different domains, revealing that detector rankings can reverse based on the specific deployment context. Through a comprehensive audit involving seventeen datasets and multiple vision-language models, the authors demonstrate that all detectors exhibit high false positive rates in at least one domain, with performance heavily influenced by the in-distribution data and the underlying model. To address these issues, they introduce the Complementary Evidence Guard (CEG), a novel method that enhances detector performance by fusing evidence from various channels without relying on external corpora or learned fusion techniques.
Detector rankings can flip dramatically across domains, challenging the reliability of benchmark-based selections for zero-shot OOD detection.
Selecting a zero-shot out-of-distribution (OOD) detector for a new deployment is typically based on benchmark rankings, implicitly assuming that the highest-ranked detector will transfer across domains. We show that this assumption does not hold. Through a controlled portability audit across seventeen in-distribution datasets, three vision-language models, and seven representative zero-shot OOD detectors, we find that detector rankings reverse across deployments, every detector exceeds $80\%$ FPR95 on at least one domain, and the preferred detector depends on both the in-distribution data and the underlying VLM. We trace these reversals to complementary evidence channels in vision-language logits. Corpus-free detectors rely on different combinations of absolute match level and relative or spatial sharpness, while WordNet-based methods additionally depend on external semantic coverage. A simple proposition shows that level and sharpness cannot generally be recovered from one another, explaining why no single detector transfers reliably across deployments. Motivated by this diagnosis, we introduce the Complementary Evidence Guard (CEG), a detector-agnostic wrapper that preserves complementary evidence through a non-compensatory fusion of the base detector, level, and sharpness using only empirical in-distribution percentiles. Controls replacing these channels with entropy, logit variance, or random noise do not reproduce the gains. Without OOD samples, auxiliary corpora, or learned fusion, CEG reduces detector sensitivity and improves GL-MCM from $38.1$ to $28.8$ and MCM from $42.6$ to $30.5$ family-balanced FPR95.