An Empirical Study of Feature Selection Granularity

📅 2026-07-27
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses a critical limitation of traditional feature selection methods, which typically assign global scores to features in a single pass and are thus susceptible to noise and redundancy that may obscure informative signals. For the first time, this work systematically investigates the impact of algorithmic granularity on feature selection quality by implementing five mainstream algorithms under two distinct strategies: global selection and recursive elimination with re-evaluation. Comprehensive experiments across multiple evaluation metrics demonstrate that the recursive strategy more effectively identifies salient features and significantly enhances selection performance, thereby confirming the presence of inter-feature interference in high-dimensional data. However, this gain in accuracy comes at the cost of increased computational complexity. These findings underscore the importance of algorithmic granularity and offer a novel perspective for the design of future feature selection approaches.
📝 Abstract
Feature selection aims to identify the most informative and relevant features for a given dataset, either in terms of capturing the underlying data structure and distribution better, or with respect to the performance on a downstream task. Existing research in this area has largely focused on developing novel algorithms (in both supervised and unsupervised settings), proposing new evaluation metrics and frameworks, or benchmarking the performance of existing methods. In this work, we examine feature selection through an algorithmic design perspective. Conventional feature selection algorithms typically compute feature importance scores globally across the entire feature set and then select the top-ranked features in a single step. However, this approach raises a critical question: Can the presence of less informative (or noisy) features mask or obscure the true importance of other, more relevant features? In other words, would a recursive strategy, where features are removed one by one while re-evaluating importance at each step, yield different and potentially better results than the standard global ranking approach? To answer this question, we conduct an extensive empirical study using five diverse feature selection algorithms. We implement each algorithm under both the conventional global selection design and the greedy recursive elimination design. We then analyze the impact of this algorithmic choice, both individually for each method and collectively across all methods, on a range of standard feature selection evaluation metrics. The empirical evaluation results show that the greedy approach improves the overall feature selection quality almost consistently, albeit on the expense of higher computational cost, supporting our initial expectation that the curse of dimensionality also obscures the ways of mitigating it.
Problem

Research questions and friction points this paper is trying to address.

feature selection
feature importance
recursive elimination
global ranking
curse of dimensionality
Innovation

Methods, ideas, or system contributions that make the work stand out.

feature selection granularity
recursive elimination
greedy strategy
empirical study
algorithmic design
🔎 Similar Papers
No similar papers found.