paper-with-me

Papers

Mean-Field Approximation to Gaussian-Softmax Integral with Application to Uncertainty Estimation

2020-06-13 · Zhiyun Lu, Eugene Ie, Fei Sha

Many methods have been proposed to quantify the predictive uncertainty associated with the outputs of deep neural networks. Among them, ensemble methods often lead to state-of-the-art results, though they require modifications to the training procedures and are computationally costly for both training and inference. In this paper, we propose a new single-model based approach. The main idea is inspired by the observation that we can "simulate" an ensemble of models by drawing from a Gaussian distribution, with a form similar to those from the asymptotic normality theory, infinitesimal Jackknife, Laplacian approximation to Bayesian neural networks, and trajectories in stochastic gradient descents. However, instead of using each model in the "ensemble" to predict and then aggregating their predictions, we integrate the Gaussian distribution and the softmax outputs of the neural networks. We use a mean-field approximation formula to compute this analytically intractable integral. The proposed approach has several appealing properties: it functions as an ensemble without requiring multiple models, and it enables closed-form approximate inference using only the first and second moments of the Gaussian. Empirically, the proposed approach performs competitively when compared to state-of-the-art methods, including deep ensembles, temperature scaling, dropout and Bayesian NNs, on standard uncertainty estimation tasks. It also outperforms many methods on out-of-distribution detection.

📄 PDF Abstract BibTeX arXiv:2006.07584

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Fast Predictive Uncertainty for Classification with Bayesian Deep Networks

2020-03-02 · Marius Hobbhahn, Agustinus Kristiadi, Philipp Hennig

In Bayesian Deep Learning, distributions over the output of classification neural networks are often approximated by first constructing a Gaussian distribution over the weights, then sampling from it to receive a distrib…

ClassificationGeneral Classification

Revisiting Logistic-softmax Likelihood in Bayesian Meta-Learning for Few-Shot Classification

2023-10-16 · NeurIPS 2023 11 · Tianjun Ke, Haoqun Cao, Zenan Ling, Feng Zhou

Meta-learning has demonstrated promising results in few-shot classification (FSC) by learning to solve new problems using prior knowledge. Bayesian methods are effective at characterizing uncertainty in FSC, which is cru…

Data AugmentationMeta-Learning

Gaussian Integral based Bayesian Smoother

2025-01-12 · Rohit Kumar Singh, Kundan Kumar, Shovan Bhaumik

This work introduces the Gaussian integration to address a smoothing problem of a nonlinear stochastic state space model. The probability densities of states at each time instant are assumed to be Gaussian, and their mea…

State Space Models

Mean-Field Variational Inference for Gradient Matching with Gaussian Processes

2016-10-21 · Nico S. Gorbach, Stefan Bauer, Joachim M. Buhmann

Gradient matching with Gaussian processes is a promising tool for learning parameters of ordinary differential equations (ODE's). The essence of gradient matching is to model the prior over state variables as a Gaussian …

Gaussian ProcessesVariational Inference

Dilated Continuous Random Field for Semantic Segmentation

2022-02-01 · Xi Mo, Xiangyu Chen, Cuncong Zhong, Rui Li 외

Mean field approximation methodology has laid the foundation of modern Continuous Random Field (CRF) based solutions for the refinement of semantic segmentation. In this paper, we propose to relax the hard constraint of …

global-optimizationSemantic Segmentation