paper-with-me

Papers

Statistically Valid Variable Importance Assessment through Conditional Permutations

2023-09-14 · NeurIPS 2023 11

Variable importance assessment has become a crucial step in machine-learning applications when using complex learners, such as deep neural networks, on large-scale data. Removal-based importance assessment is currently the reference approach, particularly when statistical guarantees are sought to justify variable inclusion. It is often implemented with variable permutation schemes. On the flip side, these approaches risk misidentifying unimportant variables as important in the presence of correlations among covariates. Here we develop a systematic approach for studying Conditional Permutation Importance (CPI) that is model agnostic and computationally lean, as well as reusable benchmarks of state-of-the-art variable importance estimators. We show theoretically and empirically that $\textit{CPI}$ overcomes the limitations of standard permutation importance by providing accurate type-I error control. When used with a deep neural network, $\textit{CPI}$ consistently showed top accuracy across benchmarks. An experiment on real-world data analysis in a large-scale medical dataset showed that $\textit{CPI}$ provides a more parsimonious selection of statistically significant variables. Our results suggest that $\textit{CPI}$ can be readily used as drop-in replacement for permutation-based methods.

📄 PDF Abstract BibTeX arXiv:2309.07593

Code (0)

등록된 구현이 없습니다.

Tasks

valid

Methods 이 논문이 사용한 방법론

FLIP https://developer.nvidia.com/blog/flip-a-difference-evaluator-for-alternating-images/

Similar Papers 제목 키워드 기반

A general framework for inference on algorithm-agnostic variable importance

2020-04-07 · Brian D. Williamson, Peter B. Gilbert, Noah R. Simon, Marco Carone

In many applications, it is of interest to assess the relative contribution of features (or subsets of features) toward the goal of predicting a response -- in other words, to gauge the variable importance of features. M…

valid

Measuring Variable Importance in Heterogeneous Treatment Effects with Confidence

2024-08-23 · Joseph Paillard, Angel Reyero Lobo, Vitaliy Kolodyazhniy, Bertrand Thirion 외

Causal machine learning holds promise for estimating individual treatment effects from complex data. For successful real-world applications of machine learning methods, it is of paramount importance to obtain reliable in…

Causal Inference

Assessing systemic risk due to fire sales spillover through maximum entropy network reconstruction

2018-07-30

Assessing systemic risk in financial markets is of great importance but it often requires data that are unavailable or available at a very low frequency. For this reason, systemic risk assessment with partial information…

Inference on Variable Importance for Treatment Effect Heterogeneity: Shapley Values and Beyond

2025-10-21 · Pawel Morzywolek, Peter B. Gilbert, Alex Luedtke arxiv

We provide an inferential framework to assess variable importance for heterogeneous treatment effects. This assessment is especially useful in high-risk domains such as medicine, where decision makers hesitate to rely on…

Challenges in Variable Importance Ranking Under Correlation

2024-02-05 · Annie Liang, Thomas Jemielita, Andy Liaw, Vladimir Svetnik 외

Variable importance plays a pivotal role in interpretable machine learning as it helps measure the impact of factors on the output of the prediction model. Model agnostic methods based on the generation of "null" feature…

Feature CorrelationInterpretable Machine Learning