paper-with-me

Papers

Deep Deterministic Uncertainty: A New Simple Baseline

2023-01-01 · CVPR 2023 1 · Jishnu Mukhoti, Andreas Kirsch, Joost van Amersfoort, Philip H.S. Torr, Yarin Gal

Reliable uncertainty from deterministic single-forward pass models is sought after because conventional methods of uncertainty quantification are computationally expensive. We take two complex single-forward-pass uncertainty approaches, DUQ and SNGP, and examine whether they mainly rely on a well-regularized feature space. Crucially, without using their more complex methods for estimating uncertainty, we find that a single softmax neural net with such a regularized feature-space, achieved via residual connections and spectral normalization, outperforms DUQ and SNGP's epistemic uncertainty predictions using simple Gaussian Discriminant Analysis post-training as a separate feature-space density estimator---without fine-tuning on OoD data, feature ensembling, or input pre-procressing. Our conceptually simple Deep Deterministic Uncertainty (DDU) baseline can also be used to disentangle aleatoric and epistemic uncertainty and performs as well as Deep Ensembles, the state-of-the art for uncertainty prediction, on several OoD benchmarks (CIFAR-10/100 vs SVHN/Tiny-ImageNet, ImageNet vs ImageNet-O), active learning settings across different model architectures, as well as in large scale vision tasks like semantic segmentation, while being computationally cheaper.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningSemantic SegmentationUncertainty Quantification

Methods 이 논문이 사용한 방법론

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$…
Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Deep Deterministic Uncertainty: A Simple Baseline

2021-02-23 · Jishnu Mukhoti, Andreas Kirsch, Joost van Amersfoort, Philip H. S. Torr 외

Reliable uncertainty from deterministic single-forward pass models is sought after because conventional methods of uncertainty quantification are computationally expensive. We take two complex single-forward-pass uncerta…

Active LearningUncertainty Quantification

A Simple Framework for Uncertainty in Contrastive Learning

2020-10-05 · Mike Wu, Noah Goodman

Contrastive approaches to representation learning have recently shown great promise. In contrast to generative approaches, these contrastive models learn a deterministic encoder with no notion of uncertainty or confidenc…

Contrastive LearningRepresentation Learning

Simple and Scalable Epistemic Uncertainty Estimation Using a Single Deep Deterministic Neural Network

2020-01-01 · ICML 2020 1 · Joost van Amersfoort, Lewis Smith, Yee Whye Teh, Yarin Gal

We propose a method for training a deterministic deep model that can find and reject out of distribution data points at test time with a single forward pass. Our approach, deterministic uncertainty quantification (DUQ), …

Uncertainty Quantification

Uncertainty estimation of pedestrian future trajectory using Bayesian approximation

2022-05-04 · Anshul Nayak, Azim Eskandarian, Zachary Doerzaph

Past research on pedestrian trajectory forecasting mainly focused on deterministic predictions which provide only point estimates of future states. These future estimates can help an autonomous vehicle plan its trajector…

Trajectory Forecasting

Creating Probabilistic Forecasts from Arbitrary Deterministic Forecasts using Conditional Invertible Neural Networks

2023-02-03 · Kaleb Phipps, Benedikt Heidrich, Marian Turowski, Moritz Wittig 외

In various applications, probabilistic forecasts are required to quantify the inherent uncertainty associated with the forecast. However, numerous modern forecasting methods are still designed to create deterministic for…