LGMLAug 9, 2024

Your Classifier Can Be Secretly a Likelihood-Based OOD Detector

arXiv:2408.04851v15 citationsh-index: 6Has Code
Originality Incremental advance
AI Analysis

This addresses the reliability of classification models in open environments by improving OOD detection, though it appears incremental as it builds on existing hyperspherical embedding methods.

The paper tackles the problem of out-of-distribution (OOD) detection in classification models by proposing Intrinsic Likelihood (INK), which provides a rigorous likelihood interpretation for discriminative classifiers, and it achieves state-of-the-art results on the OpenOOD benchmark across various setups.

The ability to detect out-of-distribution (OOD) inputs is critical to guarantee the reliability of classification models deployed in an open environment. A fundamental challenge in OOD detection is that a discriminative classifier is typically trained to estimate the posterior probability p(y|z) for class y given an input z, but lacks the explicit likelihood estimation of p(z) ideally needed for OOD detection. While numerous OOD scoring functions have been proposed for classification models, these estimate scores are often heuristic-driven and cannot be rigorously interpreted as likelihood. To bridge the gap, we propose Intrinsic Likelihood (INK), which offers rigorous likelihood interpretation to modern discriminative-based classifiers. Specifically, our proposed INK score operates on the constrained latent embeddings of a discriminative classifier, which are modeled as a mixture of hyperspherical embeddings with constant norm. We draw a novel connection between the hyperspherical distribution and the intrinsic likelihood, which can be effectively optimized in modern neural networks. Extensive experiments on the OpenOOD benchmark empirically demonstrate that INK establishes a new state-of-the-art in a variety of OOD detection setups, including both far-OOD and near-OOD. Code is available at https://github.com/deeplearning-wisc/ink.

Foundations

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

Your Notes