English

ES-MAML: Simple Hessian-Free Meta Learning

Machine Learning 2020-07-08 v4 Artificial Intelligence Neural and Evolutionary Computing Robotics Optimization and Control Machine Learning

Abstract

We introduce ES-MAML, a new framework for solving the model agnostic meta learning (MAML) problem based on Evolution Strategies (ES). Existing algorithms for MAML are based on policy gradients, and incur significant difficulties when attempting to estimate second derivatives using backpropagation on stochastic policies. We show how ES can be applied to MAML to obtain an algorithm which avoids the problem of estimating second derivatives, and is also conceptually simple and easy to implement. Moreover, ES-MAML can handle new types of nonsmooth adaptation operators, and other techniques for improving performance and estimation of ES methods become applicable. We show empirically that ES-MAML is competitive with existing methods and often yields better adaptation with fewer queries.

Keywords

Cite

@article{arxiv.1910.01215,
  title  = {ES-MAML: Simple Hessian-Free Meta Learning},
  author = {Xingyou Song and Wenbo Gao and Yuxiang Yang and Krzysztof Choromanski and Aldo Pacchiano and Yunhao Tang},
  journal= {arXiv preprint arXiv:1910.01215},
  year   = {2020}
}

Comments

Published as a conference paper in ICLR 2020. Code can be found in http://github.com/google-research/google-research/tree/master/es_maml

R2 v1 2026-06-23T11:33:13.865Z