paper-with-me

홈 › Papers

Fourier networks for uncertainty estimates and out-of-distribution detection

2019-09-25 · Hartmut Maennel, Alexandru Țifrea

A simple method for obtaining uncertainty estimates for Neural Network classifiers (e.g. for out-of-distribution detection) is to use an ensemble of independently trained networks and average the softmax outputs. While this method works, its results are still very far from human performance on standard data sets. We investigate how this method works and observe three fundamental limitations: "Unreasonable" extrapolation, "unreasonable" agreement between the networks in an ensemble, and the filtering out of features that distinguish the training distribution from some out-of-distribution inputs, but do not contribute to the classification. To mitigate these problems we suggest "large" initializations in the first layers and changing the activation function to sin(x) in the last hidden layer. We show that this combines the out-of-distribution behavior from nearest neighbor methods with the generalization capabilities of neural networks, and achieves greatly improved out-of- distribution detection on standard data sets (MNIST/fashionMNIST/notMNIST, SVHN/CIFAR10).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Out-of-Distribution Detection

Similar Papers 제목 키워드 기반

Uncertainty Propagation in the Fast Fourier Transform

2025-04-14 · Luca Schmid, Charlotte Muth, Laurent Schmalen

We address the problem of uncertainty propagation in the discrete Fourier transform by modeling the fast Fourier transform as a factor graph. Building on this representation, we propose an efficient framework for approxi…

Bayesian Inference

Conservative Uncertainty Estimation By Fitting Prior Networks

2020-05-01 · ICLR 2020 1 · Kamil Ciosek, Vincent Fortuin, Ryota Tomioka, Katja Hofmann 외

Obtaining high-quality uncertainty estimates is essential for many applications of deep neural networks. In this paper, we theoretically justify a scheme for estimating uncertainties, based on sampling from a prior distr…

Out-of-Distribution Detection

Uncertainty Estimation for 3D Object Detection via Evidential Learning

2024-10-31 · Nikita Durasov, Rafid Mahmood, Jiwoong Choi, Marc T. Law 외

3D object detection is an essential task for computer vision applications in autonomous vehicles and robotics. However, models often struggle to quantify detection reliability, leading to poor performance on unfamiliar s…

3D Object DetectionAutonomous VehiclesObjectobject-detection+1

Short time quaternion quadratic phase Fourier transform and its uncertainty principles

2022-04-03 · Bivek Gupta, Amit K. Verma

In this paper, we extend the quadratic phase Fourier transform of a complex valued functions to that of the quaternion valued functions of two variables. We call it the quaternion quadratic phase Fourier transform (QQPFT…

Relation

Accurate and Scalable Estimation of Epistemic Uncertainty for Graph Neural Networks

2024-01-07 · Puja Trivedi, Mark Heimann, Rushil Anirudh, Danai Koutra 외

While graph neural networks (GNNs) are widely used for node and graph representation learning tasks, the reliability of GNN uncertainty estimates under distribution shifts remains relatively under-explored. Indeed, while…

Graph ClassificationGraph Representation LearningOut-of-Distribution DetectionRepresentation Learning