ProtoQuant: Quantization of Prototypical Parts For General and Fine-Grained Image Classification
Mikołaj Janusz, Adam Wróbel, Bartosz Zieliński, Dawid Rymarczyk
TL;DR
ProtoQuant addresses the interpretability-explainability gap in large-scale image classification by grounding prototypical parts in a discrete concept codebook learned with a Vector-Quantized Variational Autoencoder (VQ-VAE) style mechanism while keeping the backbone frozen. It replaces the traditional classifier head with a modular concept-based head, comprising concept matching, activation mapping, and a nonnegative concept-to-class mapping, trained in two stages to ensure stability and grounding. The approach achieves robust prototype stability against perturbations and demonstrates competitive accuracy on ImageNet and strong performance on fine-grained benchmarks, all while enabling efficient model editing and pruning. By tying predictions to a finite vocabulary of human-understandable concepts, ProtoQuant provides reliable, localized explanations suitable for auditing and deployment in high-stakes settings, with clear improvements in scalability and interpretability over prior prototypical-part methods.
Abstract
Prototypical parts-based models offer a "this looks like that" paradigm for intrinsic interpretability, yet they typically struggle with ImageNet-scale generalization and often require computationally expensive backbone finetuning. Furthermore, existing methods frequently suffer from "prototype drift," where learned prototypes lack tangible grounding in the training distribution and change their activation under small perturbations. We present ProtoQuant, a novel architecture that achieves prototype stability and grounded interpretability through latent vector quantization. By constraining prototypes to a discrete learned codebook within the latent space, we ensure they remain faithful representations of the training data without the need to update the backbone. This design allows ProtoQuant to function as an efficient, interpretable head that scales to large-scale datasets. We evaluate ProtoQuant on ImageNet and several fine-grained benchmarks (CUB-200, Cars-196). Our results demonstrate that ProtoQuant achieves competitive classification accuracy while generalizing to ImageNet and comparable interpretability metrics to other prototypical-parts-based methods.
