OCLGOct 25, 2019

Mirror Natural Evolution Strategies

arXiv:1910.11490v15 citations
Originality Incremental advance
AI Analysis

This provides theoretical foundations for derivative-free optimization in machine learning, though it is incremental as it builds on existing methods.

The paper tackles the lack of rigorous convergence analysis for Evolution Strategies like CMA-ES and NES by proposing MiNES, a new algorithm that shows the estimated covariance matrix converges to the inverse Hessian with a sublinear rate and is competitive in query efficiency.

Evolution Strategies such as CMA-ES (covariance matrix adaptation evolution strategy) and NES (natural evolution strategy) have been widely used in machine learning applications, where an objective function is optimized without using its derivatives. However, the convergence behaviors of these algorithms have not been carefully studied. In particular, there is no rigorous analysis for the convergence of the estimated covariance matrix, and it is unclear how does the estimated covariance matrix help the converge of the algorithm. The relationship between Evolution Strategies and derivative free optimization algorithms is also not clear. In this paper, we propose a new algorithm closely related toNES, which we call MiNES (mirror descent natural evolution strategy), for which we can establish rigorous convergence results. We show that the estimated covariance matrix of MiNES converges to the inverse of Hessian matrix of the objective function with a sublinear convergence rate. Moreover, we show that some derivative free optimization algorithms are special cases of MiNES. Our empirical studies demonstrate that MiNES is a query-efficient optimization algorithm competitive to classical algorithms including NES and CMA-ES.

Foundations

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

Your Notes