ProtoSolo: Interpretable Image Classification via Single-Prototype Activation
Yitao Peng, Lianghua He, Hongzhou Chen

TL;DR
ProtoSolo is a novel interpretable image classification model that simplifies decision-making by activating only a single prototype per class, maintaining high accuracy with reduced cognitive complexity.
Contribution
It introduces a single-prototype activation mechanism and a non-projection learning strategy, enhancing interpretability without sacrificing classification performance.
Findings
Achieves state-of-the-art interpretability with low cognitive complexity.
Maintains competitive accuracy on CUB-200-2011 and Stanford Cars datasets.
Simplifies explanations by highlighting only the most relevant prototype.
Abstract
Although interpretable prototype networks have improved the transparency of deep learning image classification, the need for multiple prototypes in collaborative decision-making increases cognitive complexity and hinders user understanding. To solve this problem, this paper proposes a novel interpretable deep architecture for image classification, called ProtoSolo. Unlike existing prototypical networks, ProtoSolo requires activation of only a single prototype to complete the classification. This design significantly simplifies interpretation, as the explanation for each class requires displaying only the prototype with the highest similarity score and its corresponding feature map. Additionally, the traditional full-channel feature vector is replaced with a feature map for similarity comparison and prototype learning, enabling the use of richer global information within a…
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
TopicsExplainable Artificial Intelligence (XAI) · Adversarial Robustness in Machine Learning · Advanced Neural Network Applications
