paper-with-me

Papers

ProtoQuant: Quantization of Prototypical Parts For General and Fine-Grained Image Classification

2026-02-06 · Mikołaj Janusz, Adam Wróbel, Bartosz Zieliński, Dawid Rymarczyk arxiv

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.

📄 PDF Abstract BibTeX arXiv:2602.06592

Code (0)

등록된 구현이 없습니다.

Tasks

Fine-Grained Image Classification

Similar Papers 제목 키워드 기반

Towards Accurate and Efficient Sub-8-Bit Integer Training

2024-11-17 · Wenjin Guo, Donglai Liu, Weiying Xie, Yunsong Li 외

Neural network training is a memory- and compute-intensive task. Quantization, which enables low-bitwidth formats in training, can significantly mitigate the workload. To reduce quantization error, recent methods have de…

CPUGPUQuantization

Part-aware Prototypical Graph Network for One-shot Skeleton-based Action Recognition

2022-08-19 · Tailin Chen, Desen Zhou, Jian Wang, Shidong Wang 외

In this paper, we study the problem of one-shot skeleton-based action recognition, which poses unique challenges in learning transferable representation from base classes to novel classes, particularly for fine-grained a…

Action RecognitionMeta-LearningSkeleton Based Action Recognition

LucidPPN: Unambiguous Prototypical Parts Network for User-centric Interpretable Computer Vision

2024-05-23 · Mateusz Pach, Dawid Rymarczyk, Koryna Lewandowska, Jacek Tabor 외

Prototypical parts networks combine the power of deep learning with the explainability of case-based reasoning to make accurate, interpretable decisions. They follow the this looks like that reasoning, representing each …

SIDE: Sparse Information Disentanglement for Explainable Artificial Intelligence

2025-07-25 · Viktar Dubovik, Łukasz Struski, Jacek Tabor, Dawid Rymarczyk arxiv

Understanding the decisions made by deep neural networks is essential in high-stakes domains such as medical imaging and autonomous driving. Yet, these models often lack transparency, particularly in computer vision. Pro…

Autonomous Driving

Pixel-Grounded Prototypical Part Networks

2023-09-25 · Zachariah Carmichael, Suhas Lohit, Anoop Cherian, Michael Jones 외

Prototypical part neural networks (ProtoPartNNs), namely PROTOPNET and its derivatives, are an intrinsically interpretable approach to machine learning. Their prototype learning scheme enables intuitive explanations of t…

Object