IVCVLGOct 23, 2019

We Know Where We Don't Know: 3D Bayesian CNNs for Credible Geometric Uncertainty

arXiv:1910.10793v233 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the need for trustworthy predictions in high-consequence applications like medical imaging, though it is incremental as it builds on existing Bayesian methods.

The paper tackles the problem of uncertainty quantification in 3D CT scan segmentation by proposing a 3D Bayesian CNN that generates credible geometric uncertainty maps, outperforming Monte Carlo dropout networks in recent metrics.

Deep learning has been successfully applied to the segmentation of 3D Computed Tomography (CT) scans. Establishing the credibility of these segmentations requires uncertainty quantification (UQ) to identify untrustworthy predictions. Recent UQ architectures include Monte Carlo dropout networks (MCDNs), which approximate deep Gaussian processes, and Bayesian neural networks (BNNs), which learn the distribution of the weight space. BNNs are advantageous over MCDNs for UQ but are thought to be computationally infeasible in high dimension, and neither architecture has produced interpretable geometric uncertainty maps. We propose a novel 3D Bayesian convolutional neural network (BCNN), the first deep learning method which generates statistically credible geometric uncertainty maps and scales for application to 3D data. We present experimental results on CT scans of graphite electrodes and laser-welded metals and show that our BCNN outperforms an MCDN in recent uncertainty metrics. The geometric uncertainty maps generated by our BCNN capture distributions of sigmoid values that are interpretable as confidence intervals, critical for applications that rely on deep learning for high-consequence decisions. Code available at https://github.com/sandialabs/bcnn.

Code Implementations1 repo
Foundations

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

Your Notes