Instance-wise Uncertainty for Class Imbalance in Semantic Segmentation
Semantic segmentation is a fundamental computer vision task with a vast number of applications. State of the art methods increasingly rely on deep learning models, known to incorrectly estimate uncertainty and being overconfident in predictions, especially in data not seen during training. This is particularly problematic in semantic segmentation due to inherent class imbalance. Popular uncertainty quantification approaches are task-agnostic and fail to leverage spatial pixel correlations in uncertainty estimates, crucial in this task. In this work, a novel training methodology specifically designed for semantic segmentation is presented. Training samples are weighted by instance-wise uncertainty masks computed by an ensemble. This is shown to increase performance on minority classes, boost model generalization and robustness to domain-shift when compared to using the inverse of class proportions or no class weights at all. This method addresses the challenges of class imbalance and uncertainty estimation in semantic segmentation, potentially enhancing model performance and reliability across various applications.
Code (0)
등록된 구현이 없습니다.
Tasks
SegmentationSemantic SegmentationUncertainty QuantificationSimilar Papers 제목 키워드 기반
On the Calibration of Uncertainty Estimation in LiDAR-based Semantic Segmentation
The confidence calibration of deep learning-based perception models plays a crucial role in their reliability. Especially in the context of autonomous driving, downstream tasks like prediction and planning depend on accu…
Autonomous DrivingSegmentationSemantic SegmentationSemantic Segmentation with Labeling Uncertainty and Class Imbalance
Recently, methods based on Convolutional Neural Networks (CNN) achieved impressive success in semantic segmentation tasks. However, challenges such as the class imbalance and the uncertainty in the pixel-labeling process…
SegmentationSemantic SegmentationInterpretability of Uncertainty: Exploring Cortical Lesion Segmentation in Multiple Sclerosis
Uncertainty quantification (UQ) has become critical for evaluating the reliability of artificial intelligence systems, especially in medical image segmentation. This study addresses the interpretability of instance-wise …
Image SegmentationLesion SegmentationMedical Image SegmentationSegmentation+2Class Uncertainty: A Measure to Mitigate Class Imbalance
Class-wise characteristics of training examples affect the performance of deep classifiers. A well-studied example is when the number of training examples of classes follows a long-tailed distribution, a situation that i…
Your Data Is Not Perfect: Towards Cross-Domain Out-of-Distribution Detection in Class-Imbalanced Data
Previous OOD detection systems only focus on the semantic gap between ID and OOD samples. Besides the semantic gap, we are faced with two additional gaps: the domain gap between source and target domains, and the class-i…
Out-of-Distribution Detection