NEMay 31, 2018

Sample Reuse via Importance Sampling in Information Geometric Optimization

arXiv:1805.12388v14 citations
Originality Incremental advance
AI Analysis

This work addresses the bottleneck of function evaluations in black-box optimization, offering an incremental improvement for evolutionary algorithms.

The paper tackles the problem of reducing function evaluations in black-box optimization by proposing a sample reuse technique via importance sampling for Information Geometric Optimization (IGO) algorithms, such as PBIL and CMA-ES, and shows it reduces evaluation counts on many benchmark functions.

In this paper we propose a technique to reduce the number of function evaluations, which is often the bottleneck of the black-box optimization, in the information geometric optimization (IGO) that is a generic framework of the probability model-based black-box optimization algorithms and generalizes several well-known evolutionary algorithms, such as the population-based incremental learning (PBIL) and the pure rank-$μ$ update covariance matrix adaptation evolution strategy (CMA-ES). In each iteration, the IGO algorithms update the parameters of the probability distribution to the natural gradient direction estimated by Monte-Carlo with the samples drawn from the current distribution. Our strategy is to reuse previously generated and evaluated samples based on the importance sampling. It is a technique to reduce the estimation variance without introducing a bias in Monte-Carlo estimation. We apply the sample reuse technique to the PBIL and the pure rank-$μ$ update CMA-ES and empirically investigate its effect. The experimental results show that the sample reuse helps to reduce the number of function evaluations on many benchmark functions for both the PBIL and the pure rank-$μ$ update CMA-ES. Moreover, we demonstrate how to combine the importance sampling technique with a variant of the CMA-ES involving an algorithmic component that is not derived in the IGO framework.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes