English

Meta-Learning Requires Meta-Augmentation

Machine Learning 2020-11-05 v2 Machine Learning

Abstract

Meta-learning algorithms aim to learn two components: a model that predicts targets for a task, and a base learner that quickly updates that model when given examples from a new task. This additional level of learning can be powerful, but it also creates another potential source for overfitting, since we can now overfit in either the model or the base learner. We describe both of these forms of metalearning overfitting, and demonstrate that they appear experimentally in common meta-learning benchmarks. We then use an information-theoretic framework to discuss meta-augmentation, a way to add randomness that discourages the base learner and model from learning trivial solutions that do not generalize to new tasks. We demonstrate that meta-augmentation produces large complementary benefits to recently proposed meta-regularization techniques.

Keywords

Cite

@article{arxiv.2007.05549,
  title  = {Meta-Learning Requires Meta-Augmentation},
  author = {Janarthanan Rajendran and Alex Irpan and Eric Jang},
  journal= {arXiv preprint arXiv:2007.05549},
  year   = {2020}
}

Comments

14 pages, 8 figures. NeurIPS 2020 camera ready. Code at https://github.com/google-research/google-research/tree/master/meta_augmentation

R2 v1 2026-06-23T17:01:47.994Z