paper-with-me

Papers

Tree Space Prototypes: Another Look at Making Tree Ensembles Interpretable

2016-11-22 · Sarah Tan, Matvey Soloviev, Giles Hooker, Martin T. Wells

Ensembles of decision trees perform well on many problems, but are not interpretable. In contrast to existing approaches in interpretability that focus on explaining relationships between features and predictions, we propose an alternative approach to interpret tree ensemble classifiers by surfacing representative points for each class -- prototypes. We introduce a new distance for Gradient Boosted Tree models, and propose new, adaptive prototype selection methods with theoretical guarantees, with the flexibility to choose a different number of prototypes in each class. We demonstrate our methods on random forests and gradient boosted trees, showing that the prototypes can perform as well as or even better than the original tree ensemble when used as a nearest-prototype classifier. In a user study, humans were better at predicting the output of a tree ensemble classifier when using prototypes than when using Shapley values, a popular feature attribution method. Hence, prototypes present a viable alternative to feature-based explanations for tree ensembles.

📄 PDF Abstract BibTeX arXiv:1611.07115

Code (2)

shftan/tree_ensemble_distance 공식 구현
loft-br/xgboost-survival-embeddings

Tasks

Prototype Selection

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

Similar Papers 제목 키워드 기반

WaveSleepNet: An Interpretable Network for Expert-like Sleep Staging

2024-04-11 · Yan Pei, Wei Luo

Although deep learning algorithms have proven their efficiency in automatic sleep staging, the widespread skepticism about their "black-box" nature has limited its clinical acceptance. In this study, we propose WaveSleep…

Decision MakingSleep Staging

Towards Deep Machine Reasoning: a Prototype-based Deep Neural Network with Decision Tree Inference

2020-02-02 · Plamen Angelov, Eduardo Soares

In this paper we introduce the DMR -- a prototype-based method and network architecture for deep learning which is using a decision tree (DT)-based inference and synthetic data to balance the classes. It builds upon the …

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

2023-11-30 · Chong Wang, Yuanhong Chen, Fengbei Liu, Yuyuan Liu 외

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, w…

Explainable Artificial Intelligence (XAI)image-classificationImage ClassificationInterpretable Machine Learning+1

Hyperbolic Busemann Learning with Ideal Prototypes

2021-06-28 · NeurIPS 2021 12 · Mina Ghadimi Atigh, Martin Keller-Ressel, Pascal Mettes

Hyperbolic space has become a popular choice of manifold for representation learning of various datatypes from tree-like structures and text to graphs. Building on the success of deep learning with prototypes in Euclidea…

PositionRepresentation Learning

CAPro: Webly Supervised Learning with Cross-modality Aligned Prototypes

2023-09-21 · NeurIPS 2023 11

Webly supervised learning has attracted increasing attention for its effectiveness in exploring publicly accessible data at scale without manual annotation. However, most existing methods of learning with web datasets ar…