CVAISep 14, 2024

Multi-Scale Grouped Prototypes for Interpretable Semantic Segmentation

arXiv:2409.09497v21 citationsh-index: 67Has Code
AI Analysis

This work addresses the need for interpretable semantic segmentation models in computer vision, offering an incremental improvement over existing prototype-based methods.

The paper tackles the problem of making semantic segmentation interpretable by proposing a method that uses multi-scale image representation for prototypical part learning, resulting in increased model sparsity, improved interpretability over existing prototype-based methods, and narrowing the performance gap with non-interpretable models as demonstrated on Pascal VOC, Cityscapes, and ADE20K datasets.

Prototypical part learning is emerging as a promising approach for making semantic segmentation interpretable. The model selects real patches seen during training as prototypes and constructs the dense prediction map based on the similarity between parts of the test image and the prototypes. This improves interpretability since the user can inspect the link between the predicted output and the patterns learned by the model in terms of prototypical information. In this paper, we propose a method for interpretable semantic segmentation that leverages multi-scale image representation for prototypical part learning. First, we introduce a prototype layer that explicitly learns diverse prototypical parts at several scales, leading to multi-scale representations in the prototype activation output. Then, we propose a sparse grouping mechanism that produces multi-scale sparse groups of these scale-specific prototypical parts. This provides a deeper understanding of the interactions between multi-scale object representations while enhancing the interpretability of the segmentation model. The experiments conducted on Pascal VOC, Cityscapes, and ADE20K demonstrate that the proposed method increases model sparsity, improves interpretability over existing prototype-based methods, and narrows the performance gap with the non-interpretable counterpart models. Code is available at github.com/eceo-epfl/ScaleProtoSeg.

Code Implementations1 repo
Foundations

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

Your Notes