paper-with-me

홈 › Papers

Sampling in CMA-ES: Low Numbers of Low Discrepancy Points

2024-09-24 · Jacob de Nobel, Diederick Vermetten, Thomas H. W. Bäck, Anna V. Kononova

The Covariance Matrix Adaptation Evolution Strategy (CMA-ES) is one of the most successful examples of a derandomized evolution strategy. However, it still relies on randomly sampling offspring, which can be done via a uniform distribution and subsequently transforming into the required Gaussian. Previous work has shown that replacing this uniform sampling with a low-discrepancy sampler, such as Halton or Sobol sequences, can improve performance over a wide set of problems. We show that iterating through small, fixed sets of low-discrepancy points can still perform better than the default uniform distribution. Moreover, using only 128 points throughout the search is sufficient to closely approximate the empirical performance of using the complete pseudorandom sequence up to dimensionality 40 on the BBOB benchmark. For lower dimensionalities (below 10), we find that using as little as 32 unique low discrepancy points performs similar or better than uniform sampling. In 2D, for which we have highly optimized low discrepancy samples available, we demonstrate that using these points yields the highest empirical performance and requires only 16 samples to improve over uniform sampling. Overall, we establish a clear relation between the $L_2$ discrepancy of the used point set and the empirical performance of the CMA-ES.

📄 PDF Abstract BibTeX arXiv:2409.15941

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Debiased Distribution Compression

2024-04-18 · Lingxiao Li, Raaz Dwivedi, Lester Mackey

Modern compression methods can summarize a target distribution $\mathbb{P}$ more succinctly than i.i.d. sampling but require access to a low-bias input sequence like a Markov chain converging quickly to $\mathbb{P}$. We …

Training Discrete Energy-Based Models with Energy Discrepancy

2023-07-14 · Tobias Schröder, Zijing Ou, Yingzhen Li, Andrew B. Duncan

Training energy-based models (EBMs) on discrete spaces is challenging because sampling over such spaces can be difficult. We propose to train discrete EBMs with energy discrepancy (ED), a novel type of contrastive loss f…

Low Stein Discrepancy via Message-Passing Monte Carlo

2025-03-27 · Nathan Kirk, T. Konstantin Rusch, Jakob Zech, Daniela Rus

Message-Passing Monte Carlo (MPMC) was recently introduced as a novel low-discrepancy sampling approach leveraging tools from geometric deep learning. While originally designed for generating uniform point sets, we exten…

Dense RepPoints: Representing Visual Objects with Dense Point Sets

2019-12-24 · ECCV 2020 8 · Ze Yang, Yinghao Xu, Han Xue, Zheng Zhang 외

We present a new object representation, called Dense RepPoints, that utilizes a large set of points to describe an object at multiple levels, including both box level and pixel level. Techniques are proposed to efficient…

ObjectObject Detection

A low discrepancy sequence on graphs

2020-10-08 · A. Cloninger, H. N. Mhaskar

Many applications such as election forecasting, environmental monitoring, health policy, and graph based machine learning require taking expectation of functions defined on the vertices of a graph. We describe a construc…