菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-21
📄 Abstract - MOELIGA: a multi-objective evolutionary approach for feature selection with local improvement

Selecting the most relevant or informative features is a key issue in actual machine learning problems. Since an exhaustive search is not feasible even for a moderate number of features, an intelligent search strategy must be employed for finding an optimal subset, which implies considering how features interact with each other in promoting class separability. Balancing feature subset size and classification accuracy constitutes a multi-objective optimization challenge. Here we propose MOELIGA, a multi-objective genetic algorithm incorporating an evolutionary local improvement strategy that evolves subordinate populations to refine feature subsets. MOELIGA employs a crowding-based fitness sharing mechanism and a sigmoid transformation to enhance diversity and guide compactness, alongside a geometry-based objective promoting classifier independence. Experimental evaluation on 14 diverse datasets demonstrates MOELIGA's ability to identify smaller feature subsets with superior or comparable classification performance relative to 11 state-of-the-art methods. These findings suggest MOELIGA effectively addresses the accuracy-dimensionality trade-off, offering a robust and adaptable approach for multi-objective feature selection in complex, high-dimensional scenarios.

顶级标签: machine learning model training model evaluation
详细标签: feature selection multi-objective optimization genetic algorithm evolutionary algorithm classification 或 搜索:

MOELIGA:一种结合局部改进的多目标进化特征选择方法 / MOELIGA: a multi-objective evolutionary approach for feature selection with local improvement


1️⃣ 一句话总结

这篇论文提出了一种名为MOELIGA的新型多目标进化算法,它通过引入局部改进策略和多样性增强机制,能够在保证分类精度的同时,从高维数据中自动筛选出更小、更有效的特征子集。

源自 arXiv: 2603.20934