paper-with-me

Papers

Instance-wise Uncertainty for Class Imbalance in Semantic Segmentation

2024-07-17 · Luís Almeida, Inês Dutra, Francesco Renna

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.

📄 PDF Abstract BibTeX arXiv:2407.12609

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic SegmentationUncertainty Quantification

Similar Papers 제목 키워드 기반

On the Calibration of Uncertainty Estimation in LiDAR-based Semantic Segmentation

2023-08-04 · Mariella Dreissig, Florian Piewak, Joschka Boedecker

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 Segmentation

Semantic Segmentation with Labeling Uncertainty and Class Imbalance

2021-02-08 · Patrik Olã Bressan, José Marcato Junior, José Augusto Correa Martins, Diogo Nunes Gonçalves 외

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 Segmentation

Interpretability of Uncertainty: Exploring Cortical Lesion Segmentation in Multiple Sclerosis

2024-07-08 · Nataliia Molchanova, Alessandro Cagol, Pedro M. Gordaliza, Mario Ocampo-Pineda 외

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+2

Class Uncertainty: A Measure to Mitigate Class Imbalance

2023-11-23 · Z. S. Baltaci, K. Oksuz, S. Kuzucu, K. Tezoren 외

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

2024-12-09 · Xiang Fang, Arvind Easwaran, Blaise Genest, Ponnuthurai Nagaratnam Suganthan

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