MLLGDec 30, 2024

Uncertainty-Aware Out-of-Distribution Detection with Gaussian Processes

arXiv:2412.20918v16 citationsh-index: 7
Originality Incremental advance
AI Analysis

This addresses a critical safety issue in AI applications by enabling more reliable OOD detection when OOD data is unavailable, though it is incremental as it builds on existing OOD detection techniques.

The paper tackles the problem of out-of-distribution (OOD) detection in deep neural networks without requiring OOD samples during training, proposing a Gaussian-process-based method that outperforms state-of-the-art methods in this setting.

Deep neural networks (DNNs) are often constructed under the closed-world assumption, which may fail to generalize to the out-of-distribution (OOD) data. This leads to DNNs producing overconfident wrong predictions and can result in disastrous consequences in safety-critical applications. Existing OOD detection methods mainly rely on curating a set of OOD data for model training or hyper-parameter tuning to distinguish OOD data from training data (also known as in-distribution data or InD data). However, OOD samples are not always available during the training phase in real-world applications, hindering the OOD detection accuracy. To overcome this limitation, we propose a Gaussian-process-based OOD detection method to establish a decision boundary based on InD data only. The basic idea is to perform uncertainty quantification of the unconstrained softmax scores of a DNN via a multi-class Gaussian process (GP), and then define a score function to separate InD and potential OOD data based on their fundamental differences in the posterior predictive distribution from the GP. Two case studies on conventional image classification datasets and real-world image datasets are conducted to demonstrate that the proposed method outperforms the state-of-the-art OOD detection methods when OOD samples are not observed in the training phase.

Foundations

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

Your Notes