Lightweight Uncertainty Quantification with Simplex Semantic Segmentation for Terrain Traversability

Published: 16 Jul 2024, Last Modified: 16 Jul 2024ICRA 2024 Off-road Autonomy Workshop PosterEveryoneRevisionsBibTeXCC BY 4.0
Keywords: Semantic segmentation; uncertainty; traversability; prototypes
TL;DR: To determine the uncertainty in the results of semantic segmentation models, we propose a simple, lightweight method that can be connected to any pretrained segmentation.
Abstract: For navigation of robots, image segmentation is an important component to determining a terrain’s traversability. For safe and efficient navigation, it is key to assess the uncertainty of the predicted segments. Current uncertainty estimation methods are limited to a specific choice of model architecture, are costly in terms of training time, require large memory for inference (ensembles), or involve complex model architectures (energy-based, hyperbolic, masking). In this paper, we propose a simple, light-weight module that can be connected to any pretrained image segmentation model, regardless of its architecture, with marginal additional computation cost because it reuses the model’s backbone. Our module is based on maximum separation of the segmentation classes by respective prototype vectors. This optimizes the probability that out-of-distribution segments are projected in between the prototype vectors. The uncertainty value in the classification label is obtained from the distance to the nearest prototype. We demonstrate the effectiveness of our module for terrain segmentation.
Submission Number: 1
Loading