2017

FearNet: Brain-Inspired Model for Incremental Learning

Kemker, Ronald, Kanan, Christopher

Understand

Incremental class learning involves sequentially learning classes in bursts of examples from the same class.

  • This violates the assumptions that underlie methods for training standard deep neural networks, and will cause them to suffer from catastrophic forgetting.
  • Arguably, the best method for incremental class learning is iCaRL, but it requires storing training examples for each class, making it challenging to scale.
  • Here, we propose FearNet for incremental class learning.

Reading the bibliography…