English

Uncertainty estimation in Deep Learning for Panoptic segmentation

Computer Vision and Pattern Recognition 2024-09-10 v2

Abstract

As deep learning-based computer vision algorithms continue to advance the state of the art, their robustness to real-world data continues to be an issue, making it difficult to bring an algorithm from the lab to the real world. Ensemble-based uncertainty estimation approaches such as Monte Carlo Dropout have been successfully used in many applications in an attempt to address this robustness issue. Unfortunately, it is not always clear if such ensemble-based approaches can be applied to a new problem domain. This is the case with panoptic segmentation, where the structure of the problem and architectures designed to solve it means that unlike image classification or even semantic segmentation, the typical solution of using a mean across samples cannot be directly applied. In this paper, we demonstrate how ensemble-based uncertainty estimation approaches such as Monte Carlo Dropout can be used in the panoptic segmentation domain with no changes to an existing network, providing both improved performance and more importantly a better measure of uncertainty for predictions made by the network. Results are demonstrated quantitatively and qualitatively on the COCO, KITTI-STEP and VIPER datasets.

Keywords

Cite

@article{arxiv.2304.02098,
  title  = {Uncertainty estimation in Deep Learning for Panoptic segmentation},
  author = {Michael Smith and Frank Ferrie},
  journal= {arXiv preprint arXiv:2304.02098},
  year   = {2024}
}

Comments

29 pages, 9 figures including Supplementary Material. Revision includes additional comparisons and clarifications

R2 v1 2026-06-28T09:49:51.216Z