The reviewed record of science sign in
Pith

arxiv: 2312.00092 · v3 · pith:U7DVDNKJ · submitted 2023-11-30 · cs.CV

Mixture of Gaussian-distributed Prototypes with Generative Modelling for Interpretable and Trustworthy Image Recognition

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:U7DVDNKJrecord.jsonopen to challenge →

classification cs.CV
keywords prototypesimagemgprotoprototyperecognitiontraininglearnedobject
0
0 comments X
read the original abstract

Prototypical-part methods, e.g., ProtoPNet, enhance interpretability in image recognition by linking predictions to training prototypes, thereby offering intuitive insights into their decision-making. Existing methods, which rely on a point-based learning of prototypes, typically face two critical issues: 1) the learned prototypes have limited representation power and are not suitable to detect Out-of-Distribution (OoD) inputs, reducing their decision trustworthiness; and 2) the necessary projection of the learned prototypes back into the space of training images causes a drastic degradation in the predictive performance. Furthermore, current prototype learning adopts an aggressive approach that considers only the most active object parts during training, while overlooking sub-salient object regions which still hold crucial classification information. In this paper, we present a new generative paradigm to learn prototype distributions, termed as Mixture of Gaussian-distributed Prototypes (MGProto). The distribution of prototypes from MGProto enables both interpretable image classification and trustworthy recognition of OoD inputs. The optimisation of MGProto naturally projects the learned prototype distributions back into the training image space, thereby addressing the performance degradation caused by prototype projection. Additionally, we develop a novel and effective prototype mining strategy that considers not only the most active but also sub-salient object parts. To promote model compactness, we further propose to prune MGProto by removing prototypes with low importance priors. Experiments on CUB-200-2011, Stanford Cars, Stanford Dogs, and Oxford-IIIT Pets datasets show that MGProto achieves state-of-the-art image recognition and OoD detection performances, while providing encouraging interpretability results.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Beyond Points: Spherical Distributional Part Prototypes for Interpretable Classification

    cs.CV 2026-06 unverdicted novelty 6.0

    vMFProto models classes as mixtures of von Mises-Fisher distributions on the sphere, uses OT for assignments, and reports SOTA explanation metrics with competitive accuracy on CUB, Dogs, and Cars using frozen DINO backbones.

  2. Beyond Points: Spherical Distributional Part Prototypes for Interpretable Classification

    cs.CV 2026-06 unverdicted novelty 6.0

    vMFProto models each class as a mixture of von Mises-Fisher components on the hypersphere, learns per-prototype concentrations, and applies entropic OT for assignments, yielding SOTA explanation quality on CUB, Dogs, ...