CL Landscape
  • Home
  • Landscape
  • Resources
  • About
  • Home
  • Landscape
  • Resources
  • About
Back to Landscape
Meta-learning2019

Meta-Experience Replay (MER)

Combines experience replay with meta-learning by formulating the replay buffer optimization as a meta-learning problem. MER treats each training example as a separate task and uses Reptile-style meta-updates to find parameters that work well across all examples in the buffer.

Meta-learningReplayReptileOnline
Read Paper on arXiv

Related Strategies

OML (Online Meta-Learning)

2019

Adapts Model-Agnostic Meta-Learning (MAML) for continual learning by meta-learning representations that are robust to catastrophic forgetting. The learned representations enable fast adaptation to new tasks with minimal interference to previously learned ones.

A Neuromodulated Meta-Learning Algorithm (ANML)

2020

Uses a neuromodulatory network to gate the activations of a prediction network during meta-learning. This biologically-inspired gating mechanism learns to protect important representations while allowing plasticity for new learning, achieving strong continual few-shot performance.

La-MAML (Look-ahead MAML)

2021

Proposes a look-ahead variant of MAML for online continual learning that modulates per-parameter learning rates. By meta-learning the learning rate for each parameter, La-MAML can dynamically control plasticity and stability on a per-parameter basis.

CL Landscape

An interactive guide to continual learning strategies for neural networks.

Navigation

  • Landscape
  • Resources
  • About

Community

  • GitHub
  • ContinualAI

Inspired by the CNCF Landscape • Built with Next.js & Tailwind • © 2026 CL Landscape