paper-with-me

홈 › Papers

Group and Exclusive Sparse Regularization-based Continual Learning of CNNs

2026-01-07 · Basile Tousside, Janis Mohr, Jörg Frochte arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.03658

Code (0)

등록된 구현이 없습니다.

Tasks

Continual Learning

Similar Papers 제목 키워드 기반

Hierarchical Group Sparse Regularization for Deep Convolutional Neural Networks

2020-04-09 · Kakeru Mitsuno, Junichi Miyao, Takio Kurita

In a deep neural network (DNN), the number of the parameters is usually huge to get high learning performances. For that reason, it costs a lot of memory and substantial computational resources, and also causes overfitti…

Continual Learning with Node-Importance based Adaptive Group Sparse Regularization

2020-03-30 · NeurIPS 2020 12 · Sangwon Jung, Hongjoon Ahn, Sungmin Cha, Taesup Moon

We propose a novel regularization-based continual learning method, dubbed as Adaptive Group Sparsity based Continual Learning (AGS-CL), using two group sparsity-based penalties. Our method selectively employs the two pen…

Continual LearningReinforcement Learning

Combined Group and Exclusive Sparsity for Deep Neural Networks

2017-08-01 · ICML 2017 8 · Jaehong Yoon, Sung Ju Hwang

The number of parameters in a deep neural network is usually very large, which helps with its learning capacity but also hinders its scalability and practicality due to memory/time inefficiency and overfitting. To r…

A dual Newton based preconditioned proximal point algorithm for exclusive lasso models

2019-02-01 · Meixia Lin, Defeng Sun, Kim-Chuan Toh, Yancheng Yuan

The exclusive lasso (also known as elitist lasso) regularization has become popular recently due to its superior performance on group sparsity. Compared to the group lasso regularization which enforces the competition on…

SAE-FD: Sparse Autoencoder Feature Distillation for Continual Learning of Large Language Models

2026-05-25 · Mingxu Zhang, Yuhan Li, Lujundong Li, Dazhong Shen 외 arxiv

Continual learning enables large language models to adapt to evolving tasks without retraining from scratch, yet catastrophic forgetting remains a central obstacle. Among continual learning methods, regularization-based …

Continual Learning