LGMLJun 11, 2019

Quantifying Intrinsic Uncertainty in Classification via Deep Dirichlet Mixture Networks

arXiv:1906.04450v27 citations
AI Analysis

This addresses the need for reliable uncertainty estimates in critical applications like medical diagnosis, though it is incremental as it builds on existing deep learning and Dirichlet mixture frameworks.

The paper tackles the problem of quantifying uncertainty in deep neural network classification by introducing a method that models classification probabilities as sampled from an unknown distribution, using Dirichlet mixtures to approximate this distribution and construct credible intervals. The result is an easy-to-implement, computationally efficient approach validated through simulations and a real data example.

With the widespread success of deep neural networks in science and technology, it is becoming increasingly important to quantify the uncertainty of the predictions produced by deep learning. In this paper, we introduce a new method that attaches an explicit uncertainty statement to the probabilities of classification using deep neural networks. Precisely, we view that the classification probabilities are sampled from an unknown distribution, and we propose to learn this distribution through the Dirichlet mixture that is flexible enough for approximating any continuous distribution on the simplex. We then construct credible intervals from the learned distribution to assess the uncertainty of the classification probabilities. Our approach is easy to implement, computationally efficient, and can be coupled with any deep neural network architecture. Our method leverages the crucial observation that, in many classification applications such as medical diagnosis, more than one class labels are available for each observational unit. We demonstrate the usefulness of our approach through simulations and a real data example.

Foundations

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

Your Notes