Worse than Random: The Importance of a Baseline for Unsupervised Feature Selection
The paper argues that random feature selection should be a required baseline for unsupervised feature selection, and finds many state-of-the-art methods lose to it.
Intelligence analysis by GPT-5.4 Mini

The authors say unsupervised feature selection papers often compare against other methods without a strong reference point. Their tests show random feature selection can beat many popular approaches on both quality and speed, so they call for it to become a standard baseline.
Imagine a student saying their new pencil is amazing, but they never try it against a plain old pencil. That makes the claim hard to trust. This paper says some computer methods pick which data parts matter, but they may not be tested against a simple random choice.
The authors found that the fancy methods sometimes do worse than picking features by chance. It is a bit like a treasure hunt where a random guess finds more treasure than a complicated map.
Their message is simple: start with the basic test. If a clever method cannot beat random picking, it should not be called an improvement.
Analysis
What the paper argues
The paper focuses on unsupervised feature selection, where the goal is to choose a smaller set of input features without using labels. The authors say that many new methods are evaluated against existing techniques, but that this comparison is often missing an established baseline that tells researchers whether the method is actually doing useful work.
The proposed baseline
Their recommendation is straightforward: use random feature selection as a baseline. That means picking features at random and checking how that performs before claiming a more complex method is better. The paper frames this as a development requirement, not just a reporting preference, because without it there is no easy way to judge whether a proposed method adds value.
Main finding
According to the abstract, the authors empirically show that many state-of-the-art unsupervised feature selection methods are outperformed by random feature selection in both performance and efficiency. That is a strong claim about the current state of the field: some advanced methods may be worse than a simple random choice, at least on the evaluated datasets and metrics.
Why this matters
The paper is a methodological critique more than a new model proposal. Its value is in tightening evaluation standards. If the field adopts random selection as a baseline, future papers will need to demonstrate consistent gains over something very simple, which should make claims more trustworthy and reduce weak comparisons.
Key points
- The paper argues that unsupervised feature selection needs a random-selection baseline.
- The authors say many current methods are not clearly better than a random choice.
- Their experiments reportedly show random selection can outperform state-of-the-art methods on performance and efficiency.
- They want random feature selection treated as a strict requirement in future development.



