papers AI Learner
The Github is limit! Click to go to the new site.

How to train your MAML

2019-03-05
Antreas Antoniou, Harrison Edwards, Amos Storkey

Abstract

The field of few-shot learning has recently seen substantial advancements. Most of these advancements came from casting few-shot learning as a meta-learning problem. Model Agnostic Meta Learning or MAML is currently one of the best approaches for few-shot learning via meta-learning. MAML is simple, elegant and very powerful, however, it has a variety of issues, such as being very sensitive to neural network architectures, often leading to instability during training, requiring arduous hyperparameter searches to stabilize training and achieve high generalization and being very computationally expensive at both training and inference times. In this paper, we propose various modifications to MAML that not only stabilize the system, but also substantially improve the generalization performance, convergence speed and computational overhead of MAML, which we call MAML++.

Abstract (translated by Google)
URL

https://arxiv.org/abs/1810.09502

PDF

https://arxiv.org/pdf/1810.09502


Similar Posts

Comments