Meta-learning of Sequential Strategies
Pedro A. Ortega, Jane X. Wang, Mark Rowland, Tim Genewein, Zeb Kurth-Nelson, Razvan Pascanu, Nicolas Heess, Joel Veness, Alex Pritzel, Pablo Sprechmann, Siddhant M. Jayakumar, Tom McGrath, Kevin Miller, Mohammad Azar, Ian Osband, Neil Rabinowitz, András György, Silvia Chiappa, Simon Osindero, Yee Whye Teh, Hado van Hasselt, Nando de Freitas, Matthew Botvinick, Shane Legg
TL;DR
The paper proposes memory-based meta-learning as a practical, data-efficient approach to building generalizable sequence-learning agents. It reframes meta-learning within a Bayesian perspective, showing that metamodels amortize Bayes-filtered data through memory-encoded sufficient statistics, effectively converting probabilistic inference into regression. Three concrete templates are presented: sequential predictors, Thompson-sampling agents, and Bayes-optimal decision-makers, each learned by a Monte Carlo objective to achieve near-optimal performance on broad task classes. While offering significant potential for sample efficiency and scalability, the work also discusses substantial challenges, including meta-training cost, task-structure design, and continual learning considerations for real-world deployment.
Abstract
In this report we review memory-based meta-learning as a tool for building sample-efficient strategies that learn from past experience to adapt to any task within a target class. Our goal is to equip the reader with the conceptual foundations of this tool for building new, scalable agents that operate on broad domains. To do so, we present basic algorithmic templates for building near-optimal predictors and reinforcement learners which behave as if they had a probabilistic model that allowed them to efficiently exploit task structure. Furthermore, we recast memory-based meta-learning within a Bayesian framework, showing that the meta-learned strategies are near-optimal because they amortize Bayes-filtered data, where the adaptation is implemented in the memory dynamics as a state-machine of sufficient statistics. Essentially, memory-based meta-learning translates the hard problem of probabilistic sequential inference into a regression problem.
