paper-with-me

Papers

Deep Sub-Ensembles for Fast Uncertainty Estimation in Image Classification

2019-10-17 · Matias Valdenegro-Toro

Fast estimates of model uncertainty are required for many robust robotics applications. Deep Ensembles provides state of the art uncertainty without requiring Bayesian methods, but still it is computationally expensive. In this paper we propose deep sub-ensembles, an approximation to deep ensembles where the core idea is to ensemble only the layers close to the output, and not the whole model. With ResNet-20 on the CIFAR10 dataset, we obtain 1.5-2.5 speedup over a Deep Ensemble, with a small increase in error and NLL, and similarly up to 5-15 speedup with a VGG-like network on the SVHN dataset. Our results show that this idea enables a trade-off between error and uncertainty quality versus computational performance.

📄 PDF Abstract BibTeX arXiv:1910.08168

Code (2)

mvaldenegro/keras-uncertainty tf
mvaldenegro/paper-subensembles-image-classification

Tasks

ClassificationGeneral Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

Fast and reliable uncertainty quantification with neural network ensembles for industrial image classification

2024-03-15 · Arthur Thuy, Dries F. Benoit

Image classification with neural networks (NNs) is widely used in industrial processes, situations where the model likely encounters unknown objects during deployment, i.e., out-of-distribution (OOD) data. Worryingly, NN…

Diversityimage-classificationImage ClassificationUncertainty Quantification

LiDAR-MIMO: Efficient Uncertainty Estimation for LiDAR-based 3D Object Detection

2022-06-01 · Matthew Pitropov, Chengjie Huang, Vahdat Abdelzad, Krzysztof Czarnecki 외

The estimation of uncertainty in robotic vision, such as 3D object detection, is an essential component in developing safe autonomous systems aware of their own performance. However, the deployment of current uncertainty…

3D Object DetectionObjectobject-detectionObject Detection

Benchmarking common uncertainty estimation methods with histopathological images under domain shift and label noise

2023-01-03 · Hendrik A. Mehrtens, Alexander Kurz, Tabea-Clara Bucher, Titus J. Brinker

In the past years, deep learning has seen an increase in usage in the domain of histopathological applications. However, while these approaches have shown great potential, in high-risk environments deep learning models n…

BenchmarkingClassificationData AugmentationVariational Inference+1

Quantum parameter estimation with uncertainty quantification from continuous measurement data using neural network ensembles

2025-09-12 · Amanuel Anteneh arxiv

We show that ensembles of deep neural networks, called deep ensembles, can be used to perform quantum parameter estimation while also providing a means for quantifying uncertainty in parameter estimates, which is a key a…

Bayesian Inference

Window-Based Early-Exit Cascades for Uncertainty Estimation: When Deep Ensembles are More Efficient than Single Models

2023-03-14 · ICCV 2023 1 · Guoxuan Xia, Christos-Savvas Bouganis

Deep Ensembles are a simple, reliable, and effective method of improving both the predictive performance and uncertainty estimates of deep learning approaches. However, they are widely criticised as being computationally…

Binary Classification