OODD: Test-time Out-of-Distribution Detection with Dynamic Dictionary
Yifeng Yang, Lin Zhu, Zewen Sun, Hengyu Liu, Qinying Gu, Nanyang Ye
TL;DR
OODD introduces a test-time OOD detection framework that builds a dynamic dictionary of latent OOD features managed by a priority queue, enabling calibration without training-time fine-tuning. It combines informative inliers to form a robust ID dictionary with a dynamic OOD dictionary to capture evolving outliers, leveraging cosine similarity for efficient OOD scoring and a Dual OOD Stabilization mechanism to reduce early-test fluctuations. The approach achieves state-of-the-art results on the OpenOOD benchmark across CIFAR and ImageNet scales, notably improving Far OOD detection (FPR95 and AUROC) while maintaining or improving near OOD performance, and offers a 3x speedup over KNN-based baselines. The method also demonstrates strong compatibility with CLIP-based encoders and post-hoc detectors, and is robust to temporal drift, making it practically impactful for open-world deployment where OOD distributions shift over time.
Abstract
Out-of-distribution (OOD) detection remains challenging for deep learning models, particularly when test-time OOD samples differ significantly from training outliers. We propose OODD, a novel test-time OOD detection method that dynamically maintains and updates an OOD dictionary without fine-tuning. Our approach leverages a priority queue-based dictionary that accumulates representative OOD features during testing, combined with an informative inlier sampling strategy for in-distribution (ID) samples. To ensure stable performance during early testing, we propose a dual OOD stabilization mechanism that leverages strategically generated outliers derived from ID data. To our best knowledge, extensive experiments on the OpenOOD benchmark demonstrate that OODD significantly outperforms existing methods, achieving a 26.0% improvement in FPR95 on CIFAR-100 Far OOD detection compared to the state-of-the-art approach. Furthermore, we present an optimized variant of the KNN-based OOD detection framework that achieves a 3x speedup while maintaining detection performance.
