paper-with-me

Papers

Evaluating Scalable Bayesian Deep Learning Methods for Robust Computer Vision

2019-06-04 · Fredrik K. Gustafsson, Martin Danelljan, Thomas B. Schön

While deep neural networks have become the go-to approach in computer vision, the vast majority of these models fail to properly capture the uncertainty inherent in their predictions. Estimating this predictive uncertainty can be crucial, for example in automotive applications. In Bayesian deep learning, predictive uncertainty is commonly decomposed into the distinct types of aleatoric and epistemic uncertainty. The former can be estimated by letting a neural network output the parameters of a certain probability distribution. Epistemic uncertainty estimation is a more challenging problem, and while different scalable methods recently have emerged, no extensive comparison has been performed in a real-world setting. We therefore accept this task and propose a comprehensive evaluation framework for scalable epistemic uncertainty estimation methods in deep learning. Our proposed framework is specifically designed to test the robustness required in real-world computer vision applications. We also apply this framework to provide the first properly extensive and conclusive comparison of the two current state-of-the-art scalable methods: ensembling and MC-dropout. Our comparison demonstrates that ensembling consistently provides more reliable and practically useful uncertainty estimates. Code is available at https://github.com/fregu856/evaluating_bdl.

📄 PDF Abstract BibTeX arXiv:1906.01620

Code (1)

fregu856/evaluating_bdl 공식 구현 pytorch

Tasks

Deep LearningDepth CompletionSemantic Segmentation

Similar Papers 제목 키워드 기반

Evaluating Bayesian Deep Learning Methods for Semantic Segmentation

2018-11-30 · Jishnu Mukhoti, Yarin Gal

Deep learning has been revolutionary for computer vision and semantic segmentation in particular, with Bayesian Deep Learning (BDL) used to obtain uncertainty maps from deep models when predicting semantic classes. This …

Anomaly DetectionAutonomous DrivingDeep LearningSegmentation+2

Make Me a BNN: A Simple Strategy for Estimating Bayesian Uncertainty from Pre-trained Models

2023-12-23 · CVPR 2024 1 · Gianni Franchi, Olivier Laurent, Maxence Leguéry, Andrei Bursuc 외

Deep Neural Networks (DNNs) are powerful tools for various computer vision tasks, yet they often struggle with reliable uncertainty quantification - a critical requirement for real-world applications. Bayesian Neural Net…

image-classificationImage ClassificationSemantic SegmentationUncertainty Quantification

Graph Random Features for Scalable Gaussian Processes

2025-09-03 · Matthew Zhang, Jihao Andreas Lin, Krzysztof Choromanski, Adrian Weller 외 arxiv

We study the application of graph random features (GRFs) - a recently introduced stochastic estimator of graph node kernels - to scalable Gaussian processes on discrete input spaces. We prove that (under mild assumptions…

Bayesian InferenceGaussian Processes

Variational Calibration of Computer Models

2018-10-29 · Sébastien Marmin, Maurizio Filippone

Bayesian calibration of black-box computer models offers an established framework to obtain a posterior distribution over model parameters. Traditional Bayesian calibration involves the emulation of the computer model an…

Gaussian ProcessesVariational Inference

Towards Practical Verification of Machine Learning: The Case of Computer Vision Systems

2017-12-05 · Kexin Pei, Linjie Zhu, Yinzhi Cao, Junfeng Yang 외

Due to the increasing usage of machine learning (ML) techniques in security- and safety-critical domains, such as autonomous systems and medical diagnosis, ensuring correct behavior of ML systems, especially for differen…

BIG-bench Machine LearningMedical Diagnosis