Binary grey wolf optimizer with a novel population adaptation strategy for feature selection
TL;DR: Zhang et al. as discussed by the authors proposed an improved binary GWO algorithm incorporating a novel population adaptation strategy called PA-BGWO, which takes into account the characteristics of the feature selection problem and designs three strategies.
read more
Abstract: Feature selection is a fundamental pre-processing step in machine learning that aims to reduce the dimensionality of a dataset by selecting the most effective features from the original features. This process is regarded as a combinatorial optimization problem, and the grey wolf optimizer (GWO), a novel meta-heuristic algorithm, has gained popularity in feature selection due to its fast convergence speed and easy implementation. In this paper, an improved binary GWO algorithm incorporating a novel Population Adaptation strategy called PA-BGWO is proposed. The PA-BGWO takes into account the characteristics of the feature selection problem and designs three strategies. The proposed strategy includes an adaptive individual update procedure to enhance the exploitation ability and accelerate convergence speed, a head wolf fine-tuned mechanism to exert the impact on each independent feature of the objective function, and a filter-based method ReliefF for calculating feature weights with dynamically adjusted mutation probabilities based on the ranking features to effectively escape from local optima. Experimental comparisons with several state-of-the-art feature selection methods on 15 classification problems demonstrate that the proposed approach can select a small feature subset with higher classification accuracy in most cases.
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
Intrusion Detection System Based on Multi scale Deep Bidirectional Gated Recurrent Neural Network for Securing IoT
Shajin Fh,S. Sivakumar,Ravi Kiran Varma. P,P. Vijayakumar +3 more
Efficient Feature Selection for IoT Security: A Comparative Analysis of Swarm Optimization Algorithms in Attack Detection
S Kumar Reddy Mallidi,Rajeswara Rao Ramisetty +1 more
- 01 Jan 2024
References
A new fusion of grey wolf optimizer algorithm with a two-phase mutation for feature selection
Mohamed Abdel-Basset,Doaa El-Shahat,Ibrahim El-Henawy,Victor Hugo C. de Albuquerque,Seyedali Mirjalili +4 more
TL;DR: A new Grey Wolf Optimizer algorithm integrated with a Two-phase Mutation to solve the feature selection for classification problems based on the wrapper methods to reduce the number of selected features while preserving high classification accuracy.
298
Enhancing Learning Efficiency of Brain Storm Optimization via Orthogonal Learning Design
Lianbo Ma,Shi Cheng,Yuhui Shi +2 more
TL;DR: This article first analyzes the main factors that influence the performance of BSO and then proposes an orthogonal learning framework to improve its learning mechanism and shows that the proposed approach is very powerful in optimizing complex functions.
288
Hybrid Algorithm of Particle Swarm Optimization and Grey Wolf Optimizer for Improving Convergence Performance
Narinder Singh,Satya Bir Singh +1 more
TL;DR: A newly hybrid nature inspired algorithm called HPSOGWO is presented with the combination of Particle Swarm Optimization and Grey Wolf Optimizer and shows that the hybrid variant outperforms significantly the PSO and GWO variants in terms of solution quality, solution stability, convergence speed, and ability to find the global optimum.
Variable-Length Particle Swarm Optimization for Feature Selection on High-Dimensional Classification
TL;DR: This paper proposes the first variable-length PSO representation for FS, enabling particles to have different and shorter lengths, which defines smaller search space and therefore, improves the performance of PSO.