A Tunable Particle Swarm Size Optimization Algorithm for Feature Selection
Naresh Mallenahalli, T. Hitendra Sarma

TL;DR
This paper introduces TPSO, a novel particle swarm optimization algorithm with a tunable swarm size that dynamically adjusts based on data, enhancing feature selection and classifier accuracy.
Contribution
It presents a real-time, data-driven reconfiguration of swarm size in PSO for feature selection, improving classifier performance over traditional methods.
Findings
TPSO outperforms standard PSO in selecting relevant features.
Experimental results show improved classification accuracy.
Wilcoxon test confirms statistical significance of results.
Abstract
Feature selection is the process of identifying statistically most relevant features to improve the predictive capabilities of the classifiers. To find the best features subsets, the population based approaches like Particle Swarm Optimization(PSO) and genetic algorithms are being widely employed. However, it is a general observation that not having right set of particles in the swarm may result in sub-optimal solutions, affecting the accuracies of classifiers. To address this issue, we propose a novel tunable swarm size approach to reconfigure the particles in a standard PSO, based on the data sets, in real time. The proposed algorithm is named as Tunable Particle Swarm Size Optimization Algorithm (TPSO). It is a wrapper based approach wherein an Alternating Decision Tree (ADT) classifier is used for identifying influential feature subset, which is further evaluated by a new objective…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMetaheuristic Optimization Algorithms Research · Machine Learning and Data Classification · Evolutionary Algorithms and Applications
