paper-with-me

Papers

Quality and Diversity Optimization: A Unifying Modular Framework

2017-05-12 · Antoine Cully, Yiannis Demiris

The optimization of functions to find the best solution according to one or several objectives has a central role in many engineering and research fields. Recently, a new family of optimization algorithms, named Quality-Diversity optimization, has been introduced, and contrasts with classic algorithms. Instead of searching for a single solution, Quality-Diversity algorithms are searching for a large collection of both diverse and high-performing solutions. The role of this collection is to cover the range of possible solution types as much as possible, and to contain the best solution for each type. The contribution of this paper is threefold. Firstly, we present a unifying framework of Quality-Diversity optimization algorithms that covers the two main algorithms of this family (Multi-dimensional Archive of Phenotypic Elites and the Novelty Search with Local Competition), and that highlights the large variety of variants that can be investigated within this family. Secondly, we propose algorithms with a new selection mechanism for Quality-Diversity algorithms that outperforms all the algorithms tested in this paper. Lastly, we present a new collection management that overcomes the erosion issues observed when using unstructured collections. These three contributions are supported by extensive experimental comparisons of Quality-Diversity algorithms on three different experimental scenarios.

📄 PDF Abstract BibTeX arXiv:1708.09251

Code (2)

sferes2/modular_QD 공식 구현
ollenilsson19/qdgym

Tasks

DiversityManagement

Similar Papers 제목 키워드 기반

Re-ranking Based Diversification: A Unifying View

2019-06-26 · Shameem A Puthiya Parambath

We analyze different re-ranking algorithms for diversification and show that majority of them are based on maximizing submodular/modular functions from the class of parameterized concave/linear over modular functions. We…

DiversityRe-Ranking

A Memoization Framework for Scaling Submodular Optimization to Large Scale Problems

2019-02-26 · Rishabh Iyer, Jeff Bilmes

We are motivated by large scale submodular optimization problems, where standard algorithms that treat the submodular functions in the \emph{value oracle model} do not scale. In this paper, we present a model called the …

An Abstract View on Optimizations in Propositional Frameworks

2022-06-13 · Yuliya Lierler

Search-optimization problems are plentiful in scientific and engineering domains. Artificial intelligence has long contributed to the development of search algorithms and declarative programming languages geared toward s…

Fast Semidifferential-based Submodular Function Optimization

2013-08-05 · Rishabh Iyer, Stefanie Jegelka, Jeff Bilmes

We present a practical and powerful new framework for both unconstrained and constrained submodular function optimization based on discrete semidifferentials (sub- and super-differentials). The resulting algorithms, whic…

QDax: A Library for Quality-Diversity and Population-based Algorithms with Hardware Acceleration

2023-08-07 · Felix Chalumeau, Bryan Lim, Raphael Boige, Maxime Allard 외

QDax is an open-source library with a streamlined and modular API for Quality-Diversity (QD) optimization algorithms in Jax. The library serves as a versatile tool for optimization purposes, ranging from black-box optimi…

continuous-controlContinuous ControlDiversityreinforcement-learning+1