paper-with-me

Papers

This part looks alike this: identifying important parts of explained instances and prototypes

2025-05-08 · Jacek Karolczak, Jerzy Stefanowski

Although prototype-based explanations provide a human-understandable way of representing model predictions they often fail to direct user attention to the most relevant features. We propose a novel approach to identify the most informative features within prototypes, termed alike parts. Using feature importance scores derived from an agnostic explanation method, it emphasizes the most relevant overlapping features between an instance and its nearest prototype. Furthermore, the feature importance score is incorporated into the objective function of the prototype selection algorithms to promote global prototypes diversity. Through experiments on six benchmark datasets, we demonstrate that the proposed approach improves user comprehension while maintaining or even increasing predictive accuracy.

📄 PDF Abstract BibTeX arXiv:2505.05597

Code (1)

jkarolczak/important-parts-of-prototypes 공식 구현

Tasks

DiversityFeature ImportancePrototype Selection

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

Can Modern Vision Models Understand the Difference Between an Object and a Look-alike?

2025-11-24 · Itay Cohen, Ethan Fetaya, Amir Rosenfeld arxiv

Recent advances in computer vision have yielded models with strong performance on recognition benchmarks; however, significant gaps remain in comparison to human perception. One subtle ability is to judge whether an imag…

Cross-Modal Retrieval

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 …

Extracting Procedural Knowledge from Technical Documents

2020-10-20 · Shivali Agarwal, Shubham Atreja, Vikas Agarwal

Procedures are an important knowledge component of documents that can be leveraged by cognitive assistants for automation, question-answering or driving a conversation. It is a challenging problem to parse big dense docu…

Question Answering

Alike Parts: A Feature-Informed Approach to Local and Global Prototype Explanations

2026-05-20 · Jacek Karolczak, Jerzy Stefanowski arxiv

Prototype-based explanations offer an intuitive, example-based approach to support the interpretability of machine learning black box classifiers but often lack feature-level granularity. We introduce a framework that in…

Feature Importance

Post-hoc Part-prototype Networks

2024-06-05 · Andong Tan, Fengtao Zhou, Hao Chen

Post-hoc explainability methods such as Grad-CAM are popular because they do not influence the performance of a trained model. However, they mainly reveal "where" a model looks at for a given input, fail to explain "what…