AIDec 6, 2017

S-Shaped vs. V-Shaped Transfer Functions for Antlion Optimization Algorithm in Feature Selection Problems

arXiv:1712.03223v189 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for researchers in metaheuristic optimization and feature selection, focusing on enhancing ALO's performance in classification tasks.

The authors tackled feature selection in classification by proposing six variants of the Ant Lion Optimizer (ALO) with different transfer functions, and tested them on 18 UCI datasets, showing improved classification accuracy compared to existing methods like Particle Swarm Optimization.

Feature selection is an important preprocessing step for classification problems. It deals with selecting near optimal features in the original dataset. Feature selection is an NP-hard problem, so meta-heuristics can be more efficient than exact methods. In this work, Ant Lion Optimizer (ALO), which is a recent metaheuristic algorithm, is employed as a wrapper feature selection method. Six variants of ALO are proposed where each employ a transfer function to map a continuous search space to a discrete search space. The performance of the proposed approaches is tested on eighteen UCI datasets and compared to a number of existing approaches in the literature: Particle Swarm Optimization, Gravitational Search Algorithm, and two existing ALO-based approaches. Computational experiments show that the proposed approaches efficiently explore the feature space and select the most informative features, which help to improve the classification accuracy.

Foundations

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

Your Notes