paper-with-me

Papers

Layer Ensembles: A Single-Pass Uncertainty Estimation in Deep Learning for Segmentation

2022-03-16 · Kaisar Kushibar, Víctor Manuel Campello, Lidia Garrucho Moras, Akis Linardos, Petia Radeva, Karim Lekadir

Uncertainty estimation in deep learning has become a leading research field in medical image analysis due to the need for safe utilisation of AI algorithms in clinical practice. Most approaches for uncertainty estimation require sampling the network weights multiple times during testing or training multiple networks. This leads to higher training and testing costs in terms of time and computational resources. In this paper, we propose Layer Ensembles, a novel uncertainty estimation method that uses a single network and requires only a single pass to estimate predictive uncertainty of a network. Moreover, we introduce an image-level uncertainty metric, which is more beneficial for segmentation tasks compared to the commonly used pixel-wise metrics such as entropy and variance. We evaluate our approach on 2D and 3D, binary and multi-class medical image segmentation tasks. Our method shows competitive results with state-of-the-art Deep Ensembles, requiring only a single network and a single pass.

📄 PDF Abstract BibTeX arXiv:2203.08878

Code (0)

등록된 구현이 없습니다.

Tasks

Image SegmentationMedical Image AnalysisMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Deep Ensembles 설명 없음

Similar Papers 제목 키워드 기반

SNAP-UQ: Self-supervised Next-Activation Prediction for Single-Pass Uncertainty in TinyML

2025-08-18 · Ismail Lamaakal, Chaymae Yahyati, Khalid El Makkaoui, Ibrahim Ouahbi 외 arxiv

Reliable uncertainty estimation is a key missing piece for on-device monitoring in TinyML: microcontrollers must detect failures, distribution shift, or accuracy drops under strict flash/latency budgets, yet common uncer…

Packed-Ensembles for Efficient Uncertainty Estimation

2022-10-17 · Olivier Laurent, Adrien Lafage, Enzo Tartaglione, Geoffrey Daniel 외

Deep Ensembles (DE) are a prominent approach for achieving excellent performance on key metrics such as accuracy, calibration, uncertainty estimation, and out-of-distribution detection. However, hardware limitations of r…

Classifier calibrationDiversityImage ClassificationOut-of-Distribution Detection+1

Ensembling Pruned Attention Heads For Uncertainty-Aware Efficient Transformers

2025-10-21 · Firas Gabetni, Giuseppe Curci, Andrea Pilzer, Subhankar Roy 외 arxiv

Uncertainty quantification (UQ) is essential for deploying deep neural networks in safety-critical settings. Although methods like Deep Ensembles achieve strong UQ performance, their high computational and memory costs h…

Text Classification

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

Layer Ensembles

2022-10-10 · Illia Oleksiienko, Alexandros Iosifidis

Deep Ensembles, as a type of Bayesian Neural Networks, can be used to estimate uncertainty on the prediction of multiple neural networks by collecting votes from each network and computing the difference in those predict…