33
23

A Feature Selection Based on Perturbation Theory

Abstract

Consider a supervised dataset D=[Ab]D=[A\mid \textbf{b}], where b\textbf{b} is the outcome column, rows of DD correspond to observations, and columns of AA are the features of the dataset. A central problem in machine learning and pattern recognition is to select the most important features from DD to be able to predict the outcome. In this paper, we provide a new feature selection method where we use perturbation theory to detect correlations between features. We solve AX=bAX=\textbf{b} using the method of least squares and singular value decomposition of AA. In practical applications, such as in bioinformatics, the number of rows of AA (observations) are much less than the number of columns of AA (features). So we are dealing with singular matrices with big condition numbers. Although it is known that the solutions of least square problems in singular case are very sensitive to perturbations in AA, our novel approach in this paper is to prove that the correlations between features can be detected by applying perturbations to AA. The effectiveness of our method is verified by performing a series of comparisons with conventional and novel feature selection methods in the literature. It is demonstrated that in most situations, our method chooses considerably less number of features while attaining or exceeding the accuracy of the other methods.

View on arXiv
Comments on this paper