paper-with-me

Papers

Self-Evolutionary Optimization for Pareto Front Learning

2021-10-07 · Simyung Chang, KiYoon Yoo, Jiho Jang, Nojun Kwak

Multi-task learning (MTL), which aims to improve performance by learning multiple tasks simultaneously, inherently presents an optimization challenge due to multiple objectives. Hence, multi-objective optimization (MOO) approaches have been proposed for multitasking problems. Recent MOO methods approximate multiple optimal solutions (Pareto front) with a single unified model, which is collectively referred to as Pareto front learning (PFL). In this paper, we show that PFL can be re-formulated into another MOO problem with multiple objectives, each of which corresponds to different preference weights for the tasks. We leverage an evolutionary algorithm (EA) to propose a method for PFL called self-evolutionary optimization (SEO) by directly maximizing the hypervolume. By using SEO, the neural network learns to approximate the Pareto front conditioned on multiple hyper-parameters that drastically affect the hypervolume. Then, by generating a population of approximations simply by inferencing the network, the hyper-parameters of the network can be optimized by EA. Utilizing SEO for PFL, we also introduce self-evolutionary Pareto networks (SEPNet), enabling the unified model to approximate the entire Pareto front set that maximizes the hypervolume. Extensive experimental results confirm that SEPNet can find a better Pareto front than the current state-of-the-art methods while minimizing the increase in model size and training cost.

📄 PDF Abstract BibTeX arXiv:2110.03461

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Task Learning

Similar Papers 제목 키워드 기반

A Newton Method for Hausdorff Approximations of the Pareto Front within Multi-objective Evolutionary Algorithms

2024-05-09 · Hao Wang, Angel E. Rodriguez-Fernandez, Lourdes Uribe, André Deutz 외

A common goal in evolutionary multi-objective optimization is to find suitable finite-size approximations of the Pareto front of a given multi-objective optimization problem. While many multi-objective evolutionary algor…

Evolutionary Algorithms

An Effective and Efficient Evolutionary Algorithm for Many-Objective Optimization

2022-05-31 · Yani Xue, Miqing Li, Xiaohui Liu

In evolutionary multiobjective optimization, effectiveness refers to how an evolutionary algorithm performs in terms of converging its solutions into the Pareto front and also diversifying them over the front. This is no…

Density EstimationEvolutionary AlgorithmsMultiobjective Optimization

An introduction to synchronous self-learning Pareto strategy

2013-12-15 · Ahmad Mozaffari, Alireza Fathi

In last decades optimization and control of complex systems that possessed various conflicted objectives simultaneously attracted an incremental interest of scientists. This is because of the vast applications of these s…

Evolutionary AlgorithmsSelf-Learning

Difficulties of the NSGA-II with the Many-Objective LeadingOnes Problem

2024-11-15 · Benjamin Doerr, Dimitri Korkotashvili, Martin S. Krejca

The NSGA-II is the most prominent multi-objective evolutionary algorithm (cited more than 50,000 times). Very recently, a mathematical runtime analysis has proven that this algorithm can have enormous difficulties when t…

Evolutionary Preference Sampling for Pareto Set Learning

2024-04-12 · Rongguang Ye, Longcan Chen, Jinyuan Zhang, Hisao Ishibuchi

Recently, Pareto Set Learning (PSL) has been proposed for learning the entire Pareto set using a neural network. PSL employs preference vectors to scalarize multiple objectives, facilitating the learning of mappings from…

Evolutionary Algorithms