paper-with-me

Papers

Variable Selection Using Relative Importance Rankings

2025-09-13 · Tien-En Chang, Argon Chen arxiv

Although conceptually related, variable selection and relative importance (RI) analysis have been treated quite differently in the literature. While RI is typically used for post-hoc model explanation, this paper explores its potential for variable or feature ranking and filter-based selection before model creation. Specifically, we anticipate strong performance from the RI measures because they incorporate both direct and combined effects of predictors, addressing a key limitation of marginal correlation, which ignores dependencies among predictors. We implement and evaluate the RI-based variable ranking and selection methods, including a newly proposed RI measure, CRI.Z, with improved computational efficiency relative to conventional RI measures. Through extensive simulations, we first demonstrate how the RI measures more accurately rank the variables than the marginal correlation, especially when there are suppressed or weak predictors. We then show that predictive models built on these rankings are highly competitive, often outperforming state-of-the-art linear-model methods such as the lasso and relaxed lasso. The proposed RI-based methods are particularly effective in challenging cases involving clusters of highly correlated predictors, a setting known to cause failures in many benchmark methods. The practical utility and efficiency of RI-based methods are further demonstrated through two high-dimensional gene expression datasets. Although lasso methods have dominated the recent literature on variable selection, our study reveals that the RI-based method is a powerful and competitive alternative. We believe these underutilized tools deserve greater attention in statistics and machine learning communities. The code is available at: https://github.com/tien-endotchang/RI-variable-selection.

📄 PDF Abstract BibTeX arXiv:2509.10853

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

On feature selection in double-imbalanced data settings: a Random Forest approach

2025-06-12 · Fabio Demaria

Feature selection is a critical step in high-dimensional classification tasks, particularly under challenging conditions of double imbalance, namely settings characterized by both class imbalance in the response variable…

feature selectionVariable Selection

Nonparametric Feature Impact and Importance

2020-06-08 · Terence Parr, James D. Wilson, Jeff Hamrick

Practitioners use feature importance to rank and eliminate weak predictors during model development in an effort to simplify models and improve generality. Unfortunately, they also routinely conflate such feature importa…

Feature Importancefeature selection

MDFS - MultiDimensional Feature Selection

2018-10-31 · Piliszek Radosław, Mnich Krzysztof, Migacz Szymon, Tabaszewski Paweł 외

Identification of informative variables in an information system is often performed using simple one-dimensional filtering procedures that discard information about interactions between variables. Such approach may resul…

feature selection

An Automatic Relevance Determination Prior Bayesian Neural Network for Controlled Variable Selection

2020-01-06 · Rendani Mbuvha, Illyes Boulkaibet, Tshilidzi Marwala

We present an Automatic Relevance Determination prior Bayesian Neural Network(BNN-ARD) weight l2-norm measure as a feature importance statistic for the model-x knockoff filter. We show on both simulated data and the Norw…

Feature ImportanceVariable Selection

Cross-Model Consistency of Feature Importance in Electrospinning: Separating Robust from Model-Dependent Features

2026-05-06 · Mehrab Mahdian, Ferenc Ender, Tamas Pardy arxiv

Electrospinning is a highly sensitive fabrication process in which small variations in operating parameters can significantly influence fiber morphology and material performance. Machine learning (ML) methods are increas…

Feature Importance