A Contrast Based Feature Selection Algorithm for High-dimensional Data set in Machine Learning
Chunxu Cao, Qiang Zhang
TL;DR
This paper tackles the challenge of feature selection in high-dimensional data by proposing ContrastFS, a model-free filter method that constructs dimensionless surrogate representations of each class using low-order moments and then scores features by the discrepancies between classes. By evaluating features individually with a greedy top-$m$ approach and addressing redundancy via correlation of discrepancy vectors, ContrastFS achieves fast computation and competitive accuracy across diverse datasets. The method demonstrates stability, scalability, and applicability as a preprocessing step, with empirical evidence showing substantial speed advantages over baselines and strong performance on both image-like and tabular data. The work contributes a practical, theory-backed criterion for discriminative feature selection and offers insights into using surrogate representations to study feature correlations and redundancy.
Abstract
Feature selection is an important process in machine learning and knowledge discovery. By selecting the most informative features and eliminating irrelevant ones, the performance of learning algorithms can be improved and the extraction of meaningful patterns and insights from data can be facilitated. However, most existing feature selection methods, when applied to large datasets, encountered the bottleneck of high computation costs. To address this problem, we propose a novel filter feature selection method, ContrastFS, which selects discriminative features based on the discrepancies features shown between different classes. We introduce a dimensionless quantity as a surrogate representation to summarize the distributional individuality of certain classes, based on this quantity we evaluate features and study the correlation among them. We validate effectiveness and efficiency of our approach on several widely studied benchmark datasets, results show that the new method performs favorably with negligible computation in comparison with other state-of-the-art feature selection methods.
