paper-with-me

홈 › Papers

Model free variable importance for high dimensional data

2022-11-15 · Naofumi Hama, Masayoshi Mase, Art B. Owen

A model-agnostic variable importance method can be used with arbitrary prediction functions. Here we present some model-free methods that do not require access to the prediction function. This is useful when that function is proprietary and not available, or just extremely expensive. It is also useful when studying residuals from a model. The cohort Shapley (CS) method is model-free but has exponential cost in the dimension of the input space. A supervised on-manifold Shapley method from Frye et al. (2020) is also model free but requires as input a second black box model that has to be trained for the Shapley value problem. We introduce an integrated gradient (IG) version of cohort Shapley, called IGCS, with cost $\mathcal{O}(nd)$. We show that over the vast majority of the relevant unit cube that the IGCS value function is close to a multilinear function for which IGCS matches CS. Another benefit of IGCS is that is allows IG methods to be used with binary predictors. We use some area between curves (ABC) measures to quantify the performance of IGCS. On a problem from high energy physics we verify that IGCS has nearly the same ABCs as CS does. We also use it on a problem from computational chemistry in 1024 variables. We see there that IGCS attains much higher ABCs than we get from Monte Carlo sampling. The code is publicly available at https://github.com/cohortshapley/cohortintgrad

📄 PDF Abstract BibTeX arXiv:2211.08414

Code (1)

cohortshapley/cohortintgrad 공식 구현 pytorch

Tasks

Computational chemistrymodel

Similar Papers 제목 키워드 기반

How important are the genes to explain the outcome - the asymmetric Shapley value as an honest importance metric for high-dimensional features

2026-03-05 · Mark A. van de Wiel, Jeroen Goedhart, Martin Jullum, Kjersti Aas arxiv

In clinical prediction settings the importance of a high-dimensional feature like genomics is often assessed by evaluating the change in predictive performance when adding it to a set of traditional clinical variables. T…

Feature Importance

Variable Selection with Rigorous Uncertainty Quantification using Deep Bayesian Neural Networks: Posterior Concentration and Bernstein-von Mises Phenomenon

2019-12-03 · Jeremiah Zhe Liu

This work develops rigorous theoretical basis for the fact that deep Bayesian neural network (BNN) is an effective tool for high-dimensional variable selection with rigorous uncertainty quantification. We develop new Bay…

Uncertainty QuantificationVariable Selection

Variable Importance in High-Dimensional Settings Requires Grouping

2023-12-18 · Ahmad Chamma, Bertrand Thirion, Denis A. Engemann

Explaining the decision process of machine learning algorithms is nowadays crucial for both model's performance enhancement and human comprehension. This can be achieved by assessing the variable importance of single var…

Hybrid Censored Quantile Regression Forest to Assess the Heterogeneous Effects

2022-12-12 · Huichen Zhu, Yifei Sun, Ying WEI

In many applications, heterogeneous treatment effects on a censored response variable are of primary interest, and it is natural to evaluate the effects at different quantiles (e.g., median). The large number of potentia…

quantile regressionregression

Importance-Aware Scheduling for High-Dimensional Hyperparameter Optimization

2026-06-08 · Ruinan Wang, Ian Nabney, Mohammad Golbabaee arxiv

Hyperparameter Optimization (HPO) is essential for building high-performing ML/DL models, yet conventional optimizers often struggle in high-dimensional spaces where evaluations are costly and progress is diluted across …

Hyperparameter Optimization