paper-with-me

홈 › Papers

TREX: Tree-Ensemble Representer-Point Explanations

2020-09-11 · Jonathan Brophy, Daniel Lowd

How can we identify the training examples that contribute most to the prediction of a tree ensemble? In this paper, we introduce TREX, an explanation system that provides instance-attribution explanations for tree ensembles, such as random forests and gradient boosted trees. TREX builds on the representer point framework previously developed for explaining deep neural networks. Since tree ensembles are non-differentiable, we define a kernel that captures the structure of the specific tree ensemble. By using this kernel in kernel logistic regression or a support vector machine, TREX builds a surrogate model that approximates the original tree ensemble. The weights in the kernel expansion of the surrogate model are used to define the global or local importance of each training example. Our experiments show that TREX's surrogate model accurately approximates the tree ensemble; its global importance weights are more effective in dataset debugging than the previous state-of-the-art; its explanations identify the most influential samples better than alternative methods under the remove and retrain evaluation framework; it runs orders of magnitude faster than alternative methods; and its local explanations can identify and explain errors due to domain mismatch.

📄 PDF Abstract BibTeX arXiv:2009.05530

Code (1)

jjbrophy47/trex 공식 구현

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

BELLATREX: Building Explanations through a LocaLly AccuraTe Rule EXtractor

2022-03-29 · Klest Dedja, Felipe Kenji Nakano, Konstantinos Pliakos, Celine Vens

Tree-ensemble algorithms, such as random forest, are effective machine learning methods popular for their flexibility, high performance, and robustness to overfitting. However, since multiple learners are combined, they …

Binary ClassificationMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION

Sample based Explanations via Generalized Representers

2023-10-27 · NeurIPS 2023 11

We propose a general class of sample based explanations of machine learning models, which we term generalized representers. To measure the effect of a training sample on a model's test prediction, generalized representer…

text-classificationText Classification

Adapting and Evaluating Influence-Estimation Methods for Gradient-Boosted Decision Trees

2022-04-30 · Jonathan Brophy, Zayd Hammoudeh, Daniel Lowd

Influence estimation analyzes how changes to the training data can lead to different model predictions; this analysis can help us better understand these predictions, the models making those predictions, and the data set…

Decision Making

Trexplorer Super: Topologically Correct Centerline Tree Tracking of Tubular Objects in CT Volumes

2025-07-15 · Roman Naeem, David Hagerman, Jennifer Alvén, Lennart Svensson 외 arxiv

Tubular tree structures, such as blood vessels and airways, are essential in human anatomy and accurately tracking them while preserving their topology is crucial for various downstream tasks. Trexplorer is a recurrent m…

Representer Point Selection via Local Jacobian Expansion for Post-hoc Classifier Explanation of Deep Neural Networks and Ensemble Models

2021-12-01 · NeurIPS 2021 12 · Yi Sui, Ga Wu, Scott Sanner

Explaining the influence of training data on deep neural network predictions is a critical tool for debugging models through data curation. A recent tractable and appealing approach for this task was provided via the co…

image-classificationImage Classificationtabular-classificationtext-classification+1