IVCVSep 27, 2022

BayesNetCNN: incorporating uncertainty in neural networks for image-based classification tasks

arXiv:2209.13096v1h-index: 52
Originality Incremental advance
AI Analysis

This addresses the need for trustworthy predictions in domains like medical imaging, where uncertainty estimation can improve user compliance and integration into human-operated tasks, though it is incremental as it builds on existing Bayesian methods.

The paper tackles the problem of neural networks lacking uncertainty estimates in predictions by proposing a method to convert standard networks into Bayesian neural networks and using a tunable rejection approach. It demonstrates an increase in classification accuracy from 0.86 to 0.95 while retaining 75% of the test set on Alzheimer's Disease brain image data.

The willingness to trust predictions formulated by automatic algorithms is key in a vast number of domains. However, a vast number of deep architectures are only able to formulate predictions without an associated uncertainty. In this paper, we propose a method to convert a standard neural network into a Bayesian neural network and estimate the variability of predictions by sampling different networks similar to the original one at each forward pass. We couple our methods with a tunable rejection-based approach that employs only the fraction of the dataset that the model is able to classify with an uncertainty below a user-set threshold. We test our model in a large cohort of brain images from Alzheimer's Disease patients, where we tackle discrimination of patients from healthy controls based on morphometric images only. We demonstrate how combining the estimated uncertainty with a rejection-based approach increases classification accuracy from 0.86 to 0.95 while retaining 75% of the test set. In addition, the model can select cases to be recommended for manual evaluation based on excessive uncertainty. We believe that being able to estimate the uncertainty of a prediction, along with tools that can modulate the behavior of the network to a degree of confidence that the user is informed about (and comfortable with) can represent a crucial step in the direction of user compliance and easier integration of deep learning tools into everyday tasks currently performed by human operators.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes