Make Me a BNN: A Simple Strategy for Estimating Bayesian Uncertainty from Pre-trained Models
About
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 Networks (BNN) are equipped for uncertainty estimation but cannot scale to large DNNs that are highly unstable to train. To address this challenge, we introduce the Adaptable Bayesian Neural Network (ABNN), a simple and scalable strategy to seamlessly transform DNNs into BNNs in a post-hoc manner with minimal computational and training overheads. ABNN preserves the main predictive properties of DNNs while enhancing their uncertainty quantification abilities through simple BNN adaptation layers (attached to normalization layers) and a few fine-tuning steps on pre-trained models. We conduct extensive experiments across multiple datasets for image classification and semantic segmentation tasks, and our results demonstrate that ABNN achieves state-of-the-art performance without the computational budget typically associated with ensemble methods.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-10 (test) | Accuracy95.4 | 3381 | |
| Image Classification | CIFAR-100 (test) | Accuracy80.4 | 14 | |
| Semantic segmentation | StreetHazards (test) | mIoU55.82 | 14 | |
| Semantic segmentation | BDD-Anomaly (test) | mIoU48.76 | 14 | |
| Image Classification | ImageNet | Accuracy0.806 | 10 | |
| Adversarial Attack Detection | MNIST L2PGD attack | Adversarial Coverage24.35 | 9 | |
| Out-of-Distribution Detection | MNIST to FashionMNIST | OOD Coverage18.23 | 9 | |
| Image Classification | MNIST | ID Accuracy99.78 | 9 | |
| Binary Segmentation | Binary Segmentation | AAC15.53 | 7 | |
| Multiclass Segmentation | Multiclass Segmentation | AAC27.74 | 7 |