paper-with-me

홈 › Papers

A Self-adaptive Weighted Differential Evolution Approach for Large-scale Feature Selection

2021-10-27 · Xubin Wang, Yunhe Wang, Ka-Chun Wong, Xiangtao Li

Recently, many evolutionary computation methods have been developed to solve the feature selection problem. However, the studies focused mainly on small-scale issues, resulting in stagnation issues in local optima and numerical instability when dealing with large-scale feature selection dilemmas. To address these challenges, this paper proposes a novel weighted differential evolution algorithm based on self-adaptive mechanism, named SaWDE, to solve large-scale feature selection. First, a multi-population mechanism is adopted to enhance the diversity of the population. Then, we propose a new self-adaptive mechanism that selects several strategies from a strategy pool to capture the diverse characteristics of the datasets from the historical information. Finally, a weighted model is designed to identify the important features, which enables our model to generate the most suitable feature-selection solution. We demonstrate the effectiveness of our algorithm on twelve large-scale datasets. The performance of SaWDE is superior compared to six non-EC algorithms and six other EC algorithms, on both training and test datasets and on subset size, indicating that our algorithm is a favorable tool to solve the large-scale feature selection problem. Moreover, we have experimented SaWDE with six EC algorithms on twelve higher-dimensional data, which demonstrates that SaWDE is more robust and efficient compared to those state-of-the-art methods. SaWDE source code is available on Github at https://github.com/wangxb96/SaWDE.

📄 PDF Abstract BibTeX arXiv:2110.14166

Code (1)

wangxb96/sawde 공식 구현

Tasks

feature selection

Methods 이 논문이 사용한 방법론

Test 설명 없음
Feature Selection Feature selection, also known as variable selection, attribute selection or variable subset selection, is the process of selecting a subset of relevant features (variables,…

Similar Papers 제목 키워드 기반

The Combinational Mutation Strategy of Differential Evolution Algorithm for Pricing Vanilla Options and Its Implementation on Data during Covid-19 Pandemic

2023-01-23 · Werry Febrianti, Kuntjoro Adji Sidarto, Novriana Sumarti

Investors always want to know about the profit and the risk that they will be get before buying some assets. Our main focus is getting the profit and the probability of getting that profit using the differential evolutio…

Adaptive Differential Evolution with Diversification: Addressing Optimization Challenges

2023-12-22 · Sarit Maitra

The existing variants of the Differential Evolution (DE) algorithm come with certain limitations, such as poor local search and susceptibility to premature convergence. This study introduces Adaptive Differential Evoluti…

EOS: a Parallel, Self-Adaptive, Multi-Population Evolutionary Algorithm for Constrained Global Optimization

2020-07-09 · Lorenzo Federici, Boris Benedikter, Alessandro Zavoli

This paper presents the main characteristics of the evolutionary optimization code named EOS, Evolutionary Optimization at Sapienza, and its successful application to challenging, real-world space trajectory optimization…

Clusteringglobal-optimization

Learning adaptive differential evolution algorithm from optimization experiences by policy gradient

2021-02-06 · Jianyong Sun, Xin Liu, Thomas Bäck, Zongben Xu

Differential evolution is one of the most prestigious population-based stochastic optimization algorithm for black-box problems. The performance of a differential evolution algorithm depends highly on its mutation and cr…

Evolutionary AlgorithmsStochastic Optimization

Ensemble Differential Evolution with Simulation-Based Hybridization and Self-Adaptation for Inventory Management Under Uncertainty

2023-09-22 · Sarit Maitra, Vivek Mishra, Sukanya Kundu

This study proposes an Ensemble Differential Evolution with Simula-tion-Based Hybridization and Self-Adaptation (EDESH-SA) approach for inven-tory management (IM) under uncertainty. In this study, DE with multiple runs i…

Management