# A Feature Selection Based on Perturbation Theory

**Authors:** Javad Rahimipour Anaraki, Hamid Usefi

arXiv: 1902.09938 · 2019-02-27

## TL;DR

This paper introduces a novel feature selection method using perturbation theory to detect feature correlations, especially effective in high-dimensional, singular datasets common in bioinformatics, outperforming traditional methods in feature reduction and accuracy.

## Contribution

The paper presents a new perturbation-based approach for feature selection that effectively identifies important features in singular, high-dimensional datasets, improving over existing methods.

## Key findings

- Selects fewer features while maintaining or improving accuracy.
- Effective in high-dimensional, singular datasets.
- Outperforms conventional feature selection methods.

## Abstract

Consider a supervised dataset $D=[A\mid \textbf{b}]$, where $\textbf{b}$ is the outcome column, rows of $D$ correspond to observations, and columns of $A$ are the features of the dataset. A central problem in machine learning and pattern recognition is to select the most important features from $D$ 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=\textbf{b}$ using the method of least squares and singular value decomposition of $A$. In practical applications, such as in bioinformatics, the number of rows of $A$ (observations) are much less than the number of columns of $A$ (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 $A$, our novel approach in this paper is to prove that the correlations between features can be detected by applying perturbations to $A$. 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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1902.09938/full.md

## Figures

1 figure with captions in the complete paper: https://tomesphere.com/paper/1902.09938/full.md

## References

26 references — full list in the complete paper: https://tomesphere.com/paper/1902.09938/full.md

---
Source: https://tomesphere.com/paper/1902.09938