Notes

← Back to home

A collection of fragments of understanding in the pursuit of deeper questions.

Continual Learning - Introduction

image190

Learning Arithmetics & Word Associations "Catastrophic interference in connectionist networks: the sequential learning problem". In front of a 2-task incremental learning scenario, Humans can still perform decently on the first task after having learned the second one, while neural nets immediately forget the first when they start learning the second.

image191

In the picture we have the view of the parameter space.

Continual Learning "Scenarios" and Benchmarks There are three scenarios:

  • Task-IL, solve tasks so far, task-ID provided.
  • Domain-IL, solve tasks so far, task-ID not provided.
  • Class-IL, solve tasks so far and infer task-ID.
image192