paper-with-me

Papers

Learning Evolution via Optimization Knowledge Adaptation

2025-01-04 · Chao Wang, Licheng Jiao, Jiaxuan Zhao, Lingling Li, Fang Liu, Shuyuan Yang

Evolutionary algorithms (EAs) maintain populations through evolutionary operators to discover diverse solutions for complex tasks while gathering valuable knowledge, such as historical population data and fitness evaluations. However, traditional EAs face challenges in dynamically adapting to expanding knowledge bases, hindering the efficient exploitation of accumulated information and limiting adaptability to new situations. To address these issues, we introduce an Optimization Knowledge Adaptation Evolutionary Model (OKAEM), which features dynamic parameter adjustment using accumulated knowledge to enhance its optimization capabilities. OKAEM employs attention mechanisms to model the interactions among individuals, fitness landscapes, and genetic components separately, thereby parameterizing the evolutionary operators of selection, crossover, and mutation. These powerful learnable operators enable OKAEM to benefit from pre-learned extensive prior knowledge and self-tune with real-time evolutionary insights. Experimental results demonstrate that OKAEM: 1) exploits prior knowledge for significant performance gains across various knowledge transfer settings; 2) achieves competitive performance through self-tuning alone, even without prior knowledge; 3) outperforms state-of-the-art black-box baselines in a vision-language model tuning case; 4) can improve its optimization capabilities with growing knowledge; 5) is capable of emulating principles of natural selection and genetic recombination.

📄 PDF Abstract BibTeX arXiv:2501.02200

Code (0)

등록된 구현이 없습니다.

Tasks

Evolutionary AlgorithmsLanguage ModelingLanguage ModellingTransfer Learning

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

GeM-EA: A Generative and Meta-learning Enhanced Evolutionary Algorithm for Streaming Data-Driven Optimization

2026-04-14 · Yue Wu, Yuan-Ting Zhong, Ze-Yuan Ma, Yue-Jiao Gong arxiv

Streaming Data-Driven Optimization (SDDO) problems arise in many applications where data arrive continuously and the optimization environment evolves over time. Concept drift produces non-stationary landscapes, making op…

Self-adaptive Multi-task Particle Swarm Optimization

2021-10-09 · Xiaolong Zheng, Deyun Zhou, Na Li, Yu Lei 외

Multi-task optimization (MTO) studies how to simultaneously solve multiple optimization problems for the purpose of obtaining better performance on each problem. Over the past few years, evolutionary MTO (EMTO) was propo…

Evolutionary AlgorithmsTransfer Learning

Approximation of the objective insensitivity regions using Hierarchic Memetic Strategy coupled with Covariance Matrix Adaptation Evolutionary Strategy

2019-05-17 · Jakub Sawicki, Maciej Smołka, Marcin Łoś, Robert Schaefer

One of the most challenging types of ill-posedness in global optimization is the presence of insensitivity regions in design parameter space, so the identification of their shape will be crucial, if ill-posedness is irre…

global-optimizationStochastic Optimization

Variable Metric Evolution Strategies for High-dimensional Multi-Objective Optimization

2024-12-20 · Tobias Glasmachers

We design a class of variable metric evolution strategies well suited for high-dimensional problems. We target problems with many variables, not (necessarily) with many objectives. The construction combines two independe…

Large Language Models as Evolutionary Optimizers

2023-10-29 · Shengcai Liu, Caishun Chen, Xinghua Qu, Ke Tang 외

Evolutionary algorithms (EAs) have achieved remarkable success in tackling complex combinatorial optimization problems. However, EAs often demand carefully-designed operators with the aid of domain expertise to achieve s…

Combinatorial OptimizationEvolutionary Algorithms