paper-with-me

홈 › Papers

Uncertainty Measures and Prediction Quality Rating for the Semantic Segmentation of Nested Multi Resolution Street Scene Images

2019-04-09 · Matthias Rottmann, Marius Schubert

In the semantic segmentation of street scenes the reliability of the prediction and therefore uncertainty measures are of highest interest. We present a method that generates for each input image a hierarchy of nested crops around the image center and presents these, all re-scaled to the same size, to a neural network for semantic segmentation. The resulting softmax outputs are then post processed such that we can investigate mean and variance over all image crops as well as mean and variance of uncertainty heat maps obtained from pixel-wise uncertainty measures, like the entropy, applied to each crop's softmax output. In our tests, we use the publicly available DeepLabv3+ MobilenetV2 network (trained on the Cityscapes dataset) and demonstrate that the incorporation of crops improves the quality of the prediction and that we obtain more reliable uncertainty measures. These are then aggregated over predicted segments for either classifying between IoU=0 and IoU>0 (meta classification) or predicting the IoU via linear regression (meta regression). The latter yields reliable performance estimates for segmentation networks, in particular useful in the absence of ground truth. For the task of meta classification we obtain a classification accuracy of $81.93\%$ and an AUROC of $89.89\%$. For meta regression we obtain an $R^2$ value of $84.77\%$. These results yield significant improvements compared to other approaches.

📄 PDF Abstract BibTeX arXiv:1904.04516

Code (1)

mrottmann/MetaSeg 공식 구현 tf

Tasks

General ClassificationregressionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Batch Normalization 설명 없음
Inverted Residual Block 설명 없음
Average Pooling 설명 없음
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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…

Similar Papers 제목 키워드 기반

Prediction Intervals: Split Normal Mixture from Quality-Driven Deep Ensembles

2020-07-19 · Tárik S. Salem, Helge Langseth, Heri Ramampiaro

Prediction intervals are a machine- and human-interpretable way to represent predictive uncertainty in a regression analysis. In this paper, we present a method for generating prediction intervals along with point estima…

PredictionPrediction Intervals

Estimating MRI Image Quality via Image Reconstruction Uncertainty

2021-06-21 · Richard Shaw, Carole H. Sudre, Sebastien Ourselin, M. Jorge Cardoso

Quality control (QC) in medical image analysis is time-consuming and laborious, leading to increased interest in automated methods. However, what is deemed suitable quality for algorithmic processing may be different fro…

Image Quality AssessmentImage ReconstructionMedical Image Analysis

Generating with Confidence: Uncertainty Quantification for Black-box Large Language Models

2023-05-30 · Zhen Lin, Shubhendu Trivedi, Jimeng Sun

Large language models (LLMs) specializing in natural language generation (NLG) have recently started exhibiting promising capabilities across a variety of domains. However, gauging the trustworthiness of responses genera…

ManagementQuestion AnsweringText GenerationUncertainty Quantification

A Heteroscedastic Uncertainty Model for Decoupling Sources of MRI Image Quality

2020-01-31 · MIDL 2019 7 · Richard Shaw, Carole H. Sudre, Sebastien Ourselin, M. Jorge Cardoso

Quality control (QC) of medical images is essential to ensure that downstream analyses such as segmentation can be performed successfully. Currently, QC is predominantly performed visually at significant time and operato…

Known Unknowns: Uncertainty Quality in Bayesian Neural Networks

2016-12-05 · Ramon Oliveira, Pedro Tabacof, Eduardo Valle

We evaluate the uncertainty quality in neural networks using anomaly detection. We extract uncertainty measures (e.g. entropy) from the predictions of candidate models, use those measures as features for an anomaly detec…

Anomaly DetectionKnown Unknowns