LGAICVNov 28, 2017

FearNet: Brain-Inspired Model for Incremental Learning

arXiv:1711.10563v2521 citations
Originality Highly original
AI Analysis

This addresses the challenge of scalable incremental learning for AI systems by reducing memory requirements compared to existing methods like iCaRL.

The paper tackles the problem of catastrophic forgetting in incremental class learning by proposing FearNet, a brain-inspired generative model that avoids storing previous examples, achieving state-of-the-art performance on image and audio classification benchmarks such as CIFAR-100, CUB-200, and AudioSet.

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. FearNet is a generative model that does not store previous examples, making it memory efficient. FearNet uses a brain-inspired dual-memory system in which new memories are consolidated from a network for recent memories inspired by the mammalian hippocampal complex to a network for long-term storage inspired by medial prefrontal cortex. Memory consolidation is inspired by mechanisms that occur during sleep. FearNet also uses a module inspired by the basolateral amygdala for determining which memory system to use for recall. FearNet achieves state-of-the-art performance at incremental class learning on image (CIFAR-100, CUB-200) and audio classification (AudioSet) benchmarks.

Foundations

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

Your Notes