LGAICVNov 30, 2020

Incremental Learning via Rate Reduction

arXiv:2011.14593v148 citations
AI Analysis

This work provides a novel approach to mitigate catastrophic forgetting for deep learning models, which is a critical problem for continuous learning systems.

This paper addresses catastrophic forgetting in deep learning by proposing a "white box" architecture based on the principle of rate reduction, which allows for explicit computation of network layers without backpropagation. The method can provably construct a new network that emulates joint training with all past and new classes, achieving significantly less decay in classification performance and outperforming state-of-the-art methods on MNIST and CIFAR-10.

Current deep learning architectures suffer from catastrophic forgetting, a failure to retain knowledge of previously learned classes when incrementally trained on new classes. The fundamental roadblock faced by deep learning methods is that deep learning models are optimized as "black boxes," making it difficult to properly adjust the model parameters to preserve knowledge about previously seen data. To overcome the problem of catastrophic forgetting, we propose utilizing an alternative "white box" architecture derived from the principle of rate reduction, where each layer of the network is explicitly computed without back propagation. Under this paradigm, we demonstrate that, given a pre-trained network and new data classes, our approach can provably construct a new network that emulates joint training with all past and new classes. Finally, our experiments show that our proposed learning algorithm observes significantly less decay in classification performance, outperforming state of the art methods on MNIST and CIFAR-10 by a large margin and justifying the use of "white box" algorithms for incremental learning even for sufficiently complex image data.

Foundations

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

Your Notes