Journal Article10.1016/j.asoc.2023.111141
Improved Binary Differential Evolution with Dimensionality Reduction Mechanism and Binary Stochastic Search for Feature Selection
Behrouz Ahadzadeh,Moloud Abdar,Fatemeh Safara,Leyla Aghaei,Seyedali Mirjalili,Abbas Khosravi,Salvador García,Fakhri Karray,U. R. Acharya +8 more
5
TL;DR: This paper proposes BDE-BSS-DR, a feature selection algorithm combining Binary Differential Evolution, Binary Stochastic Search, and Dimensionality Reduction, outperforming BDE and BDE-BSS on 20 medical datasets, achieving high classification accuracy with SVM (95.05% in heart disease, 99.40% in COVID-19).
read more
Abstract: Computer systems store massive amounts of data with numerous features, leading to the need to extract the most important features for better classification in a wide variety of applications. Poor performance of various machine learning algorithms may be caused by unimportant features that increase the time and memory required to build a classifier. Feature selection (FS) is one of the efficient approaches to reducing the unimportant features. This paper, therefore, presents a new FS, named BDE-BSS-DR, that utilizes Binary Differential Evolution (BDE), Binary Stochastic Search (BSS) algorithm, and Dimensionality Reduction (DR) mechanism. The BSS algorithm increases the search capability of the BDE by escaping from local optimal points and exploring the search space. The DR mechanism then reduces the dimensions of the search space gradually. As a result of using DR, the local optima of the search space and the problem of wrong removal of important features before starting the search process are reduced. The algorithm's efficiency is evaluated on 20 different medical datasets. The obtained outcomes indicate that the BDE-BSS-DR outperforms the BDE and BDE-BSS algorithms significantly. Furthermore, the effectiveness of the proposed algorithms in selecting the most important features of the heart disease data, several cancer diseases, and COVID-19 are also compared with several other state-of-the-art methods. Our results show that the BDE-BSS-DR with SVM classifier has a significant advantage over other methods with an average classification accuracy of 95.05% in heart disease and 99.40% in COVID-19 disease. In addition, the comparisons made with KNN and SVM classification prove the efficiency of the DR and BSS in generating a subset of optimal and informative features.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
Differential evolution with multi-strategies for UAV trajectory planning and point cloud registration
G.Q. Zhang,Shengwei Fu,Ke Li,Haisong Huang +3 more
UniBFS: A novel uniform-solution-driven binary feature selection algorithm for high-dimensional data
Behrouz Ahadzadeh,Moloud Abdar,Mahdieh Foroumandi,Fatemeh Safara,Abbas Khosravi,Salvador García,Ponnuthurai Nagaratnam Suganthan +6 more
An adaptive dual-strategy constrained optimization-based coevolutionary optimizer for high-dimensional feature selection
Tao Li,Shuaike Zhang,Qiang Yang,Jiucheng Xu +3 more
A High-Dimensional Feature Selection Method via Selection and Non-selection Operators and Local Search Mechanism in Particle Swarm Optimization
Zongwu Zhu,Lingjie Li,Zhijiao Xiao,Songbai Liu,Lijia Ma,Qiuzhen Lin,Zhong Ming +6 more
Regularisation constrained denoising discriminant least squares regression for image classification
TL;DR: This study proposes RCDDLSR, a novel algorithm that combines matrix decomposition, sparse constraints, graph regularisation, and low-rank constraints to improve image classification performance by eliminating noise and maintaining manifold structure.
References
Differential Evolution – A Simple and Efficient Heuristic for Global Optimization over Continuous Spaces
Rainer Storn,Kenneth Price +1 more
TL;DR: In this article, a new heuristic approach for minimizing possibly nonlinear and non-differentiable continuous space functions is presented, which requires few control variables, is robust, easy to use, and lends itself very well to parallel computation.
No free lunch theorems for optimization
TL;DR: A framework is developed to explore the connection between effective optimization algorithms and the problems they are solving and a number of "no free lunch" (NFL) theorems are presented which establish that for any algorithm, any elevated performance over one class of problems is offset by performance over another class.
Differential Evolution: A Survey of the State-of-the-Art
TL;DR: A detailed review of the basic concepts of DE and a survey of its major variants, its application to multiobjective, constrained, large scale, and uncertain optimization problems, and the theoretical studies conducted on DE so far are presented.
Theoretical and Empirical Analysis of ReliefF and RReliefF
TL;DR: How and why Relief algorithms work, their theoretical and practical properties, their parameters, what kind of dependencies they detect, how do they scale up to large number of examples and features, how to sample data for them, how robust are they regarding the noise, how irrelevant and redundant attributes influence their output and how different metrics influences them.
A Survey on Evolutionary Computation Approaches to Feature Selection
TL;DR: This paper presents a comprehensive survey of the state-of-the-art work on EC for feature selection, which identifies the contributions of these different algorithms.