paper-with-me

Papers

Multi-objective Evolutionary Algorithms are Generally Good: Maximizing Monotone Submodular Functions over Sequences

2021-04-20 · Chao Qian, Dan-Xuan Liu, Chao Feng, Ke Tang

Evolutionary algorithms (EAs) are general-purpose optimization algorithms, inspired by natural evolution. Recent theoretical studies have shown that EAs can achieve good approximation guarantees for solving the problem classes of submodular optimization, which have a wide range of applications, such as maximum coverage, sparse regression, influence maximization, document summarization and sensor placement, just to name a few. Though they have provided some theoretical explanation for the general-purpose nature of EAs, the considered submodular objective functions are defined only over sets or multisets. To complement this line of research, this paper studies the problem class of maximizing monotone submodular functions over sequences, where the objective function depends on the order of items. We prove that for each kind of previously studied monotone submodular objective functions over sequences, i.e., prefix monotone submodular functions, weakly monotone and strongly submodular functions, and DAG monotone submodular functions, a simple multi-objective EA, i.e., GSEMO, can always reach or improve the best known approximation guarantee after running polynomial time in expectation. Note that these best-known approximation guarantees can be obtained only by different greedy-style algorithms before. Empirical studies on various applications, e.g., accomplishing tasks, maximizing information gain, search-and-tracking and recommender systems, show the excellent performance of the GSEMO.

📄 PDF Abstract BibTeX arXiv:2104.09884

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationEvolutionary AlgorithmsRecommendation Systems

Similar Papers 제목 키워드 기반

Maximizing Submodular or Monotone Functions under Partition Matroid Constraints by Multi-objective Evolutionary Algorithms

2020-06-23 · Anh Viet Do, Frank Neumann

Many important problems can be regarded as maximizing submodular functions under some constraints. A simple multi-objective evolutionary algorithm called GSEMO has been shown to achieve good approximation for submodular …

Evolutionary Algorithms

Maximizing Submodular or Monotone Approximately Submodular Functions by Multi-objective Evolutionary Algorithms

2017-11-20 · Chao Qian, Yang Yu, Ke Tang, Xin Yao 외

Evolutionary algorithms (EAs) are a kind of nature-inspired general-purpose optimization algorithm, and have shown empirically good performance in solving various real-word optimization problems. During the past two deca…

Combinatorial OptimizationEvolutionary Algorithms

Multiobjective Evolutionary Component Effect on Algorithm behavior

2023-07-31 · Yuri Lavinas, Marcelo Ladeira, Gabriela Ochoa, Claus Aranha

The performance of multiobjective evolutionary algorithms (MOEAs) varies across problems, making it hard to develop new algorithms or apply existing ones to new problems. To simplify the development and application of ne…

Evolutionary Algorithms

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

A Framework to Handle Multi-modal Multi-objective Optimization in Decomposition-based Evolutionary Algorithms

2020-09-30 · Ryoji Tanabe, Hisao Ishibuchi

Multi-modal multi-objective optimization is to locate (almost) equivalent Pareto optimal solutions as many as possible. While decomposition-based evolutionary algorithms have good performance for multi-objective optimiza…

DiversityEvolutionary Algorithms