paper-with-me

홈 › Papers

Differentiable Quality Diversity

2021-06-07 · NeurIPS 2021 12 · Matthew C. Fontaine, Stefanos Nikolaidis

Quality diversity (QD) is a growing branch of stochastic optimization research that studies the problem of generating an archive of solutions that maximize a given objective function but are also diverse with respect to a set of specified measure functions. However, even when these functions are differentiable, QD algorithms treat them as "black boxes", ignoring gradient information. We present the differentiable quality diversity (DQD) problem, a special case of QD, where both the objective and measure functions are first order differentiable. We then present MAP-Elites via a Gradient Arborescence (MEGA), a DQD algorithm that leverages gradient information to efficiently explore the joint range of the objective and measure functions. Results in two QD benchmark domains and in searching the latent space of a StyleGAN show that MEGA significantly outperforms state-of-the-art QD algorithms, highlighting DQD's promise for efficient quality diversity optimization when gradient information is available. Source code is available at https://github.com/icaros-usc/dqd.

📄 PDF Abstract BibTeX arXiv:2106.03894

Code (3)

icaros-usc/dqd 공식 구현
icaros-usc/pyribs 공식 구현 jax
morgangiraud/leniax jax

Tasks

DiversityStochastic Optimization

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Adaptive Instance Normalization 설명 없음
R1 Regularization R_INLINE_MATH_1 Regularization is a regularization technique and gradient penalty for training [generative adversarial…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
HuMan(Expedia)||How do I get a human at Expedia? How do I get a human at Expedia? How Do I Get a Human at Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Real-Time Help & Exclusive…
Feedforward Network A Feedforward Network, or a Multilayer Perceptron (MLP), is a neural network with solely densely connected layers. This is the classic neural network architecture of the…

Similar Papers 제목 키워드 기반

FaceCoresetNet: Differentiable Coresets for Face Set Recognition

2023-08-27 · Gil Shapira, Yosi Keller

In set-based face recognition, we aim to compute the most discriminative descriptor from an unbounded set of images and videos showing a single person. A discriminative descriptor balances two policies when aggregating i…

DiversityFace RecognitionFace Verification

Approximating Gradients for Differentiable Quality Diversity in Reinforcement Learning

2022-02-08 · Bryon Tjanaka, Matthew C. Fontaine, Julian Togelius, Stefanos Nikolaidis

Consider the problem of training robustly capable agents. One approach is to generate a diverse collection of agent polices. Training can then be viewed as a quality diversity (QD) optimization problem, where we search f…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Proximal Policy Gradient Arborescence for Quality Diversity Reinforcement Learning

2023-05-23 · Sumeet Batra, Bryon Tjanaka, Matthew C. Fontaine, Aleksei Petrenko 외

Training generally capable agents that thoroughly explore their environment and learn new and diverse skills is a long-term goal of robot learning. Quality Diversity Reinforcement Learning (QD-RL) is an emerging research…

Diversityreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Counterfactual Multi-player Bandits for Explainable Recommendation Diversification

2025-05-27 · Yansen Zhang, Bowei He, Xiaokun Zhang, Haolun Wu 외

Existing recommender systems tend to prioritize items closely aligned with users' historical interactions, inevitably trapping users in the dilemma of ``filter bubble''. Recent efforts are dedicated to improving the dive…

counterfactualDiversityExplainable RecommendationRecommendation Systems

Soft Quality-Diversity Optimization

2025-11-30 · Saeed Hedayatian, Stefanos Nikolaidis arxiv

Quality-Diversity (QD) algorithms constitute a branch of optimization that is concerned with discovering a diverse and high-quality set of solutions to an optimization problem. Current QD methods commonly maintain divers…