LGNEJul 22, 2024

Distance-based mutual congestion feature selection with genetic algorithm for high-dimensional medical datasets

arXiv:2407.15611v17 citationsh-index: 14Has Code
Originality Incremental advance
AI Analysis

This work addresses feature selection for high-dimensional medical data like gene expression, but it is incremental as it builds on existing frequency-based and genetic algorithm approaches.

The paper tackles the challenge of feature selection in small-sample high-dimensional medical datasets by introducing a hybrid method called DMC-GAwAR, which combines a distance-based filter with a genetic algorithm, and experimental results show it outperforms recent works in binary classification tasks.

Feature selection poses a challenge in small-sample high-dimensional datasets, where the number of features exceeds the number of observations, as seen in microarray, gene expression, and medical datasets. There isn't a universally optimal feature selection method applicable to any data distribution, and as a result, the literature consistently endeavors to address this issue. One recent approach in feature selection is termed frequency-based feature selection. However, existing methods in this domain tend to overlook feature values, focusing solely on the distribution in the response variable. In response, this paper introduces the Distance-based Mutual Congestion (DMC) as a filter method that considers both the feature values and the distribution of observations in the response variable. DMC sorts the features of datasets, and the top 5% are retained and clustered by KMeans to mitigate multicollinearity. This is achieved by randomly selecting one feature from each cluster. The selected features form the feature space, and the search space for the Genetic Algorithm with Adaptive Rates (GAwAR) will be approximated using this feature space. GAwAR approximates the combination of the top 10 features that maximizes prediction accuracy within a wrapper scheme. To prevent premature convergence, GAwAR adaptively updates the crossover and mutation rates. The hybrid DMC-GAwAR is applicable to binary classification datasets, and experimental results demonstrate its superiority over some recent works. The implementation and corresponding data are available at https://github.com/hnematzadeh/DMC-GAwAR

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes