paper-with-me

홈 › Papers

Dominated Novelty Search: Rethinking Local Competition in Quality-Diversity

2025-02-01 · Ryan Bahlous-Boldi, Maxence Faldor, Luca Grillotti, Hannah Janmohamed, Lisa Coiffard, Lee Spector, Antoine Cully

Quality-Diversity is a family of evolutionary algorithms that generate diverse, high-performing solutions through local competition principles inspired by natural evolution. While research has focused on improving specific aspects of Quality-Diversity algorithms, surprisingly little attention has been paid to investigating alternative formulations of local competition itself -- the core mechanism distinguishing Quality-Diversity from traditional evolutionary algorithms. Most approaches implement local competition through explicit collection mechanisms like fixed grids or unstructured archives, imposing artificial constraints that require predefined bounds or hard-to-tune parameters. We show that Quality-Diversity methods can be reformulated as Genetic Algorithms where local competition occurs through fitness transformations rather than explicit collection mechanisms. Building on this insight, we introduce Dominated Novelty Search, a Quality-Diversity algorithm that implements local competition through dynamic fitness transformations, eliminating the need for predefined bounds or parameters. Our experiments show that Dominated Novelty Search significantly outperforms existing approaches across standard Quality-Diversity benchmarks, while maintaining its advantage in challenging scenarios like high-dimensional and unsupervised spaces.

📄 PDF Abstract BibTeX arXiv:2502.00593

Code (1)

adaptive-intelligent-robotics/dominated-novelty-search 공식 구현 jax

Tasks

DiversityEvolutionary Algorithms

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 제목 키워드 기반

Discovering Evolutionary Stepping Stones through Behavior Domination

2017-04-18 · Elliot Meyerson, Risto Miikkulainen

Behavior domination is proposed as a tool for understanding and harnessing the power of evolutionary systems to discover and exploit useful stepping stones. Novelty search has shown promise in overcoming deception by col…

DiversityMultiobjective Optimization

Quality Diversity Through Surprise

2018-07-06 · Daniele Gravina, Antonios Liapis, Georgios N. Yannakakis

Quality diversity is a recent family of evolutionary search algorithms which focus on finding several well-performing (quality) yet different (diversity) solutions with the aim to maintain an appropriate balance between …

DiversityRobot Navigation

Approximate Novelty Search

2021-05-17 · Anubhav Singh, Nir Lipovetzky, Miquel Ramirez, Javier Segovia-Aguas

Width-based search algorithms seek plans by prioritizing states according to a suitably defined measure of novelty, that maps states into a set of novelty categories. Space and time complexity to evaluate state novelty i…

Symmetry-Invariant Novelty Heuristics via Unsupervised Weisfeiler-Leman Features

2025-08-25 · Dillon Z. Chen arxiv

Novelty heuristics aid heuristic search by exploring states that exhibit novel atoms. However, novelty heuristics are not symmetry invariant and hence may sometimes lead to redundant exploration. In this preliminary repo…

Count-based Novelty Exploration in Classical Planning

2024-08-25 · Giacomo Rosa, Nir Lipovetzky

Count-based exploration methods are widely employed to improve the exploratory behavior of learning agents over sequential decision problems. Meanwhile, Novelty search has achieved success in Classical Planning through r…