LGAIJan 7

Group and Exclusive Sparse Regularization-based Continual Learning of CNNs

arXiv:2601.03658v1h-index: 6Canadian AI
Originality Incremental advance
AI Analysis

This addresses the problem of catastrophic forgetting in continual learning for vision tasks, offering an incremental improvement over existing regularization-based approaches.

The paper tackles catastrophic forgetting in continual learning for CNNs by introducing GESCL, a regularization-based method that uses stability and plasticity terms to sparsify the network, resulting in significant improvements in classification accuracy and reduced forgetting compared to state-of-the-art methods.

We present a regularization-based approach for continual learning (CL) of fixed capacity convolutional neural networks (CNN) that does not suffer from the problem of catastrophic forgetting when learning multiple tasks sequentially. This method referred to as Group and Exclusive Sparsity based Continual Learning (GESCL) avoids forgetting of previous tasks by ensuring the stability of the CNN via a stability regularization term, which prevents filters detected as important for past tasks to deviate too much when learning a new task. On top of that, GESCL makes the network plastic via a plasticity regularization term that leverage the over-parameterization of CNNs to efficiently sparsify the network and tunes unimportant filters making them relevant for future tasks. Doing so, GESCL deals with significantly less parameters and computation compared to CL approaches that either dynamically expand the network or memorize past tasks' data. Experiments on popular CL vision benchmarks show that GESCL leads to significant improvements over state-of-the-art method in terms of overall CL performance, as measured by classification accuracy as well as in terms of avoiding catastrophic forgetting.

Foundations

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

Your Notes