CVAILGMay 5, 2021

This Looks Like That... Does it? Shortcomings of Latent Space Prototype Interpretability in Deep Networks

arXiv:2105.02968v475 citations
Originality Incremental advance
AI Analysis

This highlights a critical flaw in interpretable deep learning models for practitioners, potentially undermining trust in deployed systems.

The paper identifies a semantic gap between latent and input space similarities in prototype-based deep networks, which can corrupt interpretability, as demonstrated through experiments on ProtoPNet showing that crafted or JPEG compression artifacts lead to incomprehensible decisions.

Deep neural networks that yield human interpretable decisions by architectural design have lately become an increasingly popular alternative to post hoc interpretation of traditional black-box models. Among these networks, the arguably most widespread approach is so-called prototype learning, where similarities to learned latent prototypes serve as the basis of classifying an unseen data point. In this work, we point to an important shortcoming of such approaches. Namely, there is a semantic gap between similarity in latent space and similarity in input space, which can corrupt interpretability. We design two experiments that exemplify this issue on the so-called ProtoPNet. Specifically, we find that this network's interpretability mechanism can be led astray by intentionally crafted or even JPEG compression artefacts, which can produce incomprehensible decisions. We argue that practitioners ought to have this shortcoming in mind when deploying prototype-based models in practice.

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