paper-with-me

홈 › Papers

Cascading CMA-ES Instances for Generating Input-diverse Solution Batches

2025-02-19 · Maria Laura Santoni, Christoph Dürr, Carola Doerr, Mike Preuss, Elena Raponi

Rather than obtaining a single good solution for a given optimization problem, users often seek alternative design choices, because the best-found solution may perform poorly with respect to additional objectives or constraints that are difficult to capture into the modeling process. Aiming for batches of diverse solutions of high quality is often desirable, as it provides flexibility to accommodate post-hoc user preferences. At the same time, it is crucial that the quality of the best solution found is not compromised. One particular problem setting balancing high quality and diversity is fixing the required minimum distance between solutions while simultaneously obtaining the best possible fitness. Recent work by Santoni et al. [arXiv 2024] revealed that this setting is not well addressed by state-of-the-art algorithms, performing in par or worse than pure random sampling. Driven by this important limitation, we propose a new approach, where parallel runs of the covariance matrix adaptation evolution strategy (CMA-ES) inherit tabu regions in a cascading fashion. We empirically demonstrate that our CMA-ES-Diversity Search (CMA-ES-DS) algorithm generates trajectories that allow to extract high-quality solution batches that respect a given minimum distance requirement, clearly outperforming those obtained from off-the-shelf random sampling, multi-modal optimization algorithms, and standard CMA-ES.

📄 PDF Abstract BibTeX arXiv:2502.13730

Code (1)

marialaurasantoni/cma-es-ds 공식 구현

Tasks

Diversity

Similar Papers 제목 키워드 기반

Cascaded Diffusion Models for High Fidelity Image Generation

2021-05-30 · Jonathan Ho, Chitwan Saharia, William Chan, David J. Fleet 외

We show that cascaded diffusion models are capable of generating high fidelity images on the class-conditional ImageNet generation benchmark, without any assistance from auxiliary image classifiers to boost sample qualit…

Data AugmentationImage GenerationSuper-ResolutionVocal Bursts Intensity Prediction

The Parameterized Complexity of Cascading Portfolio Scheduling

2019-12-01 · NeurIPS 2019 12 · Eduard Eiben, Robert Ganian, Iyad Kanj, Stefan Szeider

Cascading portfolio scheduling is a static algorithm selection strategy which uses a sample of test instances to compute an optimal ordering (a cascading schedule) of a portfolio of available algorithms. The algorithms …

RelationScheduling

Model Cascading: Towards Jointly Improving Efficiency and Accuracy of NLP Systems

2022-10-11 · Neeraj Varshney, Chitta Baral

Do all instances need inference through the big models for a correct prediction? Perhaps not; some instances are easy and can be answered correctly by even small capacity models. This provides opportunities for improving…

Computational EfficiencyPrediction

Thompson Sampling Algorithms for Cascading Bandits

2018-10-02 · Zixin Zhong, Wang Chi Cheung, Vincent Y. F. Tan

Motivated by the pressing need for efficient optimization in online recommender systems, we revisit the cascading bandit model proposed by Kveton et al. (2015). While Thompson sampling (TS) algorithms have been shown to …

Efficient ExplorationMulti-Armed BanditsRecommendation SystemsThompson Sampling

Cascading Modular Network (CAM-Net) for Multimodal Image Synthesis

2021-06-16 · Shichong Peng, Alireza Moazeni, Ke Li

Deep generative models such as GANs have driven impressive advances in conditional image synthesis in recent years. A persistent challenge has been to generate diverse versions of output images from the same input image,…

Image Generation