Three scenarios for continual learning
About
Standard artificial neural networks suffer from the well-known issue of catastrophic forgetting, making continual or lifelong learning difficult for machine learning. In recent years, numerous methods have been proposed for continual learning, but due to differences in evaluation protocols it is difficult to directly compare their performance. To enable more structured comparisons, we describe three continual learning scenarios based on whether at test time task identity is provided and--in case it is not--whether it must be inferred. Any sequence of well-defined tasks can be performed according to each scenario. Using the split and permuted MNIST task protocols, for each scenario we carry out an extensive comparison of recently proposed continual learning methods. We demonstrate substantial differences between the three scenarios in terms of difficulty and in terms of how efficient different methods are. In particular, when task identity must be inferred (i.e., class incremental learning), we find that regularization-based approaches (e.g., elastic weight consolidation) fail and that replaying representations of previous experiences seems required for solving this scenario.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | permuted MNIST (pMNIST) (test) | Accuracy97.51 | 69 | |
| Image Classification | Split MNIST | Average Accuracy19.96 | 49 | |
| Image Classification | Split MNIST S (test) | Task-Averaged Accuracy99.61 | 18 | |
| Reinforcement Learning | Pusher | Average Returns95 | 16 | |
| Reinforcement Learning | Block Sliding | Retention (Task 1)37 | 12 | |
| Forward Transfer | Pusher Task 3 | Forward Transfer (%)109 | 6 | |
| Forward Transfer | Pusher Average over Tasks 2-5 | Forward Transfer (%)112 | 6 | |
| Block Sliding | Block Sliding | Task 2 Forward Transfer91 | 6 | |
| Forward Transfer | Pusher Task 4 | Forward Transfer Reward (%)105 | 6 | |
| Forward Transfer | Pusher Task 5 | Forward Transfer Task Reward110 | 6 |