paper-with-me

Papers

ProtoP-OD: Explainable Object Detection with Prototypical Parts

2024-02-29 · Pavlos Rath-Manakidis, Frederik Strothmann, Tobias Glasmachers, Laurenz Wiskott

Interpretation and visualization of the behavior of detection transformers tends to highlight the locations in the image that the model attends to, but it provides limited insight into the \emph{semantics} that the model is focusing on. This paper introduces an extension to detection transformers that constructs prototypical local features and uses them in object detection. These custom features, which we call prototypical parts, are designed to be mutually exclusive and align with the classifications of the model. The proposed extension consists of a bottleneck module, the prototype neck, that computes a discretized representation of prototype activations and a new loss term that matches prototypes to object classes. This setup leads to interpretable representations in the prototype neck, allowing visual inspection of the image content perceived by the model and a better understanding of the model's reliability. We show experimentally that our method incurs only a limited performance penalty, and we provide examples that demonstrate the quality of the explanations provided by our method, which we argue outweighs the performance penalty.

📄 PDF Abstract BibTeX arXiv:2402.19142

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

ProtoPFormer: Concentrating on Prototypical Parts in Vision Transformers for Interpretable Image Recognition

2022-08-22 · Mengqi Xue, Qihan Huang, Haofei Zhang, Lechao Cheng 외

Prototypical part network (ProtoPNet) has drawn wide attention and boosted many follow-up studies due to its self-explanatory property for explainable artificial intelligence (XAI). However, when directly applying ProtoP…

Decision MakingExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

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

ProtoPShare: Prototype Sharing for Interpretable Image Classification and Similarity Discovery

2020-11-29 · Dawid Rymarczyk, Łukasz Struski, Jacek Tabor, Bartosz Zieliński

In this paper, we introduce ProtoPShare, a self-explained method that incorporates the paradigm of prototypical parts to explain its predictions. The main novelty of the ProtoPShare is its ability to efficiently share pr…

ClassificationGeneral Classificationimage-classificationImage Classification

Interpretable Image Classification via Non-parametric Part Prototype Learning

2025-03-13 · CVPR 2025 1 · Zhijie Zhu, Lei Fan, Maurice Pagnucco, Yang song

Classifying images with an interpretable decision-making process is a long-standing problem in computer vision. In recent years, Prototypical Part Networks has gained traction as an approach for self-explainable neural n…

image-classificationImage ClassificationVisual Reasoning

Revisiting FunnyBirds evaluation framework for prototypical parts networks

2024-08-21 · Szymon Opłatek, Dawid Rymarczyk, Bartosz Zieliński

Prototypical parts networks, such as ProtoPNet, became popular due to their potential to produce more genuine explanations than post-hoc methods. However, for a long time, this potential has been strictly theoretical, an…