paper-with-me

홈 › Papers

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 sets they're trained on. However, most influence-estimation techniques are designed for deep learning models with continuous parameters. Gradient-boosted decision trees (GBDTs) are a powerful and widely-used class of models; however, these models are black boxes with opaque decision-making processes. In the pursuit of better understanding GBDT predictions and generally improving these models, we adapt recent and popular influence-estimation methods designed for deep learning models to GBDTs. Specifically, we adapt representer-point methods and TracIn, denoting our new methods TREX and BoostIn, respectively; source code is available at https://github.com/jjbrophy47/tree_influence. We compare these methods to LeafInfluence and other baselines using 5 different evaluation measures on 22 real-world data sets with 4 popular GBDT implementations. These experiments give us a comprehensive overview of how different approaches to influence estimation work in GBDT models. We find BoostIn is an efficient influence-estimation method for GBDTs that performs equally well or better than existing work while being four orders of magnitude faster. Our evaluation also suggests the gold-standard approach of leave-one-out (LOO) retraining consistently identifies the single-most influential training example but performs poorly at finding the most influential set of training examples for a given target prediction.

📄 PDF Abstract BibTeX arXiv:2205.00359

Code (1)

jjbrophy47/tree_influence 공식 구현

Tasks

Decision Making

Similar Papers 제목 키워드 기반

First is Not Really Better Than Last: Evaluating Layer Choice and Aggregation Strategies in Language Model Data Influence Estimation

2025-11-06 · Dmytro Vitel, Anshuman Chhabra arxiv

Identifying how training samples influence/impact Large Language Model (LLM) decision-making is essential for effectively interpreting model decisions and auditing large-scale datasets. Current training sample influence …

Select or Project? Evaluating Lower-dimensional Vectors for LLM Training Data Explanations

2026-01-23 · Lukas Hinterleitner, Loris Schoenegger, Benjamin Roth arxiv

Gradient-based methods for instance-based explanation for large language models (LLMs) are hindered by the immense dimensionality of model gradients. In practice, influence estimation is restricted to a subset of model p…

Rapidly Adapting Moment Estimation

2019-02-24 · Guo-Qiang Zhang, Kenta Niwa, W. Bastiaan Kleijn

Adaptive gradient methods such as Adam have been shown to be very effective for training deep neural networks (DNNs) by tracking the second moment of gradients to compute the individual learning rates. Differently from e…

The Mirrored Influence Hypothesis: Efficient Data Influence Estimation by Harnessing Forward Passes

2024-02-14 · CVPR 2024 1 · Myeongseob Ko, Feiyang Kang, Weiyan Shi, Ming Jin 외

Large-scale black-box models have become ubiquitous across numerous applications. Understanding the influence of individual training data sources on predictions made by these models is crucial for improving their trustwo…

Memorization

Interacting Contour Stochastic Gradient Langevin Dynamics

2022-02-20 · ICLR 2022 4 · Wei Deng, Siqi Liang, Botao Hao, Guang Lin 외

We propose an interacting contour stochastic gradient Langevin dynamics (ICSGLD) sampler, an embarrassingly parallel multiple-chain contour stochastic gradient Langevin dynamics (CSGLD) sampler with efficient interaction…