LGCVSep 26, 2022

Out-of-Distribution Detection with Hilbert-Schmidt Independence Optimization

arXiv:2209.12807v13 citationsh-index: 75Has Code
Originality Incremental advance
AI Analysis

This addresses a critical safety issue in AI by enhancing OOD detection, though it appears incremental as it builds on existing probabilistic paradigms with a novel optimization approach.

The paper tackles the problem of out-of-distribution (OOD) detection in deep neural networks, where models often misclassify OOD inputs with high confidence, by proposing a method that enforces statistical independence between inlier and outlier data during training using the Hilbert-Schmidt Independence Criterion, resulting in significant improvements in metrics like FPR95, AUROC, and AUPR compared to state-of-the-art models.

Outlier detection tasks have been playing a critical role in AI safety. There has been a great challenge to deal with this task. Observations show that deep neural network classifiers usually tend to incorrectly classify out-of-distribution (OOD) inputs into in-distribution classes with high confidence. Existing works attempt to solve the problem by explicitly imposing uncertainty on classifiers when OOD inputs are exposed to the classifier during training. In this paper, we propose an alternative probabilistic paradigm that is both practically useful and theoretically viable for the OOD detection tasks. Particularly, we impose statistical independence between inlier and outlier data during training, in order to ensure that inlier data reveals little information about OOD data to the deep estimator during training. Specifically, we estimate the statistical dependence between inlier and outlier data through the Hilbert-Schmidt Independence Criterion (HSIC), and we penalize such metric during training. We also associate our approach with a novel statistical test during the inference time coupled with our principled motivation. Empirical results show that our method is effective and robust for OOD detection on various benchmarks. In comparison to SOTA models, our approach achieves significant improvement regarding FPR95, AUROC, and AUPR metrics. Code is available: \url{https://github.com/jylins/hood}.

Code Implementations1 repo
Foundations

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

Your Notes