paper-with-me

홈 › Papers

Tournament Informed Adversarial Quality Diversity

2026-01-27 · Timothée Anne, Noah Syrkis, Meriem Elhosni, Florian Turati, Alexandre Manai, Franck Legendre, Alain Jaquier, Sebastian Risi arxiv

Quality diversity (QD) is a branch of evolutionary computation that seeks high-quality and behaviorally diverse solutions to a problem. While adversarial problems are common, classical QD cannot be easily applied to them, as both the fitness and the behavior depend on the opposing solutions. Recently, Generational Adversarial MAP-Elites (GAME) has been proposed to coevolve both sides of an adversarial problem by alternating the execution of a multi-task QD algorithm against previous elites, called tasks. The original algorithm selects new tasks based on a behavioral criterion, which may lead to undesired dynamics due to inter-side dependencies. In addition, comparing sets of solutions cannot be done directly using classical QD measures due to side dependencies. In this paper, we (1) use an inter-variants tournament to compare the sets of solutions, ensuring a fair comparison, with 6 measures of quality and diversity, and (2) propose two tournament-informed task selection methods to promote higher quality and diversity at each generation. We evaluate the variants across three adversarial problems: Pong, a Cat-and-mouse game, and a Pursuers-and-evaders game. We show that the tournament-informed task selection method leads to higher adversarial quality and diversity. We hope that this work will help further advance adversarial quality diversity. Code, videos, and supplementary material are available at https://github.com/Timothee-ANNE/GAME_tournament_informed.

📄 PDF Abstract BibTeX arXiv:2601.19562

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Untangling the Effects of Down-Sampling and Selection in Genetic Programming

2023-04-14 · Ryan Boldi, Ashley Bao, Martin Briesch, Thomas Helmuth 외

Genetic programming systems often use large training sets to evaluate the quality of candidate solutions for selection, which is often computationally expensive. Down-sampling training sets has long been used to decrease…

Program SynthesisSymbolic Regression

Batch Tournament Selection for Genetic Programming

2019-04-18 · Vinicius V. Melo, Danilo Vasconcellos Vargas, Wolfgang Banzhaf

Lexicase selection achieves very good solution quality by introducing ordered test cases. However, the computational complexity of lexicase selection can prohibit its use in many applications. In this paper, we introduce…

Diversity

Synthetic Reader Panels: Tournament-Based Ideation with LLM Personas for Autonomous Publishing

2026-02-16 · Fred Zimmerman arxiv

We present a system for autonomous book ideation that replaces human focus groups with synthetic reader panels -- diverse collections of LLM-instantiated reader personas that evaluate book concepts through structured tou…

Was Tournament Selection All We Ever Needed? A Critical Reflection on Lexicase Selection

2025-02-25 · Alina Geiger, Martin Briesch, Dominik Sobania, Franz Rothlauf

The success of lexicase selection has led to various extensions, including its combination with down-sampling, which further increased performance. However, recent work found that down-sampling also leads to significant …

AllSymbolic Regression

Multi-population GAN Training: Analyzing Co-Evolutionary Algorithms

2025-07-17 · Walter P. Casas, Jamal Toutouh

Generative adversarial networks (GANs) are powerful generative models but remain challenging to train due to pathologies suchas mode collapse and instability. Recent research has explored co-evolutionary approaches, in w…

DiversityEvolutionary Algorithms