← Latest papers
💻 computer science

Are Feature Selection and Feature Attribution the Same? A Comparative Survey -- Extended Version

This paper investigates the relationship between feature selection and feature attribution methods through a comprehensive survey and unified evaluation framework, aiming to clarify their similarities, differences, and unique strengths to bridge the gap between these two research fields.

Original authors: Muhammad Rajabinasab, Arthur Zimek

Published 2026-08-31
📖 5 min read🧠 Deep dive

Original authors: Muhammad Rajabinasab, Arthur Zimek

Original paper licensed under CC BY 4.0 (https://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

In the vast landscape of modern data science, where computers sift through mountains of information to find patterns, two distinct tools have emerged to help humans understand what the machines are doing. The first tool, known as feature selection, acts like a strict editor. Its job is to look at a raw dataset and decide which pieces of information are truly necessary to solve a problem, discarding the rest to keep the model simple and efficient. It asks, "What do we need to know?" The second tool, called feature attribution, works differently. It does not try to simplify the data before the computer learns; instead, it interrogates a model that has already been trained. It asks, "What did the model actually use to make that specific decision?" This second approach has become vital in the field of explainable artificial intelligence, where people demand to know the reasoning behind a computer's choices, from medical diagnoses to loan approvals. For years, these two groups of methods have operated in separate circles, with statisticians focusing on the first and artificial intelligence researchers focusing on the second, rarely comparing their results directly.

A team of researchers at the University of Southern Denmark decided to bridge this gap by treating these two approaches as two sides of the same coin. They gathered twelve of the most important methods from both families—six from the traditional feature selection side and six from the modern feature attribution side—and put them through a rigorous, head-to-head test. They ran these methods on twenty-three different high-dimensional datasets, which included complex information from fields like genomics and image recognition, where the number of data points often far exceeds the number of examples available. The researchers did not just look at how well the methods performed; they also examined how similar the methods were to each other, how stable their choices remained when the data changed slightly, and how much time and computing power each method required. They tested these methods in two different scenarios: one where they allowed the selection of a broad range of features, and another where they forced the methods to choose only a tiny fraction of the available data, simulating extreme conditions where only the most critical information could be kept.

The results revealed a fascinating split in performance that depends entirely on the goal of the task. When the goal was to predict a specific outcome, such as classifying an image or diagnosing a condition, the feature attribution methods consistently outperformed the traditional feature selection methods. The methods that asked "what did the model use" were better at identifying the features that actually drove the computer's success. This suggests that for predictive tasks, understanding the internal logic of a complex model is a more effective guide than simply looking for statistical patterns in the raw data. However, the story changed completely when the researchers moved to unsupervised tasks, where the computer tries to find natural groupings in data without any pre-defined answers. In these cases, the traditional feature selection methods proved superior. Because these methods are not biased by a specific prediction goal, they were better at preserving the natural structure and shape of the data, keeping the information intact in a way that the model-focused methods sometimes missed.

The study also uncovered a significant trade-off between accuracy and speed. The traditional feature selection methods were incredibly fast, scaling efficiently even as the amount of data grew massive. In contrast, the feature attribution methods, while more accurate for prediction, were computationally expensive. To generate a global view of importance, these methods had to calculate the influence of every single feature for every single data point, a process that became prohibitively slow on large datasets. The researchers found that the two approaches were not as different as they seemed; in many cases, the features selected by the fast, traditional methods were nearly identical to those identified by the slow, attribution-based methods. This convergence suggests that while the two fields ask different questions, they often arrive at the same answer.

Ultimately, the paper argues that the best path forward is not to choose one method over the other, but to use them together in a specific sequence. The researchers propose a hybrid pipeline where the fast, traditional methods are used first to quickly filter out the vast majority of useless data, reducing the problem to a manageable size. Then, the slower, more precise feature attribution methods can be applied to this smaller set to identify the final, most critical features that the model relies on. This approach combines the speed and scalability of the old guard with the high-fidelity accuracy of the new, offering a practical solution for handling the massive, complex datasets that define modern artificial intelligence. The work confirms that while the philosophy behind these methods differs—one seeking simplicity, the other seeking accountability—their practical application is most powerful when they are brought together.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →