LGAICVMLNov 18, 2018

A Variational Dirichlet Framework for Out-of-Distribution Detection

arXiv:1811.07308v417 citations
Originality Incremental advance
AI Analysis

This addresses uncertainty estimation for deep learning in real-life applications, but it is incremental as it builds on existing out-of-distribution detection tasks.

The paper tackled the problem of deep neural networks lacking uncertainty control for unseen examples by designing a higher-order uncertainty metric for out-of-distribution detection, resulting in consistent outperformance over competing algorithms in experiments on various datasets.

With the recently rapid development in deep learning, deep neural networks have been widely adopted in many real-life applications. However, deep neural networks are also known to have very little control over its uncertainty for unseen examples, which potentially causes very harmful and annoying consequences in practical scenarios. In this paper, we are particularly interested in designing a higher-order uncertainty metric for deep neural networks and investigate its effectiveness under the out-of-distribution detection task proposed by~\cite{hendrycks2016baseline}. Our method first assumes there exists an underlying higher-order distribution $\mathbb{P}(z)$, which controls label-wise categorical distribution $\mathbb{P}(y)$ over classes on the K-dimension simplex, and then approximate such higher-order distribution via parameterized posterior function $p_θ(z|x)$ under variational inference framework, finally we use the entropy of learned posterior distribution $p_θ(z|x)$ as uncertainty measure to detect out-of-distribution examples. Further, we propose an auxiliary objective function to discriminate against synthesized adversarial examples to further increase the robustness of the proposed uncertainty measure. Through comprehensive experiments on various datasets, our proposed framework is demonstrated to consistently outperform competing algorithms.

Foundations

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

Your Notes