English

Stateless Neural Meta-Learning using Second-Order Gradients

Machine Learning 2022-11-08 v1 Artificial Intelligence Machine Learning

Abstract

Deep learning typically requires large data sets and much compute power for each new problem that is learned. Meta-learning can be used to learn a good prior that facilitates quick learning, thereby relaxing these requirements so that new tasks can be learned quicker; two popular approaches are MAML and the meta-learner LSTM. In this work, we compare the two and formally show that the meta-learner LSTM subsumes MAML. Combining this insight with recent empirical findings, we construct a new algorithm (dubbed TURTLE) which is simpler than the meta-learner LSTM yet more expressive than MAML. TURTLE outperforms both techniques at few-shot sine wave regression and image classification on miniImageNet and CUB without any additional hyperparameter tuning, at a computational cost that is comparable with second-order MAML. The key to TURTLE's success lies in the use of second-order gradients, which also significantly increases the performance of the meta-learner LSTM by 1-6% accuracy.

Keywords

Cite

@article{arxiv.2104.10527,
  title  = {Stateless Neural Meta-Learning using Second-Order Gradients},
  author = {Mike Huisman and Aske Plaat and Jan N. van Rijn},
  journal= {arXiv preprint arXiv:2104.10527},
  year   = {2022}
}
R2 v1 2026-06-24T01:23:59.573Z