CVJan 21, 2021

Rethinking Semantic Segmentation Evaluation for Explainability and Model Selection

arXiv:2101.08418v225 citations
Originality Incremental advance
AI Analysis

This addresses a specific evaluation bottleneck for semantic segmentation in real-world applications like autonomous navigation and accessibility mapping, offering incremental improvements in explainability.

The paper tackled the problem that standard pixel-wise evaluation metrics for semantic segmentation fail to capture over- and under-segmentation properties, which are crucial for applications like accessibility mapping. They introduced a new region-based metric that improves explainability and model selection, demonstrating its effectiveness in analysis and comparison.

Semantic segmentation aims to robustly predict coherent class labels for entire regions of an image. It is a scene understanding task that powers real-world applications (e.g., autonomous navigation). One important application, the use of imagery for automated semantic understanding of pedestrian environments, provides remote mapping of accessibility features in street environments. This application (and others like it) require detailed geometric information of geographical objects. Semantic segmentation is a prerequisite for this task since it maps contiguous regions of the same class as single entities. Importantly, semantic segmentation uses like ours are not pixel-wise outcomes; however, most of their quantitative evaluation metrics (e.g., mean Intersection Over Union) are based on pixel-wise similarities to a ground-truth, which fails to emphasize over- and under-segmentation properties of a segmentation model. Here, we introduce a new metric to assess region-based over- and under-segmentation. We analyze and compare it to other metrics, demonstrating that the use of our metric lends greater explainability to semantic segmentation model performance in real-world applications.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes