paper-with-me

홈 › Papers

Uncertainty Quantification using Variational Inference for Biomedical Image Segmentation

2020-08-12 · Abhinav Sagar

Deep learning motivated by convolutional neural networks has been highly successful in a range of medical imaging problems like image classification, image segmentation, image synthesis etc. However for validation and interpretability, not only do we need the predictions made by the model but also how confident it is while making those predictions. This is important in safety critical applications for the people to accept it. In this work, we used an encoder decoder architecture based on variational inference techniques for segmenting brain tumour images. We evaluate our work on the publicly available BRATS dataset using Dice Similarity Coefficient (DSC) and Intersection Over Union (IOU) as the evaluation metrics. Our model is able to segment brain tumours while taking into account both aleatoric uncertainty and epistemic uncertainty in a principled bayesian manner.

📄 PDF Abstract BibTeX arXiv:2008.07588

Code (1)

CV-IP/uqvi 공식 구현 pytorch

Tasks

Decoderimage-classificationImage ClassificationImage GenerationImage SegmentationSemantic SegmentationUncertainty QuantificationVariational Inference

Methods 이 논문이 사용한 방법론

Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
U-Net 설명 없음
FCN Fully Convolutional Networks, or FCNs, are an architecture used mainly for semantic segmentation. They employ solely locally connected layers, such as…

Similar Papers 제목 키워드 기반

UNCERTAINTY QUANTIFICATION USING VARIATIONAL INFERENCE FOR BIOMEDICAL IMAGE SEGMENTATION

2021-09-29 · MICCAI Workshop COMPAY 2021 9 · Anonymous

Deep learning motivated by convolutional neural networks has been highly successful in a range of medical imaging problems like image classification, image segmentation, image synthesis etc. However for validation and in…

Decoderimage-classificationImage ClassificationImage Generation+4

Variational bagging: a robust approach for Bayesian uncertainty quantification

2025-11-25 · Shitao Fan, Ilsang Ohn, David Dunson, Lizhen Lin arxiv

Variational Bayes methods are popular due to their computational efficiency and adaptability to diverse applications. In specifying the variational family, mean-field classes are commonly used, which enables efficient al…

Computational Efficiency

Statistical and Computational Trade-offs in Variational Inference: A Case Study in Inferential Model Selection

2022-07-22 · Kush Bhatia, Nikki Lijing Kuang, Yi-An Ma, Yixin Wang

Variational inference has recently emerged as a popular alternative to the classical Markov chain Monte Carlo (MCMC) in large-scale Bayesian inference. The core idea is to trade statistical accuracy for computational eff…

Bayesian InferenceComputational EfficiencyModel SelectionStochastic Optimization+2

Uncertainty quantification in non-rigid image registration via stochastic gradient Markov chain Monte Carlo

2021-10-25 · Daniel Grzech, Mohammad Farid Azampour, Huaqi Qiu, Ben Glocker 외

We develop a new Bayesian model for non-rigid registration of three-dimensional medical images, with a focus on uncertainty quantification. Probabilistic registration of large images with calibrated uncertainty estimates…

Image RegistrationUncertainty QuantificationVariational Inference

Uncertainty Quantification for Scientific Machine Learning using Sparse Variational Gaussian Process Kolmogorov-Arnold Networks (SVGP KAN)

2025-12-04 · Y. Sungtaek Ju arxiv

Kolmogorov-Arnold Networks have emerged as interpretable alternatives to traditional multi-layer perceptrons. However, standard implementations lack principled uncertainty quantification capabilities essential for many s…

Out-of-Distribution DetectionBayesian Inference