Model-Agnostic Meta-Learning for Fast Adaptation of Deep Networks, Chelsea Finn, Pieter Abbeel, Sergey Levine, 2017Proceedings of the 34th International Conference on Machine Learning (ICML)DOI: 10.48550/arXiv.1703.03400 - This foundational paper introduces Model-Agnostic Meta-Learning (MAML), a gradient-based meta-learning algorithm. It outlines the computational challenges of exact second-order meta-gradients and discusses first-order approximations like FOMAML.
On First-Order Meta-Learning Algorithms, Alex Nichol, Joshua Achiam, John Schulman, 2018arXiv preprint arXiv:1803.02999DOI: 10.48550/arXiv.1803.02999 - This paper presents Reptile, another prominent first-order meta-learning algorithm. It emphasizes simplicity of implementation and efficiency, which are key for scalability, by repeatedly sampling a task, updating the model on that task, and then moving the parameters towards the updated parameters.