English

Learning to Guide Random Search

Machine Learning 2020-04-28 v1 Optimization and Control Machine Learning

Abstract

We are interested in derivative-free optimization of high-dimensional functions. The sample complexity of existing methods is high and depends on problem dimensionality, unlike the dimensionality-independent rates of first-order methods. The recent success of deep learning suggests that many datasets lie on low-dimensional manifolds that can be represented by deep nonlinear models. We therefore consider derivative-free optimization of a high-dimensional function that lies on a latent low-dimensional manifold. We develop an online learning approach that learns this manifold while performing the optimization. In other words, we jointly learn the manifold and optimize the function. Our analysis suggests that the presented method significantly reduces sample complexity. We empirically evaluate the method on continuous optimization benchmarks and high-dimensional continuous control problems. Our method achieves significantly lower sample complexity than Augmented Random Search, Bayesian optimization, covariance matrix adaptation (CMA-ES), and other derivative-free optimization algorithms.

Keywords

Cite

@article{arxiv.2004.12214,
  title  = {Learning to Guide Random Search},
  author = {Ozan Sener and Vladlen Koltun},
  journal= {arXiv preprint arXiv:2004.12214},
  year   = {2020}
}

Comments

Published at ICLR 2020, Code is available at: https://github.com/intel-isl/LMRS