LGJan 9, 2023

Latent Spectral Regularization for Continual Learning

arXiv:2301.03345v411 citationsh-index: 41
AI Analysis

This work addresses the issue of prediction inconsistency in continual learning for AI systems, offering an incremental improvement to existing rehearsal-based approaches.

The paper tackled the problem of catastrophic forgetting in rehearsal-based continual learning by addressing the mixing of replayed data points in the latent space, proposing a geometric regularizer that improved state-of-the-art methods on standard benchmarks.

While biological intelligence grows organically as new knowledge is gathered throughout life, Artificial Neural Networks forget catastrophically whenever they face a changing training data distribution. Rehearsal-based Continual Learning (CL) approaches have been established as a versatile and reliable solution to overcome this limitation; however, sudden input disruptions and memory constraints are known to alter the consistency of their predictions. We study this phenomenon by investigating the geometric characteristics of the learner's latent space and find that replayed data points of different classes increasingly mix up, interfering with classification. Hence, we propose a geometric regularizer that enforces weak requirements on the Laplacian spectrum of the latent space, promoting a partitioning behavior. Our proposal, called Continual Spectral Regularizer for Incremental Learning (CaSpeR-IL), can be easily combined with any rehearsal-based CL approach and improves the performance of SOTA methods on standard benchmarks.

Code Implementations3 repos
Foundations

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

Your Notes