U-CE: Uncertainty-aware Cross-Entropy for Semantic Segmentation
Steven Landgraf, Markus Hillemann, Kira Wursthorn, Markus Ulrich

TL;DR
This paper introduces U-CE, a novel loss function that integrates predictive uncertainty into training, enhancing segmentation accuracy and reliability for safety-critical applications like autonomous driving.
Contribution
The paper proposes U-CE, a new uncertainty-aware loss function that improves segmentation performance and provides meaningful uncertainty estimates, advancing robustness in neural networks.
Findings
U-CE outperforms regular cross-entropy on Cityscapes and ACDC datasets.
Models trained with U-CE produce meaningful uncertainty estimates.
U-CE enhances robustness and reliability in semantic segmentation.
Abstract
Deep neural networks have shown exceptional performance in various tasks, but their lack of robustness, reliability, and tendency to be overconfident pose challenges for their deployment in safety-critical applications like autonomous driving. In this regard, quantifying the uncertainty inherent to a model's prediction is a promising endeavour to address these shortcomings. In this work, we present a novel Uncertainty-aware Cross-Entropy loss (U-CE) that incorporates dynamic predictive uncertainties into the training process by pixel-wise weighting of the well-known cross-entropy loss (CE). Through extensive experimentation, we demonstrate the superiority of U-CE over regular CE training on two benchmark datasets, Cityscapes and ACDC, using two common backbone architectures, ResNet-18 and ResNet-101. With U-CE, we manage to train models that not only improve their segmentation…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Anomaly Detection Techniques and Applications
