CL Landscape
  • Home
  • Landscape
  • Resources
  • About
  • Home
  • Landscape
  • Resources
  • About
Back to Landscape
Hybrid2017

Expert Gate

Trains a separate expert network for each task and uses an autoencoder-based gating mechanism to select the appropriate expert at test time. By combining task-specific experts with a learned routing mechanism, Expert Gate achieves strong performance without requiring task identity at inference.

HybridExpertGatingTask Inference
Read Paper on arXiv

Related Strategies

GDumb (Greedy Sampler, Dumb Learner)

2020

A surprisingly effective baseline that greedily stores samples in a memory buffer using class-balanced reservoir sampling, then trains a model from scratch on only the buffer contents at evaluation time. Despite its simplicity, GDumb matches or outperforms many sophisticated continual learning methods.

CoPE (Continual Prototype Evolution)

2021

Combines replay with prototype-based learning by maintaining evolving class prototypes in a learned embedding space. Prototypes are updated using a momentum mechanism as new data arrives, enabling efficient nearest-prototype classification in continual learning settings.

CLS-ER (Complementary Learning Systems ER)

2022

Inspired by the Complementary Learning Systems theory in neuroscience, CLS-ER maintains two semantic memory models updated at different rates alongside an episodic memory buffer. The fast and slow learners work together to balance stability and plasticity in continual learning.

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