paper-with-me

홈 › Papers

BayesCap: Bayesian Identity Cap for Calibrated Uncertainty in Frozen Neural Networks

2022-07-14 · Uddeshya Upadhyay, Shyamgopal Karthik, Yanbei Chen, Massimiliano Mancini, Zeynep Akata

High-quality calibrated uncertainty estimates are crucial for numerous real-world applications, especially for deep learning-based deployed ML systems. While Bayesian deep learning techniques allow uncertainty estimation, training them with large-scale datasets is an expensive process that does not always yield models competitive with non-Bayesian counterparts. Moreover, many of the high-performing deep learning models that are already trained and deployed are non-Bayesian in nature and do not provide uncertainty estimates. To address these issues, we propose BayesCap that learns a Bayesian identity mapping for the frozen model, allowing uncertainty estimation. BayesCap is a memory-efficient method that can be trained on a small fraction of the original dataset, enhancing pretrained non-Bayesian computer vision models by providing calibrated uncertainty estimates for the predictions without (i) hampering the performance of the model and (ii) the need for expensive retraining the model from scratch. The proposed method is agnostic to various architectures and tasks. We show the efficacy of our method on a wide variety of tasks with a diverse set of architectures, including image super-resolution, deblurring, inpainting, and crucial application such as medical image translation. Moreover, we apply the derived uncertainty estimates to detect out-of-distribution samples in critical scenarios like depth estimation in autonomous driving. Code is available at https://github.com/ExplainableML/BayesCap.

📄 PDF Abstract BibTeX arXiv:2207.06873

Code (1)

explainableml/bayescap 공식 구현 pytorch

Tasks

Autonomous DrivingDeblurringDeep LearningDepth EstimationImage Super-ResolutionSuper-Resolution

Similar Papers 제목 키워드 기반

Bayesian--AI Fusion for Epidemiological Decision Making: Calibrated Risk, Honest Uncertainty, and Hyperparameter Intelligence

2025-11-15 · Debashis Chatterjee arxiv

Modern epidemiological analytics increasingly use machine learning models that offer strong prediction but often lack calibrated uncertainty. Bayesian methods provide principled uncertainty quantification, yet are viewed…

Hyperparameter OptimizationDecision Making

Accurate Uncertainties for Deep Learning Using Calibrated Regression

2018-07-01 · ICML 2018 7 · Volodymyr Kuleshov, Nathan Fenner, Stefano Ermon

Methods for reasoning under uncertainty are a key building block of accurate and reliable machine learning systems. Bayesian methods provide a general framework to quantify uncertainty. However, because of model misspeci…

Deep LearningModel-based Reinforcement LearningregressionReinforcement Learning+4

On Calibrated Model Uncertainty in Deep Learning

2022-06-15 · Biraja Ghoshal, Allan Tucker

Estimated uncertainty by approximate posteriors in Bayesian neural networks are prone to miscalibration, which leads to overconfident predictions in critical tasks that have a clear asymmetric cost or significant losses.…

Deep LearningDiagnosticmodelPrediction

Multi-Task Crack Foundation Model for Engineering-Reliable Crack Representation and Topology Preservation in Civil Infrastructure

2026-06-04 · Blessing Agyei Kyem, Joshua Kofi Asamoah, Eugene Denteh, Armstrong Aboah arxiv

Reliable crack assessment requires not only accurate pixel-level masks but also connected crack geometry and confidence estimates that remain stable under domain shift. However, existing segmentation models can achieve h…

Online Sharp-Calibrated Bayesian Optimization

2026-05-11 · Marshal Arijona Sinaga, Julien Martinelli, Teemu Turpeinen, Samuel Kaski arxiv

Bayesian optimization (BO) is a widely used framework for optimizing expensive black-box functions, commonly based on Gaussian process (GP) surrogate models. Its effectiveness relies on uncertainty quantification that is…