Efficient Uncertainty Estimation in Semantic Segmentation via Distillation

Abstract

Deep neural networks typically make predictions with little regard for the probability that a prediction might be incorrect. Attempts to address this often involve input data undergoing multiple forward passes, either of multiple models or of multiple configurations of a single model, and consensus among outputs is used as a measure of confidence. This can be computationally expensive, as the time taken to process a single input sample increases linearly with the number of output samples being generated, an important consideration in real-time scenarios such as autonomous driving, and so we propose Uncertainty Distillation as a more efficient method for quantifying prediction uncertainty. Inspired by the concept of Knowledge Distillation, whereby the performance of a compact model is improved by training it to mimic the outputs of a larger model, we train a compact model to mimic the output distribution of a large ensemble of models, such that for each output there is a prediction and a predicted level of uncertainty for that prediction. We apply Uncertainty Distillation in the context of a semantic segmentation task for autonomous vehicle scene understanding and demonstrate a capability to reliably predict pixelwise uncertainty over the resultant class probability map. We also show that the aggregate pixel uncertainty across an image can be used as a metric for reliable detection of out-of-distribution data.

Cite

Text

Holder and Shafique. "Efficient Uncertainty Estimation in Semantic Segmentation via Distillation." IEEE/CVF International Conference on Computer Vision Workshops, 2021. doi:10.1109/ICCVW54120.2021.00343

Markdown

[Holder and Shafique. "Efficient Uncertainty Estimation in Semantic Segmentation via Distillation." IEEE/CVF International Conference on Computer Vision Workshops, 2021.](https://mlanthology.org/iccvw/2021/holder2021iccvw-efficient/) doi:10.1109/ICCVW54120.2021.00343

BibTeX

@inproceedings{holder2021iccvw-efficient,
  title     = {{Efficient Uncertainty Estimation in Semantic Segmentation via Distillation}},
  author    = {Holder, Christopher J. and Shafique, Muhammad},
  booktitle = {IEEE/CVF International Conference on Computer Vision Workshops},
  year      = {2021},
  pages     = {3080-3087},
  doi       = {10.1109/ICCVW54120.2021.00343},
  url       = {https://mlanthology.org/iccvw/2021/holder2021iccvw-efficient/}
}