LGJun 6, 2021

Model Zoo: A Growing "Brain" That Learns Continually

arXiv:2106.03027v381 citationsHas Code
AI Analysis

This addresses the challenge of maintaining performance across tasks in continual learning for AI systems, though it is an incremental improvement over existing ensemble-based approaches.

The paper tackles the problem of catastrophic forgetting in continual learning by proposing Model Zoo, an ensemble method that grows small models during each learning episode, achieving large accuracy gains on multiple benchmark problems.

This paper argues that continual learning methods can benefit by splitting the capacity of the learner across multiple models. We use statistical learning theory and experimental analysis to show how multiple tasks can interact with each other in a non-trivial fashion when a single model is trained on them. The generalization error on a particular task can improve when it is trained with synergistic tasks, but can also deteriorate when trained with competing tasks. This theory motivates our method named Model Zoo which, inspired from the boosting literature, grows an ensemble of small models, each of which is trained during one episode of continual learning. We demonstrate that Model Zoo obtains large gains in accuracy on a variety of continual learning benchmark problems. Code is available at https://github.com/grasp-lyrl/modelzoo_continual.

Code Implementations2 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes