Application of Decision Rules for Handling Class Imbalance in Semantic Segmentation
Robin Chan, Matthias Rottmann, Fabian H\"uger, Peter Schlicht, Hanno, Gottschalk

TL;DR
This paper proposes a pixel-wise class weighting method based on inverse class frequencies to address class imbalance in semantic segmentation for autonomous driving, improving recall and reducing non-detections.
Contribution
It introduces a localized, pixel-wise class prior weighting approach to enhance semantic segmentation performance on imbalanced datasets.
Findings
Increased recall for pedestrians and info signs by 25% and 23.4%.
Reduced non-detection rate for key classes by 61% and 38%.
Effective handling of class imbalance in street scene segmentation.
Abstract
As part of autonomous car driving systems, semantic segmentation is an essential component to obtain a full understanding of the car's environment. One difficulty, that occurs while training neural networks for this purpose, is class imbalance of training data. Consequently, a neural network trained on unbalanced data in combination with maximum a-posteriori classification may easily ignore classes that are rare in terms of their frequency in the dataset. However, these classes are often of highest interest. We approach such potential misclassifications by weighting the posterior class probabilities with the prior class probabilities which in our case are the inverse frequencies of the corresponding classes in the training dataset. More precisely, we adopt a localized method by computing the priors pixel-wise such that the impact can be analyzed at pixel level as well. In our…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Advanced Neural Network Applications · Machine Learning and Data Classification
MethodsINFO: An Efficient Optimization Algorithm based on Weighted Mean of Vectors
